]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/log
Kefu Chai [Thu, 16 Jan 2020 05:53:14 +0000 (13:53 +0800)]
Merge pull request #1483 from ceph/wip-no-tar
ceph-build: Apply
e8bdd639
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Galloway [Tue, 14 Jan 2020 17:35:26 +0000 (12:35 -0500)]
ceph-build: Apply
e8bdd639
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Tue, 14 Jan 2020 15:42:46 +0000 (10:42 -0500)]
Merge pull request #1481 from ceph/wip-no-hostname
ansible: Set hostname on OpenSUSE
David Galloway [Tue, 14 Jan 2020 14:47:07 +0000 (09:47 -0500)]
Merge pull request #1482 from tchaikov/wip-cd
ceph-build: apply
604882e9 to ceph-build
Kefu Chai [Tue, 14 Jan 2020 14:42:09 +0000 (22:42 +0800)]
ceph-build: apply
604882e9 to ceph-build
to address following failure
+ cd ceph-14.2.6 ceph-14.2.6.tar.bz2 ceph-14.2.6.tar.gz
/tmp/jenkins10747333749307639424.sh: line 1058: cd: too many arguments
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Mon, 13 Jan 2020 23:35:09 +0000 (18:35 -0500)]
ansible: Set hostname on OpenSUSE
Now that we're using system-provided ansible packages (https://github.com/ceph/mita/pull/135), we're at the mercy of the version provided.
OpenSUSE Leap 15.1 gives us ansible 2.8.1 which has this bug: https://github.com/ansible/ansible/issues/42726
Signed-off-by: David Galloway <dgallowa@redhat.com>
Dimitri Savineau [Fri, 10 Jan 2020 14:59:25 +0000 (09:59 -0500)]
Merge pull request #1480 from ceph/guits-add_docker2podman
ceph-ansible: use dedicated tox for docker2podman job
Guillaume Abrioux [Fri, 10 Jan 2020 14:53:40 +0000 (15:53 +0100)]
ceph-ansible: use dedicated tox for docker2podman job
This commit makes tox using a dedicated tox ini file for the
docker_to_podman job.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
David Galloway [Fri, 10 Jan 2020 14:30:44 +0000 (09:30 -0500)]
Merge pull request #1477 from ceph/wip-suse-sepia
sepia-fog-images: Support openSUSE
Dimitri Savineau [Fri, 10 Jan 2020 13:53:43 +0000 (08:53 -0500)]
Merge pull request #1479 from ceph/guits-add_docker2podman
ceph-ansible-prs: add docker2podman scenario
Guillaume Abrioux [Fri, 10 Jan 2020 13:46:54 +0000 (14:46 +0100)]
ceph-ansible-prs: add docker2podman scenario
This commit adds a new 'docker2podman' job for the ceph-ansible CI.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
David Galloway [Thu, 9 Jan 2020 20:49:25 +0000 (15:49 -0500)]
Merge pull request #1478 from ceph/wip-kernel-centos8
kernel: add centos8 builds
Ilya Dryomov [Thu, 9 Jan 2020 18:48:29 +0000 (19:48 +0100)]
kernel: drop invalid axis
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov [Thu, 9 Jan 2020 18:46:08 +0000 (19:46 +0100)]
kernel: drop distros we don't build for
We don't use and don't have build agents for any of these.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov [Thu, 9 Jan 2020 18:39:22 +0000 (19:39 +0100)]
kernel: add centos8 builds
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
David Galloway [Thu, 9 Jan 2020 17:29:11 +0000 (12:29 -0500)]
sepia-fog-images: Support openSUSE
Signed-off-by: David Galloway <dgallowa@redhat.com>
Laura Paduano [Thu, 9 Jan 2020 11:55:30 +0000 (12:55 +0100)]
Merge pull request #1453 from callithea/wip-dashboard-prs-install-deps
ceph-dashboard-*,ceph-api-nightly: Remove conditional-step; Replaced dir and script name
Reviewed-by: Kefu Chai <kchai@redhat.com>
Laura Paduano [Mon, 16 Dec 2019 16:04:24 +0000 (17:04 +0100)]
ceph-dashboard-*, ceph-api-nightly: Remove conditional-step; Replaced dir name; split-up
scripts
Split up the script which installs dependencies, since e2e and backend API tests require
different packages. Adapt all jobs to use the dedicated scripts.
Also remove the conditional step to not only execute the script that installs dependencies
for e2e test environments
Signed-off-by: Laura Paduano <lpaduano@suse.com>
David Galloway [Fri, 20 Dec 2019 19:02:41 +0000 (14:02 -0500)]
Merge pull request #1474 from ceph/wip-pythonvirt
ansible: Install distro-appropriate virtualenv package version
David Galloway [Fri, 20 Dec 2019 18:14:12 +0000 (13:14 -0500)]
Merge pull request #1475 from tchaikov/wip-dpkg-source-x
ceph-dev*-build: do not unpack source tar ball
Kefu Chai [Fri, 20 Dec 2019 17:53:14 +0000 (01:53 +0800)]
ceph-dev*-build: do not unpack source tar ball
the uncompressed tarball is not used, moreover, the build fails on
bionic when `dpkg-source -x` the source package. because we've been
relying on a bug on xenial. see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826334;msg=31
and on bionic, the bug was fixed. so `dpkg-source -x` started to
fail.
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Fri, 20 Dec 2019 17:35:24 +0000 (12:35 -0500)]
ansible: Install distro-appropriate virtualenv package version
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Fri, 20 Dec 2019 13:55:21 +0000 (08:55 -0500)]
Merge pull request #1473 from ceph/wip-noxenial
ceph-dev-new: Don't build master/wip on xenial
David Galloway [Fri, 20 Dec 2019 13:44:45 +0000 (08:44 -0500)]
ceph-dev-new: Don't build master/wip on xenial
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Thu, 19 Dec 2019 03:18:47 +0000 (22:18 -0500)]
Merge pull request #1471 from ceph/wip-ugh-echo
ceph-dev-new-trigger: "fix" conditional step for all other branches
David Galloway [Wed, 18 Dec 2019 23:24:57 +0000 (18:24 -0500)]
ceph-dev-new-trigger: "fix" conditional step for all other branches
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Wed, 18 Dec 2019 22:57:14 +0000 (17:57 -0500)]
Merge pull request #1470 from dmick/master
ceph-dev-new-build: allow containers on centos 7 or 8
Dan Mick [Wed, 18 Dec 2019 22:52:48 +0000 (14:52 -0800)]
ceph-dev-new-build: allow containers on centos 7 or 8
Signed-off-by: Dan Mick <dan.mick@redhat.com>
David Galloway [Wed, 18 Dec 2019 22:24:59 +0000 (17:24 -0500)]
Merge pull request #1459 from ceph/wip-jjbyamlwtf
Update build matrices
David Galloway [Wed, 18 Dec 2019 22:14:25 +0000 (17:14 -0500)]
Merge pull request #1469 from ceph/wip-cpr
ceph-pull-requests: Do NOT run on pbuilder hosts
David Galloway [Wed, 18 Dec 2019 21:27:38 +0000 (16:27 -0500)]
ceph-pull-requests: Do NOT run on pbuilder hosts
pbuilder hosts are running Xenial. We still want to be able to build Bionic packages on Xenial but we do not want make check to run on *all* slaves with the "bionic" label.
Signed-off-by: David Galloway <dgallowa@redhat.com>
Alfredo Deza [Wed, 18 Dec 2019 21:14:32 +0000 (16:14 -0500)]
Merge pull request #1468 from ceph/wip-bionic-slaves
ansible: Support Ubuntu Bionic slaves
David Galloway [Wed, 18 Dec 2019 21:07:17 +0000 (16:07 -0500)]
ceph-pull-requests: Only run make check on Bionic
1) Bionic should have python2 and python3
2) All builds should run on Bionic but no other distro
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Wed, 18 Dec 2019 20:57:21 +0000 (15:57 -0500)]
ansible: Support Ubuntu Bionic slaves
https://askubuntu.com/a/381527/906620
Signed-off-by: David Galloway <dgallowa@redhat.com>
Jason Dillaman [Wed, 18 Dec 2019 20:45:59 +0000 (15:45 -0500)]
Merge pull request #1467 from ceph/wip-tcmu-runner-el8
tcmu-runner: fixed creation of chroot cfg file
Jason Dillaman [Wed, 18 Dec 2019 20:45:29 +0000 (15:45 -0500)]
tcmu-runner: fixed creation of chroot cfg file
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman [Wed, 18 Dec 2019 20:40:29 +0000 (15:40 -0500)]
Merge pull request #1466 from ceph/wip-tcmu-runner-el8
tcmu-runner: second attempt at getting mock to use shaman repo
Jason Dillaman [Wed, 18 Dec 2019 20:36:55 +0000 (15:36 -0500)]
tcmu-runner: second attempt at getting mock to use shaman repo
It was falling back to the BaseOS repo which includes an older
version of librados/librbd.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman [Wed, 18 Dec 2019 19:45:00 +0000 (14:45 -0500)]
Merge pull request #1465 from ceph/wip-tcmu-runner-el8
tcmu-runner: fix environment variable typo
Jason Dillaman [Wed, 18 Dec 2019 19:44:24 +0000 (14:44 -0500)]
tcmu-runner: fix environment variable typo
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman [Wed, 18 Dec 2019 19:39:11 +0000 (14:39 -0500)]
Merge pull request #1464 from ceph/wip-tcmu-runner-el8
tcmu-runner: copy shaman.repo into mock build chroot
Jason Dillaman [Wed, 18 Dec 2019 19:36:59 +0000 (14:36 -0500)]
tcmu-runner: copy shaman.repo into mock build chroot
The el8 mock chroot environment templates now use special include
directives which makes it difficult to inject the shaman repos into
them before initializing the chroot environment. Therefore, just
directly copy the repo file.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Sage Weil [Wed, 18 Dec 2019 16:29:19 +0000 (10:29 -0600)]
Merge pull request #1463 from ceph/wip-c8-master
ceph-dev-build: setup_rpm Support for CentOS8
David Galloway [Wed, 18 Dec 2019 16:22:41 +0000 (11:22 -0500)]
ceph-dev-build: setup_rpm Support for CentOS8
Signed-off-by: David Galloway <dgallowa@redhat.com>
Sage Weil [Wed, 18 Dec 2019 15:07:56 +0000 (09:07 -0600)]
Merge pull request #1462 from ceph/wip-cdlol
ceph-dev-build: Don't try to cd into tarballs
David Galloway [Wed, 18 Dec 2019 15:05:43 +0000 (10:05 -0500)]
ceph-dev-build: Don't try to cd into tarballs
Fixes:
```
+ cd dist
+ tar xzf ceph_15
.0.0-8623-g8a4458f .orig.tar.gz
+ cd
ceph-15.0.0-8623-g8a4458f ceph-15.0.0-8623-g8a4458f .tar.bz2
ceph-15.0.0-8623-g8a4458f .tar.gz
/tmp/jenkins8482303231462049247.sh: line 1064: cd: too many arguments
```
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Tue, 17 Dec 2019 23:24:03 +0000 (18:24 -0500)]
ceph-dev*trigger: Set correct distro/flavor combos based on release
Based on https://pad.ceph.com/p/py3
Signed-off-by: David Galloway <dgallowa@redhat.com>
Jason Dillaman [Wed, 18 Dec 2019 00:34:14 +0000 (19:34 -0500)]
Merge pull request #1461 from ceph/wip-tcmu-runner-el8
tcmu-runner: add centos8 to the available distros
Jason Dillaman [Wed, 18 Dec 2019 00:30:32 +0000 (19:30 -0500)]
tcmu-runner: add centos8 to the available distros
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Alfredo Deza [Wed, 18 Dec 2019 00:22:16 +0000 (19:22 -0500)]
Merge pull request #1460 from ceph/wip-master-c8
ceph-dev-build: Build master on centos8
David Galloway [Tue, 17 Dec 2019 22:44:52 +0000 (17:44 -0500)]
ceph-dev-build: Build ceph.git master on centos8
Signed-off-by: David Galloway <dgallowa@redhat.com>
Jason Dillaman [Tue, 17 Dec 2019 21:20:44 +0000 (16:20 -0500)]
Merge pull request #1458 from ceph/wip-ceph-iscsi-el8
ceph-iscsi: switch to huge centos builders
Jason Dillaman [Tue, 17 Dec 2019 21:17:23 +0000 (16:17 -0500)]
ceph-iscsi: switch to huge centos builders
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman [Tue, 17 Dec 2019 20:38:40 +0000 (15:38 -0500)]
Merge pull request #1457 from ceph/wip-ceph-iscsi-el8
ceph-iscsi: add centos8 distro for dev builds
Jason Dillaman [Tue, 17 Dec 2019 20:32:21 +0000 (15:32 -0500)]
ceph-iscsi: add centos8 distro for dev builds
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
David Galloway [Tue, 17 Dec 2019 16:33:17 +0000 (11:33 -0500)]
Merge pull request #1456 from ceph/wip-equals
ansible: Adjust `when` statements to put EL8 repos on EL8 only
David Galloway [Mon, 16 Dec 2019 23:24:49 +0000 (18:24 -0500)]
ansible: Adjust `when` statements to put EL8 repos on EL8 only
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Mon, 16 Dec 2019 19:40:03 +0000 (14:40 -0500)]
Merge pull request #1455 from ceph/wip-notc-8
ceph-dev{-new}: Build notcmalloc dev packages for centos8
David Galloway [Mon, 16 Dec 2019 19:26:43 +0000 (14:26 -0500)]
ceph-dev{-new}: Build notcmalloc dev packages for centos8
Signed-off-by: David Galloway <dgallowa@redhat.com>
Alfredo Deza [Mon, 16 Dec 2019 19:22:29 +0000 (14:22 -0500)]
Merge pull request #1454 from ceph/wip-c8-slaves
ansible: Install lab-extras and copr repos on EL8
David Galloway [Mon, 16 Dec 2019 19:11:56 +0000 (14:11 -0500)]
ansible: Install lab-extras and copr repos on EL8
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Mon, 16 Dec 2019 16:05:13 +0000 (11:05 -0500)]
Merge pull request #1450 from ceph/createrepo-flags
scripts: use --no-database flag for createrepo
Laura Paduano [Fri, 13 Dec 2019 07:03:54 +0000 (08:03 +0100)]
Merge pull request #1448 from callithea/wip-ceph-dashboard-pull-requests-dependencies
ceph-dashboard-pull-requests: Update dependencies
Reviewed-by: Kefu Chai kchai@redhat.com
David Galloway [Thu, 12 Dec 2019 23:12:47 +0000 (18:12 -0500)]
Merge pull request #1452 from ceph/centos8-dev-builds
ceph-dev-new-trigger: build centos8 from ceph-ci
Alfredo Deza [Thu, 12 Dec 2019 23:05:49 +0000 (18:05 -0500)]
ceph-dev-new-trigger: build centos8 from ceph-ci
Signed-off-by: Alfredo Deza <adeza@redhat.com>
David Galloway [Thu, 12 Dec 2019 16:32:19 +0000 (11:32 -0500)]
Merge pull request #1451 from toabctl/ceph-dev-build-opensuse-15.2
ceph-dev-build: Use correct OBS repo octopus on openSUSE Leap
Thomas Bechtold [Thu, 12 Dec 2019 16:10:08 +0000 (17:10 +0100)]
ceph-dev-build: Use correct OBS repo octopus on openSUSE Leap
We want to build against openSUSE Leap 15.2 for octopus. So use the
correct repo.
Signed-off-by: Thomas Bechtold <tbechtold@suse.com>
Alfredo Deza [Thu, 12 Dec 2019 15:54:02 +0000 (10:54 -0500)]
scripts: use --no-database flag for createrepo
Signed-off-by: Alfredo Deza <adeza@redhat.com>
David Galloway [Thu, 12 Dec 2019 15:47:15 +0000 (10:47 -0500)]
Merge pull request #1449 from toabctl/chacra-pull-requests-ansible-fix
chacra-pull-requests: Replace ansible sudo with become
Thomas Bechtold [Thu, 12 Dec 2019 15:25:07 +0000 (16:25 +0100)]
chacra-pull-requests: Replace ansible sudo with become
"become" is the correct ansible keyword for priv escalation in newer
versions. So use that.
This will fix at least the ansible-playbook setup.yml call which
previously failed.
Signed-off-by: Thomas Bechtold <tbechtold@suse.com>
Laura Paduano [Wed, 11 Dec 2019 08:09:49 +0000 (09:09 +0100)]
ceph-dashboard-pull-requests: Update dependencies
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Alfredo Deza [Tue, 10 Dec 2019 22:20:35 +0000 (17:20 -0500)]
Merge pull request #1416 from ceph/wip-no-c8-lum
Build mimic/nautilus on CentOS8
Dimitri Savineau [Tue, 10 Dec 2019 13:54:32 +0000 (08:54 -0500)]
Merge pull request #1447 from ceph/guits-add_job
ceph-ansible-prs: add filestore_to_bluestore job
Guillaume Abrioux [Tue, 10 Dec 2019 13:34:50 +0000 (14:34 +0100)]
ceph-ansible-prs: add filestore_to_bluestore job
This commit adds a new job for testing the filestore-to-bluestore.yml
playbook.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux [Thu, 5 Dec 2019 17:50:39 +0000 (18:50 +0100)]
Merge pull request #1446 from ceph/guits-ceph-disk_3.2
ceph-ansible-prs: introduce back ceph-disk testing (3.2 only)
Guillaume Abrioux [Thu, 5 Dec 2019 17:46:49 +0000 (18:46 +0100)]
ceph-ansible-prs: introduce back ceph-disk testing (3.2 only)
Related ceph-ansible PR: ceph/ceph-ansible#4824
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux [Thu, 5 Dec 2019 14:56:42 +0000 (15:56 +0100)]
Merge pull request #1445 from ceph/pin_ansible_lint_on_stable_3.2
ceph-ansible-pr-syntax-check: pin ansible-lint
Dimitri Savineau [Thu, 5 Dec 2019 14:48:17 +0000 (09:48 -0500)]
ceph-ansible-pr-syntax-check: pin ansible-lint
Latest ansible-lint release (4.2.0) drops ansible 2.6 support so the
syntax-check job isn't compatible with the ceph-ansible stable-3.2
branch which uses ansible 2.6.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Laura Paduano [Tue, 3 Dec 2019 07:52:36 +0000 (08:52 +0100)]
Merge pull request #1443 from rhcs-dashboard/dashboard-nightly
project config: ceph-api-nightly
Reviewed-by: Kefu Chai kchai@redhat.com
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Ernesto Puertat <epuertat@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Alfonso Martínez [Mon, 2 Dec 2019 16:41:05 +0000 (17:41 +0100)]
project config: ceph-api-nightly
Project: run backend API + E2E tests on a daily basis
against master & nautilus.
No mention to dashboard in project name as API is key
to the whole ceph project.
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Guillaume Abrioux [Mon, 2 Dec 2019 13:58:44 +0000 (14:58 +0100)]
Merge pull request #1444 from ceph/ceph_ansible_doc_stable_4.0
ceph-ansible-docs: build doc for stable-4.0
Dimitri Savineau [Mon, 2 Dec 2019 13:53:37 +0000 (08:53 -0500)]
ceph-ansible-docs: build doc for stable-4.0
Let's build the upstream documentation for stable-4.0
Closes: https://github.com/ceph/ceph-ansible/issues/4794
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Brad Hubbard [Fri, 22 Nov 2019 01:46:32 +0000 (11:46 +1000)]
Merge pull request #1442 from badone/wip-disable-lizardfs-fsal-follow-up
nfs-ganesha: Remove lizardFSAL patch
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Brad Hubbard [Fri, 22 Nov 2019 01:42:36 +0000 (11:42 +1000)]
Merge pull request #1441 from ceph/revert-1440-wip-disable-lizardfs-fsal-follow-up
Revert "nfs-ganesha: dpkg commit source after lizardFSAL patch"
Brad Hubbard [Thu, 21 Nov 2019 22:03:39 +0000 (08:03 +1000)]
nfs-ganesha: Remove lizardFSAL patch
This is a follow-up to
888793c4 to 'commit' the patch.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard [Fri, 22 Nov 2019 01:39:45 +0000 (11:39 +1000)]
Revert "nfs-ganesha: dpkg commit source after lizardFSAL patch"
Brad Hubbard [Fri, 22 Nov 2019 01:22:14 +0000 (11:22 +1000)]
Merge pull request #1440 from badone/wip-disable-lizardfs-fsal-follow-up
nfs-ganesha: dpkg commit source after lizardFSAL patch
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Brad Hubbard [Thu, 21 Nov 2019 22:03:39 +0000 (08:03 +1000)]
nfs-ganesha: dpkg commit source after lizardFSAL patch
This is a follow-up to
888793c4 to 'commit' the patch.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard [Thu, 21 Nov 2019 21:22:52 +0000 (07:22 +1000)]
Merge pull request #1439 from badone/wip-disable-lizardfs-fsal
nfs-ganesha: Disable LizardFS FSAL for debian
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Brad Hubbard [Thu, 21 Nov 2019 01:52:33 +0000 (11:52 +1000)]
nfs-ganesha: Disable LizardFS FSAL for debian
LizardFS FSAL has been added in [1] and it's enabled by default. This
is currently failing in the CI for Bionic.
338d18e resolved this for rpm
builds, but not for debs.
CMake Error at CMakeLists.txt:595 (message):
STRICT_PACKAGE: Cannot find LizardFS client lib. Disabling lizardfs
fsal
This patch configures the USE_FSAL_LIZARDFS option to OFF.
[1] nfs-ganesha/nfs-ganesha@
884ec97
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Dimitri Savineau [Wed, 20 Nov 2019 14:08:04 +0000 (09:08 -0500)]
Merge pull request #1438 from ceph/guits-add_auto_discovery_prs
ceph-ansible-prs: add lvm_auto_discovery job
Guillaume Abrioux [Wed, 20 Nov 2019 10:37:35 +0000 (11:37 +0100)]
ceph-ansible-prs: add lvm_auto_discovery job
Add the possibility to trigger `lvm_auto_discovery` job on ceph-ansible PR
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Sage Weil [Thu, 14 Nov 2019 15:18:53 +0000 (09:18 -0600)]
Merge pull request #1437 from dmick/wip-quay-short-tags
quay-pruner/build/prune-quay.py: handle new "short tags"
Guillaume Abrioux [Thu, 14 Nov 2019 14:44:45 +0000 (15:44 +0100)]
Merge pull request #1436 from ceph/ceph_ansible_prs_docs_only_condition
ceph-ansible-prs: update docs skip condition
Dan Mick [Thu, 14 Nov 2019 01:03:16 +0000 (17:03 -0800)]
quay-pruner/build/prune-quay.py: handle new "short tags"
There are two new tags proposed for each image: "branchname" and "full
sha1". Branchname is currently being created. When pruning image tags,
we need to prune the associated short tags as well.
This also fixes a current bug where, because branchname tags are being
created, the current unaware prune script deletes them because it
treats "can't parse tagname" as equivalent to "can't find in shaman".
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dimitri Savineau [Wed, 13 Nov 2019 17:14:16 +0000 (12:14 -0500)]
ceph-ansible-prs: update docs skip condition
When a PR can't be merged due to conflicts then we can't check if the
last commit is a merge commit.
Commit message: "Merge xxxx into xxxx"
In this case we only checkout the latest commit in the PR without the
previous one if any.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Alfredo Deza [Tue, 12 Nov 2019 23:03:14 +0000 (18:03 -0500)]
Merge pull request #1435 from dmick/wip-ceph-ci
ceph-dev-new, quay-pruner: cephci/daemon-base -> ceph-ci/ceph
Dan Mick [Fri, 8 Nov 2019 04:43:05 +0000 (20:43 -0800)]
ceph-dev-new, quay-pruner: cephci/daemon-base -> ceph-ci/ceph
name change requested by @liewegas
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Mon, 11 Nov 2019 22:46:15 +0000 (14:46 -0800)]
Merge pull request #1430 from dmick/quay-pruner
Add "quay-pruner" to prune stale quay.io container images
Dan Mick [Wed, 6 Nov 2019 01:42:03 +0000 (17:42 -0800)]
Add "quay-pruner" to prune stale quay.io container images
Signed-off-by: Dan Mick <dan.mick@redhat.com>