]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pr-api: Fix parameter 2514/head
authorDavid Galloway <david.galloway@ibm.com>
Sat, 20 Dec 2025 22:30:18 +0000 (17:30 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Sat, 20 Dec 2025 22:40:37 +0000 (17:40 -0500)
It's actually impossible to manually trigger this job right now without this

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

index 0f07fbb20efcc7a9a56b6ca08fdf43015a56af4a..761f387e2767ba378dfaac7255054df419a5c4e2 100644 (file)
@@ -1,5 +1,9 @@
 #!/bin/bash -e
 
+if [[ "${ROOT_BUILD_CAUSE}" == "MANUALTRIGGER" ]]; then
+    ghprbGhRepository="ceph/ceph"
+fi
+
 docs_pr_only
 container_pr_only
 gha_pr_only
index b5295a250e98767abf984df41fb766b2c1842cec..f409db5fcb65d2c8a94bce73d5ea09e17bda65c3 100644 (file)
@@ -25,8 +25,8 @@
 
     parameters:
       - string:
-          name: sha1
-          description: "commit id or a refname, like 'origin/pr/72/head'"
+          name: ghprbPullId
+          description: "Pull Request Number (e.g., 60421)"
 
     triggers:
       - github-pull-request: