]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Fixed issues in ppc-ut job. 2636/head
authorAnshuman <anshuman@ibm.com>
Mon, 29 Jun 2026 05:27:26 +0000 (10:57 +0530)
committerAnshuman <anshuman@ibm.com>
Mon, 29 Jun 2026 05:27:26 +0000 (10:57 +0530)
Signed-off-by: Anshuman <anshuman@ibm.com>
ceph-make-check-periodic-ppc64/config/definitions/ceph-make-check-periodic-ppc64.yml

index 8b191b1846b0844e2128f85d3711da96b960330c..d7f10626c6eeb4b11b2ad6db233ca84bf9893c52 100644 (file)
@@ -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
     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