[libvirt] [jenkins-ci PATCH 0/5] guests: Enable ccache transparently

Andrea Bolognani posted 5 patches 6 years ago
Failed in applying to current master (apply log)
guests/group_vars/all/main.yml                    |  7 +--
guests/host_vars/libvirt-freebsd-10/main.yml      |  5 --
guests/host_vars/libvirt-freebsd-11/main.yml      |  5 --
guests/host_vars/libvirt-freebsd-current/main.yml |  5 --
guests/site.yml                                   | 17 +++---
guests/tasks/paths.yml                            | 69 +++++++++++++++++++++++
guests/tasks/users.yml                            | 33 ++++++++++-
guests/templates/bashrc                           |  5 +-
jobs/defaults.yaml                                |  6 --
jobs/go.yaml                                      |  8 ---
10 files changed, 111 insertions(+), 49 deletions(-)
create mode 100644 guests/tasks/paths.yml
[libvirt] [jenkins-ci PATCH 0/5] guests: Enable ccache transparently
Posted by Andrea Bolognani 6 years ago
This allows us to drop the ugly workaround from the Go and
MinGW templates; as a nice side-effect, we also remove the
need to hardcode most OS-dependent paths in the inventory.

Andrea Bolognani (5):
  guests: Reorder tasks
  guests: Figure out OS-dependent paths automatically
  guests: Figure out more OS-dependent paths ahead of time
  guests: Create ccache symlink farm
  jobs: Remove $CC override

 guests/group_vars/all/main.yml                    |  7 +--
 guests/host_vars/libvirt-freebsd-10/main.yml      |  5 --
 guests/host_vars/libvirt-freebsd-11/main.yml      |  5 --
 guests/host_vars/libvirt-freebsd-current/main.yml |  5 --
 guests/site.yml                                   | 17 +++---
 guests/tasks/paths.yml                            | 69 +++++++++++++++++++++++
 guests/tasks/users.yml                            | 33 ++++++++++-
 guests/templates/bashrc                           |  5 +-
 jobs/defaults.yaml                                |  6 --
 jobs/go.yaml                                      |  8 ---
 10 files changed, 111 insertions(+), 49 deletions(-)
 create mode 100644 guests/tasks/paths.yml

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH 0/5] guests: Enable ccache transparently
Posted by Pavel Hrdina 5 years, 12 months ago
On Wed, Apr 18, 2018 at 05:25:17PM +0200, Andrea Bolognani wrote:
> This allows us to drop the ugly workaround from the Go and
> MinGW templates; as a nice side-effect, we also remove the
> need to hardcode most OS-dependent paths in the inventory.
> 
> Andrea Bolognani (5):
>   guests: Reorder tasks
>   guests: Figure out OS-dependent paths automatically
>   guests: Figure out more OS-dependent paths ahead of time
>   guests: Create ccache symlink farm
>   jobs: Remove $CC override

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH 0/5] guests: Enable ccache transparently
Posted by Andrea Bolognani 5 years, 12 months ago
On Thu, 2018-04-26 at 16:23 +0200, Pavel Hrdina wrote:
> On Wed, Apr 18, 2018 at 05:25:17PM +0200, Andrea Bolognani wrote:
> > This allows us to drop the ugly workaround from the Go and
> > MinGW templates; as a nice side-effect, we also remove the
> > need to hardcode most OS-dependent paths in the inventory.
> > 
> > Andrea Bolognani (5):
> >   guests: Reorder tasks
> >   guests: Figure out OS-dependent paths automatically
> >   guests: Figure out more OS-dependent paths ahead of time
> >   guests: Create ccache symlink farm
> >   jobs: Remove $CC override
> 
> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>

Thanks, I've pushed them now. Feel free to deploy the changes to
the CI environment whenever it's convenient for you :)

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list