]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-tag: Add TAG_PHASE var 2484/head
authorDavid Galloway <david.galloway@ibm.com>
Fri, 31 Oct 2025 13:56:24 +0000 (09:56 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 31 Oct 2025 14:14:49 +0000 (10:14 -0400)
While this job is intended to be called from ceph-release-pipeline, it can be ran manually, but was missing the ability to set TAG_PHASE.

Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-tag/config/definitions/ceph-tag.yml

index 09df200730175480e8e8619aacc6e37165c88f67..04fae127967fb83010a5f3492faaeb19afa55d02 100644 (file)
 Defaults to checked."
           default: true
 
+      - choice:
+          name: TAG_PHASE
+          description: "
+create: When TAG=true, pull BRANCH-release and create the tag/version commit on top of it
+push: When TAG=true, push the afformentioned tag to ceph.git, and create the PR to merge BRANCH-release back into BRANCH."
+          default: push
+          choices:
+            - push
+            - create
+
       - bool:
           name: THROWAWAY
           description: "