]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/log
Guillaume Abrioux [Fri, 17 Jul 2020 14:48:59 +0000 (16:48 +0200)]
ceph-ansible: skip some scenarios
Let's skip these scenarios, they don't make sense.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux [Fri, 17 Jul 2020 08:30:51 +0000 (10:30 +0200)]
Merge pull request #1623 from ceph/guits-inject_password
ceph-ansible: inject password in scenario job
Guillaume Abrioux [Fri, 17 Jul 2020 08:22:27 +0000 (10:22 +0200)]
ceph-ansible: inject password in scenario job
this commit makes this 'individual job scenario testing' using the
`DOCKER_HUB_USERNAME` and `DOCKER_HUB_PASSWORD` environment variable so
the job can run with docker authentication.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Kefu Chai [Fri, 17 Jul 2020 02:59:09 +0000 (10:59 +0800)]
Merge pull request #1621 from ceph/wip-whoops-mock
ansible: mock is in EPEL only apparently
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Fri, 17 Jul 2020 02:47:43 +0000 (10:47 +0800)]
Merge pull request #1622 from ceph/wip-labextras
ceph*build: Enable lab-extras repo on CentOS8 builders
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Galloway [Thu, 16 Jul 2020 21:20:58 +0000 (17:20 -0400)]
ceph*build: Enable lab-extras repo on CentOS8 builders
I discovered this was missing by reimaging a CentOS7 builder to CentOS8 and it failed the first build it tried to run.
```
+ sudo yum install -y yum-utils
Last metadata expiration check: 0:00:28 ago on Thu Jul 16 21:05:07 2020.
Package yum-utils-4.0.12-3.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
+ get_rpm_dist
+ LSB_RELEASE=/usr/bin/lsb_release
+ '[' '!' -x /usr/bin/lsb_release ']'
++ /usr/bin/lsb_release --short --id
+ ID=CentOS
+ case $ID in
++ /usr/bin/lsb_release --short --release
++ cut -d. -f1
+ RELEASE=8
+ DIST=el8
+ DISTRO=centos
+ echo el8
el8
+ '[' 8 = 7 ']'
+ '[' 8 = 8 ']'
+ sudo dnf config-manager --set-enabled PowerTools
+ sed -e s/@//g
+ '[' default = crimson ']'
+ sudo yum install -y python3-devel
CentOS-8 - PowerTools 13 kB/s | 4.3 kB 00:00
Package python36-devel-3.6.8-2.module_el8.1.0+245+
c39af44f .x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
+ sudo yum-builddep -y '--setopt=*.skip_if_unavailable=true' /tmp/install-deps.49348/ceph.spec
Last metadata expiration check: 0:00:01 ago on Thu Jul 16 21:05:36 2020.
Package platform-python-devel-3.6.8-23.el8.x86_64 is already installed.
Package checkpolicy-2.9-1.el8.x86_64 is already installed.
Package cmake-3.11.4-7.el8.x86_64 is already installed.
Package cryptsetup-2.2.0-2.el8.x86_64 is already installed.
Package gcc-c++-8.3.1-5.el8.0.2.x86_64 is already installed.
Package gdbm-1:1.18-1.el8.x86_64 is already installed.
Package keyutils-libs-devel-1.5.10-6.el8.x86_64 is already installed.
No matching package to install: 'libbabeltrace-devel'
```
We're already enabling this repo in `install-deps.sh` but that's obviously not soon enough.
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Thu, 16 Jul 2020 21:02:25 +0000 (17:02 -0400)]
ansible: mock is in EPEL only apparently
Signed-off-by: David Galloway <dgallowa@redhat.com>
Kefu Chai [Thu, 16 Jul 2020 13:36:06 +0000 (21:36 +0800)]
Merge pull request #1620 from tchaikov/wip-build_utils
ceph-dev-new-build: pass CEPH_EXTRA_RPMBUILD_ARGS with quotes
Reviewed-by: David Galloway <dgallowa@redhat.com>
Kefu Chai [Thu, 16 Jul 2020 09:06:27 +0000 (17:06 +0800)]
ceph-*-build: pass OSD_FLAVOR to build-push-ceph-container-imgs.sh
so it is able to get the correct REPO_URL and push the container image
with the correct tag
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 16 Jul 2020 07:06:11 +0000 (15:06 +0800)]
ceph-dev-new-build: pass CEPH_EXTRA_RPMBUILD_ARGS with quotes
this change fixes an oversight in
260b24a651
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 16 Jul 2020 04:54:47 +0000 (12:54 +0800)]
scripts/build_utils: fix "bogus date"
rpmbuild complains at seeing them:
warning: bogus date in %changelog: Tue Mar 10 2013 Gary Lowell <glowell@inktank.com> - 1-0
warning: bogus date in %changelog: Tue Aug 27 2012 Gary Lowell <glowell@inktank.com> - 1-0
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Wed, 15 Jul 2020 17:54:06 +0000 (13:54 -0400)]
Merge pull request #1619 from tchaikov/wip-build-utils-fixes
build_utils.sh: fix regressions introduced by
bac3e963a56
Kefu Chai [Wed, 15 Jul 2020 16:24:33 +0000 (00:24 +0800)]
build_utils.sh: fix regressions introduced by
bac3e963a56
* quote parameter with spaces in it with ""
* fix the variable name
* use `find` for collecting the patches, because if glob fails
the patten won't be replaced by the matched file names by shell
* add the closing "}"
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Wed, 15 Jul 2020 14:07:44 +0000 (10:07 -0400)]
Merge pull request #1612 from tchaikov/wip-less-errors
ceph-*-build/build/build_rpm: avoid "No such file or directory" errors
Kefu Chai [Wed, 15 Jul 2020 13:02:37 +0000 (21:02 +0800)]
Merge pull request #1618 from tchaikov/wip-cephacheck
ceph-perf-pull-requests: pass job id and job url to check
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Wed, 15 Jul 2020 12:05:49 +0000 (20:05 +0800)]
ceph-perf-pull-requests: pass job id and job url to check
so we can check the details of check run
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Wed, 15 Jul 2020 02:53:17 +0000 (10:53 +0800)]
ceph-*-build,ceph-release-rpm: extract build_ceph_release_rpm
for less repeating
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Fri, 10 Jul 2020 07:05:52 +0000 (15:05 +0800)]
scripts/build_utils.sh: avoid "No such file or directory" errors
it's highlighted by jenkins, and it's distracting even we "|| true" this
command.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Fri, 10 Jul 2020 07:03:53 +0000 (15:03 +0800)]
ceph-*-build/build/build_rpm: extract helper functions
to avoid repeatings
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Wed, 15 Jul 2020 01:32:14 +0000 (09:32 +0800)]
Merge pull request #1617 from tchaikov/wip-cephacheck
ceph-perf-pull-requests: paste check status with cbt/githubcheck
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Tue, 14 Jul 2020 14:10:18 +0000 (22:10 +0800)]
ceph-perf-pull-requests: stop updating github with status
as check updates it as well
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Tue, 14 Jul 2020 12:44:59 +0000 (20:44 +0800)]
ceph-perf-pull-requests: paste check status with cbt/githubcheck
add integration with https://github.com/apps/cephacheck
Signed-off-by: Kefu Chai <kchai@redhat.com>
Dimitri Savineau [Mon, 13 Jul 2020 19:01:32 +0000 (15:01 -0400)]
Merge pull request #1616 from ceph/update_tox_for_cephadm
build_utils.sh: add tox-cephadm.ini file
Dimitri Savineau [Mon, 13 Jul 2020 18:57:46 +0000 (14:57 -0400)]
build_utils.sh: add tox-cephadm.ini file
As a follow up on
c9463f5 we also need to declare the dedicated tox
file for the cephadm container scenario.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Dimitri Savineau [Mon, 13 Jul 2020 18:52:05 +0000 (14:52 -0400)]
Merge pull request #1615 from ceph/ceph_ansible_cephadm
ceph-ansible-prs: add cephadm container scenario
Dimitri Savineau [Mon, 13 Jul 2020 18:44:21 +0000 (14:44 -0400)]
ceph-ansible-prs: add cephadm container scenario
This adds an optional cephadm container scenario.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
David Galloway [Mon, 13 Jul 2020 18:12:33 +0000 (14:12 -0400)]
Merge pull request #1614 from ceph/wip-deleteshamanrepo
nfs-ganesha: Clean up shaman repo files
David Galloway [Mon, 13 Jul 2020 18:06:13 +0000 (14:06 -0400)]
nfs-ganesha: Clean up shaman repo files
Signed-off-by: David Galloway <dgallowa@redhat.com>
Kefu Chai [Fri, 10 Jul 2020 02:10:19 +0000 (10:10 +0800)]
Merge pull request #1611 from ceph/wip-nocentos6
ceph-release-rpm: Drop centos6
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Galloway [Thu, 9 Jul 2020 20:31:08 +0000 (16:31 -0400)]
ceph-release-rpm: Drop centos6
Signed-off-by: David Galloway <dgallowa@redhat.com>
Guillaume Abrioux [Thu, 9 Jul 2020 12:05:22 +0000 (14:05 +0200)]
Merge pull request #1609 from ceph/ceph_ansible_cephadm_adopt
ceph-ansible-prs: add cephadm_adopt scenario
Guillaume Abrioux [Tue, 7 Jul 2020 15:14:53 +0000 (17:14 +0200)]
Merge pull request #1610 from ceph/ceph-ansible-docker-login
ceph-ansible: add docker hub credentials
Dimitri Savineau [Tue, 7 Jul 2020 15:10:00 +0000 (11:10 -0400)]
ceph-ansible: add docker hub credentials
To avoid to be rated limited by the docker.io registry when pulling the
ceph container image, we need to use an authenticated user.
https://docs.docker.com/docker-hub/download-rate-limit/
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Dimitri Savineau [Mon, 6 Jul 2020 18:20:14 +0000 (14:20 -0400)]
ceph-ansible-prs: add cephadm_adopt scenario
This adds an optional cephadm_adopt scenario.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Kefu Chai [Fri, 3 Jul 2020 11:48:31 +0000 (19:48 +0800)]
Merge pull request #1607 from tchaikov/wip-no-nautilus-images
ceph-dev-*-build: reset CI_CONTAINER when building nautilus
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Kefu Chai [Fri, 3 Jul 2020 08:56:22 +0000 (16:56 +0800)]
Merge pull request #1605 from tchaikov/wip-build-crimson-on-master
ceph-dev-*: add crimson flavor for master build
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Kefu Chai [Thu, 2 Jul 2020 13:29:15 +0000 (21:29 +0800)]
ceph-dev-*-build: reset CI_CONTAINER when building nautilus
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Tue, 30 Jun 2020 09:29:02 +0000 (17:29 +0800)]
ceph-dev-*: add crimson flavor for master build
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Mon, 29 Jun 2020 15:45:47 +0000 (11:45 -0400)]
Merge pull request #1604 from ceph/wip-rmrfcontainer
ceph-dev*build: Delete ceph-container dir on failure
David Galloway [Mon, 29 Jun 2020 15:36:51 +0000 (11:36 -0400)]
ceph-dev*build: Delete ceph-container dir on failure
Signed-off-by: David Galloway <dgallowa@redhat.com>
Guillaume Abrioux [Mon, 29 Jun 2020 07:03:07 +0000 (09:03 +0200)]
Merge pull request #1602 from rishabh-d-dave/cv-dont-run-simple-func-tests
ceph-volume: don't run simple func tests against PRs
Kefu Chai [Sun, 28 Jun 2020 03:09:29 +0000 (11:09 +0800)]
Merge pull request #1596 from tchaikov/wip-chacracl-0.0.21
s/chacractl>=0.0.4/chacractl>=0.0.21/
Reviewed-by: Justin Caratzas <justin.caratzas@gmail.com>
David Galloway [Fri, 26 Jun 2020 14:32:23 +0000 (10:32 -0400)]
Merge pull request #1603 from sebastian-philipp/ceph-dev-new-build-mandatory-containers
ceph-dev-new-build: fail, if building containers fail
Sebastian Wagner [Thu, 25 Jun 2020 12:22:02 +0000 (14:22 +0200)]
ceph-dev-new-build: fail, if building containers fail
This avoids:
* unnecessary breakages in the master branch
* unnecessary pulpito runs due to failing containers
Let's fail early, instead of later in the pulpilto runs.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Rishabh Dave [Wed, 24 Jun 2020 05:50:24 +0000 (11:20 +0530)]
ceph-volume: don't run simple func tests for PRs
Since "simple" functional tests are meant to test that ceph-volume
successfully takes over ceph-disk deployed OSDs.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Dimitri Savineau [Tue, 23 Jun 2020 17:03:24 +0000 (13:03 -0400)]
Merge pull request #1601 from ceph/revert_container_nightly_changes
container: revert flavors/releases update
Dimitri Savineau [Tue, 23 Jun 2020 16:31:59 +0000 (12:31 -0400)]
container: revert flavors/releases update
We can do this kind of changes directly in ceph-container instead of
doing some kind of hack.
https://github.com/ceph/ceph-container/pull/1696
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Dimitri Savineau [Tue, 23 Jun 2020 15:19:13 +0000 (11:19 -0400)]
Merge pull request #1600 from ceph/container_nightly_flavors
container: update nighly flavors
Dimitri Savineau [Tue, 23 Jun 2020 15:11:42 +0000 (11:11 -0400)]
container: update nighly flavors
In addition of
61b7b619 we also need to update the FLAVORS env variable.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Dimitri Savineau [Tue, 23 Jun 2020 14:53:00 +0000 (10:53 -0400)]
Merge pull request #1599 from ceph/container_nightly_update
container: update devel nightly list
Dimitri Savineau [Tue, 23 Jun 2020 14:39:20 +0000 (10:39 -0400)]
container: update devel nightly list
We don't need to build luminous and mimic devel anymore.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Kefu Chai [Tue, 23 Jun 2020 01:39:48 +0000 (09:39 +0800)]
Merge pull request #1598 from tchaikov/wip-stop-building-wip-branches-on-el7
ceph-dev-trigger: stop building wip-* on el7
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai [Tue, 23 Jun 2020 01:27:48 +0000 (09:27 +0800)]
ceph-dev-trigger: stop building wip-* on el7
it's a follow-up of
f57a522325a61ab8de3a2817729013f7f4a96177
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Mon, 22 Jun 2020 15:34:37 +0000 (11:34 -0400)]
Merge pull request #1597 from tchaikov/wip-no-more-master-on-el7
ceph-dev-trigger: stop building master on el7
Kefu Chai [Mon, 22 Jun 2020 15:18:05 +0000 (23:18 +0800)]
ceph-dev-trigger: stop building master on el7
as we already have octopus build for el7, which is suffice for preparing
user of older release on el7 to upgrade to octopus, and laster octopus
on el8 or containerized deployment.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Mon, 22 Jun 2020 12:23:41 +0000 (20:23 +0800)]
s/chacractl>=0.0.4/chacractl>=0.0.21/
chacractl v0.0.21 is python3 compatible, let's use chacractl>=0.0.21, so
no need to install python2 just for using chacractl!
Signed-off-by: Kefu Chai <kchai@redhat.com>
Ali Maredia [Sun, 21 Jun 2020 19:30:10 +0000 (15:30 -0400)]
Merge pull request #1595 from ceph/private-tserlin-nfs-ganesha-PowerTools-remove-sed
nfs-ganesha: enable PowerTools repo for CentOS 8; remove sed hack
Thomas Serlin [Fri, 19 Jun 2020 23:19:54 +0000 (19:19 -0400)]
nfs-ganesha: enable PowerTools repo for CentOS 8; remove sed hack
The CentOS 8 PowerTools repo is disabled by default, but we need
it for a few *-devel packages.
Also, the sed hack for adding the libacl-devel package is no longer
needed. The change was merged upstream:
https://github.com/nfs-ganesha/nfs-ganesha/commit/
8f01a5df9dbcdad6c501efb929a711c3ba6a6b4c
David Galloway [Wed, 17 Jun 2020 12:39:09 +0000 (08:39 -0400)]
Merge pull request #1592 from ceph/wip-newquay
ceph-dev*/quay*: Use our own quay.ceph.io registry
Kefu Chai [Wed, 17 Jun 2020 00:57:33 +0000 (08:57 +0800)]
Merge pull request #1590 from tchaikov/wip-nautilus-el8
ceph-dev-new-trigger: build nautilus on el8 also
Reviewed-by: David Galloway <dgallowa@redhat.com>
David Galloway [Tue, 16 Jun 2020 21:32:53 +0000 (17:32 -0400)]
ceph-dev*/quay*: Use our own quay.ceph.io registry
This will have to be overridden in ceph.git/qa as well.
Signed-off-by: David Galloway <dgallowa@redhat.com>
Ali Maredia [Tue, 16 Jun 2020 17:42:13 +0000 (13:42 -0400)]
Merge pull request #1589 from ceph/private-tserlin-nfs-ganesha-enable-el8
nfs-ganesha: enable CentOS 8 builds, other fixes
Ali Maredia [Tue, 16 Jun 2020 17:40:31 +0000 (13:40 -0400)]
Merge pull request #1591 from ceph/private-tserlin-nfs-ganesha-stable-enable-el8
nfs-ganesha-stable: Enable CentOS 8 builds of the stable branches of nfs-ganesha
Thomas Serlin [Tue, 16 Jun 2020 16:44:02 +0000 (12:44 -0400)]
nfs-ganesha-stable: Enable CentOS 8 builds; other fixes
We also needed other fixes to the build script to account for both
el8/el7 builds, as well as handling for the newer version of "mock"
which now uses templates.
Kefu Chai [Tue, 16 Jun 2020 09:42:37 +0000 (17:42 +0800)]
ceph-dev-new-trigger: build nautilus on el8 also
Signed-off-by: Kefu Chai <kchai@redhat.com>
Thomas Serlin [Tue, 16 Jun 2020 07:27:52 +0000 (03:27 -0400)]
nfs-ganesha: enable CentOS 8 builds, other fixes
Enable CentOS 8 builds of the "next" branch of nfs-ganesha.
We also needed other fixes to the build script to account for both
el8/el7 builds, as well as handling for the newer version of "mock"
which now uses templates.
David Galloway [Thu, 11 Jun 2020 21:13:26 +0000 (17:13 -0400)]
Merge pull request #1587 from ceph/wip-fixrsync
ceph-website: Fix typo in rsync command
David Galloway [Thu, 11 Jun 2020 21:13:01 +0000 (17:13 -0400)]
ceph-website: Fix typo in rsync command
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Thu, 11 Jun 2020 16:16:12 +0000 (12:16 -0400)]
Merge pull request #1586 from ceph/wip-adam
ceph-website: white-list adamduncan
David Galloway [Thu, 11 Jun 2020 16:13:27 +0000 (12:13 -0400)]
ceph-website: white-list adamduncan
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Thu, 11 Jun 2020 16:06:39 +0000 (12:06 -0400)]
Merge pull request #1585 from ceph/wip-slashes
ceph-website: Support GIT_BRANCH with multiple slashes
David Galloway [Thu, 11 Jun 2020 16:02:16 +0000 (12:02 -0400)]
ceph-website: Support GIT_BRANCH with multiple slashes
The SoftIron folks like to use branch names like 'origin/feature/multingual' so let's support that.
Signed-off-by: David Galloway <dgallowa@redhat.com>
Laura Paduano [Mon, 8 Jun 2020 12:26:29 +0000 (14:26 +0200)]
Merge pull request #1583 from callithea/ceph-dashboard-pr-backend
ceph-dashboard-pr-backend: Target nautilus too
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Laura Paduano [Mon, 8 Jun 2020 08:45:55 +0000 (10:45 +0200)]
ceph-dashboard-pr-backend: Target nautilus too
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Kefu Chai [Wed, 3 Jun 2020 07:59:25 +0000 (15:59 +0800)]
Merge pull request #1582 from tchaikov/wip-apt-present
ceph-deploy-pull-requests: s/installed/present/
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Wed, 3 Jun 2020 07:34:39 +0000 (15:34 +0800)]
ceph-deploy-pull-requests: drop state parameter
since state is "present" by default, there is no need to specify it
explicitly:
see
https://docs.ansible.com/ansible/latest/modules/apt_module.html#parameters
the desired package state should be "present" instead of "installed".
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Tue, 2 Jun 2020 15:49:10 +0000 (11:49 -0400)]
Merge pull request #1577 from ceph/wip-dash-ansi
ceph-dashboard: Enable ansicolor plugin
Kefu Chai [Tue, 2 Jun 2020 15:29:04 +0000 (23:29 +0800)]
Merge pull request #1579 from ceph/drop-focal
ceph-*-build: remove focal for crimson flavor
Reviewed-by: Kefu Chai <kchai@redhat.com>
Deepika Upadhyay [Tue, 2 Jun 2020 11:11:53 +0000 (16:41 +0530)]
ceph-*-build: remove focal for crimson flavor
we have now shifted to using centos 8 as base for building crimson
instead of using focal.
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
David Galloway [Mon, 1 Jun 2020 21:22:06 +0000 (17:22 -0400)]
ceph-dashboard/ceph-prs: Enable ansicolor plugin
Ernesto requested this via e-mail
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Tue, 2 Jun 2020 11:53:12 +0000 (07:53 -0400)]
Merge pull request #1580 from ceph/wip-db-m
ceph-dashboard-pr-backend: Target master too
David Galloway [Tue, 2 Jun 2020 11:52:37 +0000 (07:52 -0400)]
ceph-dashboard-pr-backend: Target master too
Signed-off-by: David Galloway <dgallowa@redhat.com>
Kefu Chai [Tue, 2 Jun 2020 08:26:36 +0000 (16:26 +0800)]
Merge pull request #1578 from tchaikov/wip-ceph-deploy-pr-playbook-sudo
ansible: replace sudo with become
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Tue, 2 Jun 2020 06:35:00 +0000 (14:35 +0800)]
ansible: replace sudo by become
sudo has be deprecated since Ansible 1.9 [0] and was removed in 2.9 [1], let's
use "become" instead.
---
[0]
https://github.com/ansible/ansible/blob/stable-2.0/CHANGELOG.md#19-dancing-in-the-street---mar-25-2015
[1] https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Mon, 1 Jun 2020 15:55:46 +0000 (23:55 +0800)]
Merge pull request #1576 from tchaikov/wip-crimson-clang
ceph-perf-pull-requests: use clang for crimson perf test
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Mon, 1 Jun 2020 08:52:16 +0000 (16:52 +0800)]
ceph-perf-pull-requests: install clang for crimson build
so we can detect build failures on clang
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Mon, 1 Jun 2020 08:51:08 +0000 (16:51 +0800)]
ceph-perf-pull-requests: prefer clang over gcc when building crimson
for detecting test failures on clang
Signed-off-by: Kefu Chai <kchai@redhat.com>
David Galloway [Wed, 27 May 2020 18:09:30 +0000 (14:09 -0400)]
Merge pull request #1575 from ceph/wip-backend-octopus
ceph-dashboard-pr-backend: Auto-run on octopus PRs only
David Galloway [Wed, 27 May 2020 17:34:37 +0000 (13:34 -0400)]
ceph-dashboard-pr-backend: Auto-run on octopus PRs only
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Tue, 26 May 2020 16:23:28 +0000 (12:23 -0400)]
Merge pull request #1574 from ceph/wip-cephio
Add ceph-website job
Zack Cerza [Fri, 22 May 2020 18:15:22 +0000 (12:15 -0600)]
Merge pull request #1573 from ceph/wip-one-playbook
Refactor slave playbook
David Galloway [Fri, 22 May 2020 16:21:11 +0000 (12:21 -0400)]
Merge pull request #1549 from ceph/wip-syncpull
scripts: Fix sync-pull so it still supports older than Octopus
David Galloway [Thu, 21 May 2020 21:14:53 +0000 (17:14 -0400)]
ansible: Add some shebangs to the jenkins_node module
This module wasn't working on python3-only distros. This fixes it and is apparently fine.
https://blogs.gnome.org/mcatanzaro/2018/02/16/on-python-shebangs/
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Thu, 21 May 2020 16:52:14 +0000 (12:52 -0400)]
ansible: One playbook to rule them all
I/we got into a bad habit of updating one playbook to support X new distro or X new package but wouldn't update the others.
I think having all the tasks for all the types of slaves in one playbook will help keep things homogenous. And the playbooks are still idempotent (they can't be run while a job is running of course).
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Thu, 21 May 2020 16:50:45 +0000 (12:50 -0400)]
ansible: Scrap all individual playbooks
Signed-off-by: David Galloway <dgallowa@redhat.com>
adam kraitman [Thu, 21 May 2020 08:04:26 +0000 (11:04 +0300)]
Merge pull request #1572 from ceph/wip-optional-sudo
ansible: Optionally disable sudo access for jenkins-build user
David Galloway [Wed, 20 May 2020 19:50:28 +0000 (15:50 -0400)]
Add ceph-website job
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Wed, 20 May 2020 20:20:23 +0000 (16:20 -0400)]
ansible: Update slave playbooks for python2-less Ubuntu distros
python2 is completely unavailable in Focal Fossa so it's time to split out those deps by Ubuntu version
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway [Wed, 20 May 2020 19:53:08 +0000 (15:53 -0400)]
ansible: Optionally disable sudo access for jenkins-build user
Sometimes that user just doesn't need sudo access y'know?
Signed-off-by: David Galloway <dgallowa@redhat.com>
Ilya Dryomov [Wed, 20 May 2020 06:23:47 +0000 (08:23 +0200)]
Merge pull request #1569 from lxbsz/new
kernel: update KConfig to 5.7.0-rc5-ish
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>