From: David Galloway Date: Sat, 20 Dec 2025 22:30:18 +0000 (-0500) Subject: ceph-pr-api: Fix parameter X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2514%2Fhead;p=ceph-build.git ceph-pr-api: Fix parameter It's actually impossible to manually trigger this job right now without this Signed-off-by: David Galloway --- diff --git a/ceph-pr-api/build/build b/ceph-pr-api/build/build index 0f07fbb2..761f387e 100644 --- a/ceph-pr-api/build/build +++ b/ceph-pr-api/build/build @@ -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 diff --git a/ceph-pr-api/config/definitions/ceph-pr-api.yml b/ceph-pr-api/config/definitions/ceph-pr-api.yml index b5295a25..f409db5f 100644 --- a/ceph-pr-api/config/definitions/ceph-pr-api.yml +++ b/ceph-pr-api/config/definitions/ceph-pr-api.yml @@ -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: