From: David Galloway Date: Thu, 26 Mar 2026 16:52:44 +0000 (-0400) Subject: ceph-rook-e2e: Fix ghprb X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ce9dcbfbd9fa23bfe62012443642822d3e76b92;p=ceph-build.git ceph-rook-e2e: Fix ghprb It wasn't possible to run this manually. These changes allow putting just a PR # in the parameter for hte job. Signed-off-by: David Galloway --- diff --git a/ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml b/ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml index 1a77e77d6..518068f82 100644 --- a/ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml +++ b/ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml @@ -24,8 +24,8 @@ TERM=xterm parameters: - string: - name: sha1 - description: "commit id or a refname, like 'origin/pr/72/head'" + name: ghprbPullId + description: "the GitHub pull id, like '72' in 'ceph/pull/72'" triggers: - github-pull-request: @@ -60,10 +60,10 @@ branches: - origin/pr/${{ghprbPullId}}/merge refspec: +refs/pull/${{ghprbPullId}}/*:refs/remotes/origin/pr/${{ghprbPullId}}/* - browser: auto - timeout: 20 skip-tag: true shallow-clone: true + honor-refspec: true + timeout: 20 wipe-workspace: true - git: @@ -75,6 +75,7 @@ builders: - shell: !include-raw-verbatim: + - ../../../scripts/setup_container_runtime.sh - ../../../scripts/rook-orch/install-rook-e2e-deps.sh - shell: | export COMMIT_INFO_MESSAGE="$ghprbPullTitle"