]> git.apps.os.sepia.ceph.com Git - ceph-build.git/log
ceph-build.git
3 years agoMerge pull request #2069 from ceph/fix-ganesha-builds
Guillaume Abrioux [Tue, 13 Sep 2022 14:12:19 +0000 (16:12 +0200)]
Merge pull request #2069 from ceph/fix-ganesha-builds

nfs-ganesha: build with tcmalloc

3 years agonfs-ganesha: bump debian build to focal 2069/head
Guillaume Abrioux [Mon, 12 Sep 2022 14:53:56 +0000 (16:53 +0200)]
nfs-ganesha: bump debian build to focal

we don't build for bionic anymore, this should be updated.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
3 years agonfs-ganesha: build with tcmalloc
Guillaume Abrioux [Mon, 12 Sep 2022 14:09:59 +0000 (16:09 +0200)]
nfs-ganesha: build with tcmalloc

since https://github.com/ceph/ceph/pull/47628 any development builds of nfs-ganesha
are broken.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
3 years agoMerge pull request #2066 from ceph/builtin
adam kraitman [Wed, 31 Aug 2022 13:27:27 +0000 (16:27 +0300)]
Merge pull request #2066 from ceph/builtin

ceph-dev-container-only: Use Jenkins controller for main job

3 years agoceph-dev-container-only: Use Jenkins controller for main job 2066/head
David Galloway [Wed, 31 Aug 2022 12:41:49 +0000 (08:41 -0400)]
ceph-dev-container-only: Use Jenkins controller for main job

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2065 from ceph/fix-sync-pull2
adam kraitman [Sun, 28 Aug 2022 06:17:28 +0000 (09:17 +0300)]
Merge pull request #2065 from ceph/fix-sync-pull2

Updates for sync-pull signing script

3 years agosync-pull: Fix ssh command 2065/head
David Galloway [Fri, 26 Aug 2022 17:37:38 +0000 (13:37 -0400)]
sync-pull: Fix ssh command

chacra.ceph.com used to live in OVH and listened for SSH on port 2222.  The VM is in Sepia now and listens on 22.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agosync-pull: Automate download.ceph.com tarball upload
David Galloway [Fri, 26 Aug 2022 17:35:21 +0000 (13:35 -0400)]
sync-pull: Automate download.ceph.com tarball upload

I swapped the paths in `for endpoint in` because there may not be a centos/9 repo.  That means `$version` gets left unset and isn't available to `get-tarballs.sh` later in the script.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agosync-pull: Update possible distro combos
David Galloway [Fri, 26 Aug 2022 17:34:24 +0000 (13:34 -0400)]
sync-pull: Update possible distro combos

Removed EOL releases

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2030 from rhcs-dashboard/change-log-dir
David Galloway [Mon, 22 Aug 2022 17:59:01 +0000 (13:59 -0400)]
Merge pull request #2030 from rhcs-dashboard/change-log-dir

dashboard-e2e: change artifact dir to mstart ones

3 years agoMerge pull request #2064 from tchaikov/ceph-windows-cleanup
Kefu Chai [Sat, 20 Aug 2022 02:44:05 +0000 (10:44 +0800)]
Merge pull request #2064 from tchaikov/ceph-windows-cleanup

ceph-windows: remove installed packages

3 years agoceph-windows: remove installed packages 2064/head
Kefu Chai [Sat, 20 Aug 2022 00:17:45 +0000 (08:17 +0800)]
ceph-windows: remove installed packages

`ceph-windows/run_tests` installs client side dependencies using
`cephadm install ceph-common`, which leaves us with a bunch ceph
packages after the test finishes. and they inteferes with succeeding
tests which, for instance, try to import python modules from test's
building directory.
but they end up with importing the python modules installed in system.

in this change, the installed package and its ceph dependencies are
removed in the cleanup script. the list of packages is collected by
inspecting `/var/log/dpkg.log` on the system where the test failures
were spotted and `ceph/debian/control` 's "ceph-common" section.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
3 years agoMerge pull request #2058 from ceph/quincy-c9
David Galloway [Thu, 18 Aug 2022 13:31:00 +0000 (09:31 -0400)]
Merge pull request #2058 from ceph/quincy-c9

ceph-dev-cron: Build quincy on el9 daily

3 years agoMerge pull request #2055 from ceph/touch-mgr-file
David Galloway [Wed, 17 Aug 2022 19:52:10 +0000 (15:52 -0400)]
Merge pull request #2055 from ceph/touch-mgr-file

ceph-pr-api: Avoid artifact archive plugin hang

3 years agoMerge pull request #2043 from cbodley/wip-boost-valgrind
David Galloway [Wed, 17 Aug 2022 14:16:03 +0000 (10:16 -0400)]
Merge pull request #2043 from cbodley/wip-boost-valgrind

add WITH_BOOST_VALGRIND to default build flavor

3 years agoMerge pull request #2061 from tchaikov/pbuilder
David Galloway [Mon, 15 Aug 2022 20:44:49 +0000 (16:44 -0400)]
Merge pull request #2061 from tchaikov/pbuilder

build_utils/build_debs: use variable when appropriate

3 years agoMerge pull request #2063 from ceph/no-more-lsb
Zack Cerza [Mon, 15 Aug 2022 15:43:30 +0000 (09:43 -0600)]
Merge pull request #2063 from ceph/no-more-lsb

Stop using lsb for rpm-based distros

3 years agoMerge pull request #2060 from ceph/ceph-ci-c9
Zack Cerza [Thu, 11 Aug 2022 15:14:46 +0000 (09:14 -0600)]
Merge pull request #2060 from ceph/ceph-ci-c9

ceph-dev-new: Build centos9 for main and quincy based ceph-ci branches

3 years agoStop using lsb for rpm-based distros 2063/head
David Galloway [Thu, 11 Aug 2022 13:31:48 +0000 (09:31 -0400)]
Stop using lsb for rpm-based distros

lsb_release was removed in EL9 and we already have functions to read /etc/os-release and return the values we want.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2059 from ceph/scripts-c9
adam kraitman [Thu, 11 Aug 2022 13:15:07 +0000 (16:15 +0300)]
Merge pull request #2059 from ceph/scripts-c9

scripts: Update signing scripts for el9

3 years agobuild_utils/build_debs: use variable when appropriate 2061/head
Kefu Chai [Thu, 11 Aug 2022 02:13:16 +0000 (10:13 +0800)]
build_utils/build_debs: use variable when appropriate

less "magic numbers" this way.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
3 years agoMerge pull request #1999 from ceph/wip-pbuilder-dir
Kefu Chai [Thu, 11 Aug 2022 02:09:39 +0000 (10:09 +0800)]
Merge pull request #1999 from ceph/wip-pbuilder-dir

pbuilder: build in $WORKSPACE

3 years agoceph-dev-new: Build centos9 for main and quincy based ceph-ci branches 2060/head
David Galloway [Thu, 11 Aug 2022 01:06:50 +0000 (21:06 -0400)]
ceph-dev-new: Build centos9 for main and quincy based ceph-ci branches

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoscripts: Update signing scripts for el9 2059/head
David Galloway [Thu, 11 Aug 2022 01:04:54 +0000 (21:04 -0400)]
scripts: Update signing scripts for el9

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agopbuilder: build in $WORKSPACE or tmpfs if available 1999/head
David Galloway [Fri, 13 May 2022 17:28:55 +0000 (13:28 -0400)]
pbuilder: build in $WORKSPACE or tmpfs if available

Come to find out unless --buildplace is defined, pbuilder builds in /var/cache/pbuilder/build.

The braggi and adami builders have separate faster and larger SSDs mounted at /home/jenkins-build but pbuilder hasn't been using them.

