From: David Galloway Date: Thu, 21 Aug 2025 15:51:08 +0000 (-0400) Subject: Revert "ceph-trigger-build: Default to ceph-dev-pipeline" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2427%2Fhead;p=ceph-build.git Revert "ceph-trigger-build: Default to ceph-dev-pipeline" This reverts commit 432cc024fc03daa59b2af0523d333ed654f1a2ac. --- diff --git a/ceph-trigger-build/README.md b/ceph-trigger-build/README.md index 1896b2ae8..823ed451d 100644 --- a/ceph-trigger-build/README.md +++ b/ceph-trigger-build/README.md @@ -16,7 +16,7 @@ This pipeline's role is to: |Parameter|Description|Available Options|Default| |--|--|--|--| -|CEPH-BUILD-JOB|Which Jenkins job to trigger. Only ceph-dev-pipeline supports the options below.|ceph-dev-pipeline, ceph-dev-new|`ceph-dev-pipeline`| +|CEPH-BUILD-JOB|Which Jenkins job to trigger. Only ceph-dev-pipeline supports the options below.|ceph-dev-pipeline, ceph-dev-new|`ceph-dev-new`| |DISTROS|Space-sparated list of Linux distributions to build for|focal, jammy, noble, centos9, windows|Depends on keywords in branch name| |ARCHS|Space-separated list of architectures to build on|x86_64, arm64|`x86_64 arm64`| |FLAVORS|Crimson or non-Crimson|default, crimson-debug, crimson-release|`default`| diff --git a/ceph-trigger-build/build/Jenkinsfile b/ceph-trigger-build/build/Jenkinsfile index 8a7a3caf6..f18fa1ae7 100644 --- a/ceph-trigger-build/build/Jenkinsfile +++ b/ceph-trigger-build/build/Jenkinsfile @@ -18,7 +18,7 @@ def gitTrailerParameterNames = [ ] // These are the default parameter values for the pipeline def defaults = [ - 'CEPH_BUILD_JOB': 'ceph-dev-pipeline', + 'CEPH_BUILD_JOB': 'ceph-dev-new', 'DISTROS': 'centos9 jammy noble windows', 'ARCHS': 'x86_64 arm64', 'FLAVOR': 'default',