From d27f749c9dfe74e327d87e22c895b571c2f37083 Mon Sep 17 00:00:00 2001 From: Anshuman Date: Mon, 29 Jun 2026 10:57:26 +0530 Subject: [PATCH] Fixed issues in ppc-ut job. Signed-off-by: Anshuman --- .../ceph-make-check-periodic-ppc64.yml | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/ceph-make-check-periodic-ppc64/config/definitions/ceph-make-check-periodic-ppc64.yml b/ceph-make-check-periodic-ppc64/config/definitions/ceph-make-check-periodic-ppc64.yml index 8b191b184..d7f10626c 100644 --- a/ceph-make-check-periodic-ppc64/config/definitions/ceph-make-check-periodic-ppc64.yml +++ b/ceph-make-check-periodic-ppc64/config/definitions/ceph-make-check-periodic-ppc64.yml @@ -14,7 +14,7 @@ parameters: - string: name: PullID - description: "the GitHub pull id, like '72' in 'ceph/pull/72'" + description: "The main branch ID" default: origin/main project-type: freestyle properties: @@ -32,8 +32,8 @@ url: https://github.com/ceph/ceph.git name: origin branches: - - origin/pr/${{PullID}}/merge - refspec: +refs/pull/${{PullID}}/*:refs/remotes/origin/pr/${{PullID}}/* + - ${{PullID}} + refspec: +refs/heads/*:refs/remotes/origin/* skip-tag: true shallow-clone: true honor-refspec: true @@ -42,22 +42,6 @@ triggers: - timed: '@weekly' publishers: - - cobertura: - report-file: "src/pybind/mgr/dashboard/frontend/coverage/cobertura-coverage.xml" - only-stable: "true" - health-auto-update: "false" - stability-auto-update: "false" - zoom-coverage-chart: "true" - source-encoding: "Big5" - targets: - - files: - healthy: 10 - unhealthy: 20 - failing: 30 - - method: - healthy: 10 - unhealthy: 20 - failing: 30 - postbuildscript: builders: - role: SLAVE -- 2.47.3