Additionally, it is possible to build in memory.  The braggi and adami have plenty of space available to build in it so let's use it.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-dev-cron: Build quincy on el9 daily 2058/head
David Galloway [Thu, 11 Aug 2022 00:48:19 +0000 (20:48 -0400)]
ceph-dev-cron: Build quincy on el9 daily

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2057 from ceph/c9-cron
David Galloway [Wed, 10 Aug 2022 21:20:20 +0000 (17:20 -0400)]
Merge pull request #2057 from ceph/c9-cron

ceph-dev-cron: Build main on centos9 daily

3 years agoceph-dev-cron: Build main on centos9 daily 2057/head
David Galloway [Wed, 10 Aug 2022 21:18:05 +0000 (17:18 -0400)]
ceph-dev-cron: Build main on centos9 daily

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2054 from ceph/el9
David Galloway [Wed, 10 Aug 2022 18:55:50 +0000 (14:55 -0400)]
Merge pull request #2054 from ceph/el9

ceph-dev: Automatically build main on centos9

3 years agoMerge pull request #2056 from ceph/no-rhel9-container
Ken Dreyer [Wed, 10 Aug 2022 18:50:51 +0000 (14:50 -0400)]
Merge pull request #2056 from ceph/no-rhel9-container

ceph*build: Do not build containers on CentOS9 for now

3 years agoMerge pull request #2044 from ceph/trigger-branches
David Galloway [Wed, 10 Aug 2022 18:44:54 +0000 (14:44 -0400)]
Merge pull request #2044 from ceph/trigger-branches

ceph-docs-rtd: Create job to keep releases docs up-to-date

3 years agoceph-docs-rtd: Create job to keep releases docs up-to-date 2044/head
David Galloway [Wed, 10 Aug 2022 18:41:35 +0000 (14:41 -0400)]
ceph-docs-rtd: Create job to keep releases docs up-to-date

See ceph/ceph#46917

This Jenkins job will receive webhooks from the github plugin.  It will then check if the main branch is what was updated and if the `doc/releases` dir was updated.

If true, it will trigger a build for each active Ceph release's docs.

ceph/ceph#47442
ceph/ceph#47443
ceph/ceph#47444

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2052 from ceph/windows-jammy
David Galloway [Wed, 10 Aug 2022 18:05:17 +0000 (14:05 -0400)]
Merge pull request #2052 from ceph/windows-jammy

More fixes to get Windows jobs running again

3 years agoceph*build: Do not build containers on CentOS9 for now 2056/head
David Galloway [Wed, 10 Aug 2022 17:29:01 +0000 (13:29 -0400)]
ceph*build: Do not build containers on CentOS9 for now

ceph-container isn't ready yet.  There is work being done in https://github.com/ceph/ceph-container/pull/2038 but our build scripts still need a lot of adjustments.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-pr-api: Avoid artifact archive plugin hang 2055/head
David Galloway [Wed, 10 Aug 2022 17:19:02 +0000 (13:19 -0400)]
ceph-pr-api: Avoid artifact archive plugin hang

More often than not, docs-only PRs hang during this job for 45-50 minutes then crash like this:

```
+ '[' true = true ']'
+ echo 'Only the doc/ dir changed.  No need to run make check or API tests.'
Only the doc/ dir changed.  No need to run make check or API tests.
+ exit 0
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] Build does not have any of the results [ABORTED]. Did not execute build step #0.
Archiving artifacts
java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.Arrays.copyOf(Arrays.java:3689)
at java.base/java.util.Vector.grow(Vector.java:261)
at java.base/java.util.Vector.ensureCapacity(Vector.java:241)
at org.apache.tools.ant.util.VectorSet.doAdd(VectorSet.java:86)
at org.apache.tools.ant.util.VectorSet.addElement(VectorSet.java:98)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1245)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1194)
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1156)
at org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:954)
at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:912)
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:528)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3159)
Caused: java.io.IOException: Remote call on JNLP4-connect connection from 8.43.84.3/8.43.84.3:42699 failed
at hudson.remoting.Channel.call(Channel.java:1004)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.FilePath.validateAntFileMask(FilePath.java:3095)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:765)
at hudson.model.Build$BuildExecution.post2(Build.java:179)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:709)
at hudson.model.Run.execute(Run.java:1922)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
No artifacts found that match the file pattern "build/out/mgr.*.log". Configuration error?
```

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-windows: Cleanup repo files 2052/head
David Galloway [Tue, 9 Aug 2022 16:59:11 +0000 (12:59 -0400)]
ceph-windows: Cleanup repo files

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-windows: Install dev version of ceph-common
David Galloway [Tue, 9 Aug 2022 16:57:27 +0000 (12:57 -0400)]
ceph-windows: Install dev version of ceph-common

