]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline: Add CEPH_REPO param
authorZack Cerza <zack@cerza.org>
Mon, 14 Apr 2025 19:47:22 +0000 (13:47 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 18 Apr 2025 17:19:25 +0000 (11:19 -0600)
So that we can build release branches from ceph.git

Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml

index c6b805fa6df46a9ef9e3cda83dd6b419eea81104..811d3e6e7cefe005e00462dacf5dd19b3f7dba1a 100644 (file)
           description: "The git branch (or tag) to build"
           default: main
 
+      - choice:
+          name: CEPH_REPO
+          choices:
+            - https://github.com/ceph/ceph-ci
+            - https://github.com/ceph/ceph
+
       - string:
           name: DISTROS
           description: "A list of distros to build for. Available options are: centos9, centos8, noble, jammy, focal, and windows"