We don't have an official Ubuntu Jammy ceph-common package yet and won't until the next version of quincy.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-dev: Automatically build main on centos9 2054/head
David Galloway [Wed, 10 Aug 2022 14:21:55 +0000 (10:21 -0400)]
ceph-dev: Automatically build main on centos9

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2053 from ceph/enable-linger
Guillaume Abrioux [Tue, 9 Aug 2022 17:44:32 +0000 (19:44 +0200)]
Merge pull request #2053 from ceph/enable-linger

ansible: loginctl enable-linger jenkins-build

3 years agoansible: loginctl enable-linger jenkins-build 2053/head
David Galloway [Tue, 9 Aug 2022 17:20:52 +0000 (13:20 -0400)]
ansible: loginctl enable-linger jenkins-build

https://github.com/containers/podman/issues/9002

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-windows: Use quincy
David Galloway [Tue, 9 Aug 2022 16:52:27 +0000 (12:52 -0400)]
ceph-windows: Use quincy

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2051 from ceph/cleanupfix
David Galloway [Tue, 9 Aug 2022 15:50:57 +0000 (11:50 -0400)]
Merge pull request #2051 from ceph/cleanupfix

windows: Check for cephadm binary before attempting to use it

3 years agowindows: Check for cephadm binary before attempting to use it 2051/head
David Galloway [Tue, 9 Aug 2022 15:44:44 +0000 (11:44 -0400)]
windows: Check for cephadm binary before attempting to use it

Fixes:
```
+ [[ -x /home/jenkins-build/build/workspace/wnbd-build/cephadm ]]
+ sudo /home/jenkins-build/build/workspace/wnbd-build/cephadm rm-repo
[sudo] password for jenkins-build:
sudo: no password was provided
sudo: a password is required
Build step 'Execute scripts' changed build result to FAILURE
Build step 'Execute scripts' marked build as failure
```

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2050 from tchaikov/drop-stale-comment
David Galloway [Tue, 9 Aug 2022 15:06:31 +0000 (11:06 -0400)]
Merge pull request #2050 from tchaikov/drop-stale-comment

ceph-build-pull-requests: drop stale comment

3 years agoceph-build-pull-requests: drop stale comment 2050/head
Kefu Chai [Tue, 9 Aug 2022 12:41:24 +0000 (20:41 +0800)]
ceph-build-pull-requests: drop stale comment

now that we've bumped up the urllib3's version in
f2f9bec9da002ac07b27c5caf5131aeab196509c. the comment does not
apply anymore.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
3 years agoMerge pull request #2048 from tchaikov/wip-newer-urllib3
David Galloway [Tue, 9 Aug 2022 00:23:53 +0000 (20:23 -0400)]
Merge pull request #2048 from tchaikov/wip-newer-urllib3

ceph-build-pull-requests: use a newer urllib3 when installing jjb

3 years agoMerge pull request #2047 from tchaikov/node14
Kefu Chai [Tue, 9 Aug 2022 00:18:47 +0000 (08:18 +0800)]
Merge pull request #2047 from tchaikov/node14

dashboard-cephadm-e2e: bump node version to 14

Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
3 years agoceph-build-pull-requests: use a newer urllib3 when installing jjb 2048/head
Kefu Chai [Tue, 9 Aug 2022 00:01:26 +0000 (08:01 +0800)]
ceph-build-pull-requests: use a newer urllib3 when installing jjb

as urllib3 v1.22 is not compatible with python3.10 which is shipped by
ubuntu jammy. see https://pypi.org/project/urllib3/1.22/

so, to run jjb in a python3.10 venv we should use a newer urllib.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
3 years agodashboard-cephadm-e2e: bump node version to 14 2047/head
Kefu Chai [Mon, 8 Aug 2022 16:04:17 +0000 (00:04 +0800)]
dashboard-cephadm-e2e: bump node version to 14

as node.js 12 is being deprecated. and the oldest node.js which is
packaged by https://github.com/nodesource is node.js 14. see
https://github.com/nodesource/distributions#debinstall

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
3 years agoMerge pull request #2046 from ceph/windows-cleanup
David Galloway [Mon, 8 Aug 2022 15:53:47 +0000 (11:53 -0400)]
Merge pull request #2046 from ceph/windows-cleanup

ceph-windows: Clean up repo files

3 years agoceph-windows: Clean up repo files 2046/head
David Galloway [Mon, 8 Aug 2022 15:31:33 +0000 (11:31 -0400)]
ceph-windows: Clean up repo files

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2045 from ionutbalutoiu/fix-windows-jenkins-jobs
David Galloway [Mon, 8 Aug 2022 14:34:32 +0000 (10:34 -0400)]
Merge pull request #2045 from ionutbalutoiu/fix-windows-jenkins-jobs

Improve Windows libvirt VM IP detection

3 years agoImprove Windows libvirt VM IP detection 2045/head
Ionut Balutoiu [Mon, 8 Aug 2022 11:10:52 +0000 (14:10 +0300)]
Improve Windows libvirt VM IP detection

On some of the KVM hosts targeted by the Windows jobs, the main
interface within the VM will have a different NIC name.

Therefore, the command:
```
virsh domifaddr --source agent --interface Ethernet --full $VM_NAME
```
will not return anything, since the NIC name is not guaranteed to
have `Ethernet` name.

These changes improve how the VM IP is detected, by filtering the
guest NICs via MAC address to find the proper NIC. Furthermore, the
VM address belonging to the `default` virsh network is returned.

3 years agoadd WITH_BOOST_VALGRIND to default build flavor 2043/head
Casey Bodley [Tue, 2 Aug 2022 17:41:55 +0000 (13:41 -0400)]
add WITH_BOOST_VALGRIND to default build flavor

Signed-off-by: Casey Bodley <cbodley@redhat.com>
3 years agodashboard-e2e: change artifact dir to mstart ones 2030/head
Nizamudeen A [Thu, 30 Jun 2022 17:48:06 +0000 (23:18 +0530)]
dashboard-e2e: change artifact dir to mstart ones

after #46848, the log dir will be changed because the test is going to
use the mstart instead of vstart

Signed-off-by: Nizamudeen A <nia@redhat.com>
3 years agoMerge pull request #1971 from cbodley/wip-cxx20
Kefu Chai [Mon, 1 Aug 2022 22:45:42 +0000 (06:45 +0800)]
Merge pull request #1971 from cbodley/wip-cxx20

reenable ubuntu's toolchain ppa for c++20 support

3 years agouse_ppa=true on focal for reef 1971/head
Casey Bodley [Thu, 24 Feb 2022 20:52:41 +0000 (15:52 -0500)]
use_ppa=true on focal for reef

Signed-off-by: Casey Bodley <cbodley@redhat.com>
3 years agoMerge pull request #2042 from ceph/rbdmirror-ca-stable
Guillaume Abrioux [Mon, 1 Aug 2022 12:28:10 +0000 (14:28 +0200)]
Merge pull request #2042 from ceph/rbdmirror-ca-stable

ceph-ansible-prs: run rbdmirror against stable branches

3 years agoceph-ansible-prs: run rbdmirror against stable branches 2042/head
Guillaume Abrioux [Mon, 1 Aug 2022 08:33:58 +0000 (10:33 +0200)]
ceph-ansible-prs: run rbdmirror against stable branches

Corresponding PRs:

- ceph/ceph-ansible/pull/7269 (stable-7.0)
- ceph/ceph-ansible/pull/7268 (stable-6.0)

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
3 years agoMerge pull request #2041 from ceph/dotio
David Galloway [Fri, 29 Jul 2022 16:57:34 +0000 (12:57 -0400)]
Merge pull request #2041 from ceph/dotio

ansible: s/ceph.com/ceph.io in ceph-maintainers email addy

3 years agoansible: s/ceph.com/ceph.io in ceph-maintainers email addy dotio 2041/head
David Galloway [Fri, 29 Jul 2022 16:27:34 +0000 (12:27 -0400)]
ansible: s/ceph.com/ceph.io in ceph-maintainers email addy

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2040 from ceph/jammy
Zack Cerza [Fri, 29 Jul 2022 16:25:46 +0000 (10:25 -0600)]
Merge pull request #2040 from ceph/jammy

Add Ubuntu 22.04 (main only for now)

3 years agoMerge pull request #2039 from rhcs-dashboard/update-runc
David Galloway [Fri, 29 Jul 2022 14:11:39 +0000 (10:11 -0400)]
Merge pull request #2039 from rhcs-dashboard/update-runc

dashboard-cephadm-e2e: update runc version

3 years agoAdd Ubuntu 22.04 (main only for now) 2040/head
David Galloway [Thu, 28 Jul 2022 20:35:47 +0000 (16:35 -0400)]
Add Ubuntu 22.04 (main only for now)

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agodashboard-cephadm-e2e: update runc version 2039/head
Nizamudeen A [Tue, 26 Jul 2022 05:31:46 +0000 (11:01 +0530)]
dashboard-cephadm-e2e: update runc version

cephadm dashboard e2e's were throwing this error in some machines (eg: braggi16)
```docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error adding seccomp filter rule for syscall clone3: requested action matches default action of filter": unknown```

Upon further debugging it was related to the runc version where in the
error prone machines the runc version is 1.01 while as per some recent
threads docker needs runc version of 1.02.
https://github.com/containerd/containerd/issues/6203#issuecomment-1006713706

Signed-off-by: Nizamudeen A <nia@redhat.com>
3 years agoMerge pull request #2026 from ceph/ceph-tag-pr
David Galloway [Fri, 22 Jul 2022 00:42:12 +0000 (20:42 -0400)]
Merge pull request #2026 from ceph/ceph-tag-pr

Create PR to merge version commit into working release branches

3 years agoMerge pull request #2038 from ceph/dashrelease
Zack Cerza [Thu, 21 Jul 2022 17:42:26 +0000 (11:42 -0600)]
Merge pull request #2038 from ceph/dashrelease

ceph: Clarify branch name to enter

3 years agoceph: Clarify branch name to enter 2038/head
David Galloway [Thu, 21 Jul 2022 17:24:02 +0000 (13:24 -0400)]
ceph: Clarify branch name to enter

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2037 from ceph/windows-keep
Zack Cerza [Wed, 20 Jul 2022 19:49:23 +0000 (13:49 -0600)]
Merge pull request #2037 from ceph/windows-keep

3 years agoceph-dev: Keep 14 days' worth of builds 2037/head
David Galloway [Wed, 20 Jul 2022 17:05:32 +0000 (13:05 -0400)]
ceph-dev: Keep 14 days' worth of builds

multijob projects only keep the lowest number of builds specified in build-discarder config.  So we only had 25 builds.  That only correlates to 3-5 days which isn't log enough to debug failed builds from a week ago, for example.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2036 from ceph/cv-c8
Guillaume Abrioux [Tue, 19 Jul 2022 19:45:54 +0000 (21:45 +0200)]
Merge pull request #2036 from ceph/cv-c8

ceph-volume-*: Run on CentOS8 builders. C7 is too old now.

3 years agoMerge pull request #2035 from ceph/fix-path
Zack Cerza [Tue, 19 Jul 2022 19:18:18 +0000 (13:18 -0600)]
Merge pull request #2035 from ceph/fix-path

3 years agoceph-volume-*: Run on CentOS8 builders. C7 is too old now. 2036/head
David Galloway [Tue, 19 Jul 2022 17:52:58 +0000 (13:52 -0400)]
ceph-volume-*: Run on CentOS8 builders. C7 is too old now.

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoansible: Replace a couple more instances of slave 2035/head
David Galloway [Tue, 19 Jul 2022 17:48:11 +0000 (13:48 -0400)]
ansible: Replace a couple more instances of slave

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2034 from ceph/add-tox-rbdmirror
David Galloway [Tue, 12 Jul 2022 19:49:08 +0000 (15:49 -0400)]
Merge pull request #2034 from ceph/add-tox-rbdmirror

build_utils.sh: update start_tox()

3 years agobuild_utils.sh: update start_tox() 2034/head
Guillaume Abrioux [Tue, 12 Jul 2022 19:46:42 +0000 (21:46 +0200)]
build_utils.sh: update start_tox()

This makes tox pick the right tox config file when scenario is
'rbdmirror'

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
3 years agoMerge pull request #2033 from ceph/ca-add-rbdmirror
David Galloway [Tue, 12 Jul 2022 19:39:55 +0000 (15:39 -0400)]
Merge pull request #2033 from ceph/ca-add-rbdmirror

ca-ansible-prs: add rbdmirror scenario

3 years agoca-ansible-prs: add rbdmirror scenario 2033/head
Guillaume Abrioux [Tue, 12 Jul 2022 19:33:37 +0000 (21:33 +0200)]
ca-ansible-prs: add rbdmirror scenario

add functional testing for rbdmirror scenario

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
3 years agoMerge pull request #2032 from tchaikov/wip-crimson
Kefu Chai [Mon, 11 Jul 2022 03:34:31 +0000 (11:34 +0800)]
Merge pull request #2032 from tchaikov/wip-crimson

build_utils: do not pass -DWITH_SEASTAR=ON for building crimson flavor

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
3 years agobuild_utils: do not pass -DWITH_SEASTAR=ON for building crimson flavor 2032/head
Kefu Chai [Sat, 9 Jul 2022 15:30:45 +0000 (11:30 -0400)]
build_utils: do not pass -DWITH_SEASTAR=ON for building crimson flavor

CEPH_EXTRA_RPMBUILD_ARGS="--with seastar" should suffice for building
rpm. while DEB_BUILD_PROFILES="pkg.ceph.crimson" should be enough for
building deb packages.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
3 years agoMerge pull request #2031 from ceph/fix-cv-ansible-prs
David Galloway [Fri, 8 Jul 2022 16:47:39 +0000 (12:47 -0400)]
Merge pull request #2031 from ceph/fix-cv-ansible-prs

ceph-volume-ansible-prs: various fixes

3 years agoceph-volume-ansible-prs: various fixes 2031/head
Guillaume Abrioux [Fri, 8 Jul 2022 16:18:52 +0000 (18:18 +0200)]
ceph-volume-ansible-prs: various fixes

- enforce py39
- add quincy release

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
3 years agoMerge pull request #1828 from ceph/dashboard-junit
David Galloway [Tue, 5 Jul 2022 14:28:36 +0000 (10:28 -0400)]
Merge pull request #1828 from ceph/dashboard-junit

dashboard-pr: add JUnit tests

3 years agodashboard-pr: add JUnit tests 1828/head
Ernesto Puerta [Tue, 1 Jun 2021 16:29:45 +0000 (18:29 +0200)]
dashboard-pr: add JUnit tests

https://plugins.jenkins.io/junit/
https://docs.openstack.org/infra/jenkins-job-builder/publishers.html?highlight=junit#publishers.junit

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
3 years agoMerge pull request #2029 from ceph/sepia-pause
adam kraitman [Tue, 28 Jun 2022 06:11:31 +0000 (09:11 +0300)]
Merge pull request #2029 from ceph/sepia-pause

sepia-fog-images: Don't unpause if PAUSEQUEUE=false

3 years agosepia-fog-images: Don't unpause if PAUSEQUEUE=false 2029/head
David Galloway [Tue, 28 Jun 2022 00:26:29 +0000 (20:26 -0400)]
sepia-fog-images: Don't unpause if PAUSEQUEUE=false

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-tag: Sign the version commit 2026/head
David Galloway [Thu, 23 Jun 2022 13:52:14 +0000 (09:52 -0400)]
ceph-tag: Sign the version commit

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoceph-tag: Create a PR instead of pushing directly to {{ branch }}
David Galloway [Thu, 23 Jun 2022 13:43:28 +0000 (09:43 -0400)]
ceph-tag: Create a PR instead of pushing directly to {{ branch }}

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2027 from ceph/cv-py3
Guillaume Abrioux [Fri, 24 Jun 2022 15:44:21 +0000 (17:44 +0200)]
Merge pull request #2027 from ceph/cv-py3

ceph-volume-pr: Run on CentOS8 Builders

3 years agoceph-volume-pr: Run on CentOS8 Builders 2027/head
David Galloway [Fri, 24 Jun 2022 14:34:11 +0000 (10:34 -0400)]
ceph-volume-pr: Run on CentOS8 Builders

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2025 from ceph/cc-smithi
Guillaume Abrioux [Thu, 23 Jun 2022 13:35:31 +0000 (15:35 +0200)]
Merge pull request #2025 from ceph/cc-smithi

ceph-container-prs: Only run on braggi/adami

3 years agoceph-container-prs: Only run on braggi/adami 2025/head
David Galloway [Wed, 22 Jun 2022 19:39:53 +0000 (15:39 -0400)]
ceph-container-prs: Only run on braggi/adami

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2024 from ceph/nfs-fix
Guillaume Abrioux [Wed, 15 Jun 2022 17:41:41 +0000 (19:41 +0200)]
Merge pull request #2024 from ceph/nfs-fix

nfs-ganesha: mock target is centos-stream-8 now

3 years agonfs-ganesha: mock target is centos-stream-8 now 2024/head
David Galloway [Wed, 15 Jun 2022 17:37:57 +0000 (13:37 -0400)]
nfs-ganesha: mock target is centos-stream-8 now

Signed-off-by: David Galloway <dgallowa@redhat.com>
3 years agoMerge pull request #2003 from ceph/wip-centos9
Justin Caratzas [Tue, 14 Jun 2022 20:04:08 +0000 (16:04 -0400)]
Merge pull request #2003 from ceph/wip-centos9

Add Centos Stream 9

3 years agobuild_utils: opensuse -> opensuse-leap 2003/head
Justin Caratzas [Thu, 26 May 2022 21:16:02 +0000 (17:16 -0400)]
build_utils: opensuse -> opensuse-leap

3 years agobuild_utils: enable crb for c9s via dnf config-manager
Justin Caratzas [Tue, 24 May 2022 16:05:31 +0000 (12:05 -0400)]
build_utils: enable crb for c9s via dnf config-manager

3 years agoadd centos9
Justin Caratzas [Tue, 21 Sep 2021 14:09:43 +0000 (10:09 -0400)]
add centos9

3 years agoMerge pull request #2023 from ceph/revert-2011-wip-enable-WITH_PMEM
David Galloway [Mon, 13 Jun 2022 16:31:26 +0000 (12:31 -0400)]
Merge pull request #2023 from ceph/revert-2011-wip-enable-WITH_PMEM

Revert "ceph-pull-requests/build/build: enable WITH_PMEM"

3 years agoRevert "ceph-pull-requests/build/build: enable WITH_PMEM" 2023/head
Kefu Chai [Mon, 13 Jun 2022 16:26:44 +0000 (00:26 +0800)]
Revert "ceph-pull-requests/build/build: enable WITH_PMEM"