|
| 1 | +- job: |
| 2 | + block-downstream: false |
| 3 | + block-upstream: false |
| 4 | + builders: |
| 5 | + - shell: |
| 6 | + !include-raw-verbatim: |
| 7 | + - ../../../scripts/build_utils.sh |
| 8 | + - ../../../scripts/setup_container_runtime.sh |
| 9 | + - ../../build/build |
| 10 | + concurrent: true |
| 11 | + disabled: false |
| 12 | + name: ceph-pull-requests-ppc64 |
| 13 | + node: 'ppc64 && (installed-os-noble || centos9)' |
| 14 | + parameters: |
| 15 | + - string: |
| 16 | + name: ghprbPullId |
| 17 | + description: "the GitHub pull id, like '72' in 'ceph/pull/72'" |
| 18 | + default: origin/main |
| 19 | + project-type: freestyle |
| 20 | + properties: |
| 21 | + - build-discarder: |
| 22 | + artifact-days-to-keep: -1 |
| 23 | + artifact-num-to-keep: -1 |
| 24 | + days-to-keep: 15 |
| 25 | + num-to-keep: 300 |
| 26 | + - raw: |
| 27 | + xml: | |
| 28 | + <com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty plugin="build-failure-analyzer@1.18.1"> |
| 29 | + <doNotScan>false</doNotScan> |
| 30 | + </com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty> |
| 31 | + - github: |
| 32 | + url: https://github.com/ceph/ceph/ |
| 33 | + - raw: |
| 34 | + xml: | |
| 35 | + <com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.25"> |
| 36 | + <autoRebuild>false</autoRebuild> |
| 37 | + <rebuildDisabled>false</rebuildDisabled> |
| 38 | + </com.sonyericsson.rebuild.RebuildSettings> |
| 39 | + quiet-period: '5' |
| 40 | + retry-count: '3' |
| 41 | + scm: |
| 42 | + - git: |
| 43 | + url: https://github.com/ceph/ceph.git |
| 44 | + name: origin |
| 45 | + branches: |
| 46 | + - origin/pr/${{ghprbPullId}}/merge |
| 47 | + refspec: +refs/pull/${{ghprbPullId}}/*:refs/remotes/origin/pr/${{ghprbPullId}}/* |
| 48 | + skip-tag: true |
| 49 | + shallow-clone: true |
| 50 | + honor-refspec: true |
| 51 | + timeout: 20 |
| 52 | + wipe-workspace: true |
| 53 | + triggers: |
| 54 | + - github-pull-request: |
| 55 | + cancel-builds-on-update: true |
| 56 | + allow-whitelist-orgs-as-admins: true |
| 57 | + org-list: |
| 58 | + - ceph |
| 59 | + trigger-phrase: 'jenkins test make check ppc64' |
| 60 | + skip-build-phrase: '^jenkins do not test.*' |
| 61 | + only-trigger-phrase: false |
| 62 | + github-hooks: true |
| 63 | + permit-all: true |
| 64 | + auto-close-on-fail: false |
| 65 | + status-context: "make check (ppc64)" |
| 66 | + started-status: "running make check" |
| 67 | + success-status: "make check succeeded" |
| 68 | + failure-status: "make check failed" |
| 69 | + white-list-target-branches: |
| 70 | + - main |
| 71 | + publishers: |
| 72 | + - cobertura: |
| 73 | + report-file: "src/pybind/mgr/dashboard/frontend/coverage/cobertura-coverage.xml" |
| 74 | + only-stable: "true" |
| 75 | + health-auto-update: "false" |
| 76 | + stability-auto-update: "false" |
| 77 | + zoom-coverage-chart: "true" |
| 78 | + source-encoding: "Big5" |
| 79 | + targets: |
| 80 | + - files: |
| 81 | + healthy: 10 |
| 82 | + unhealthy: 20 |
| 83 | + failing: 30 |
| 84 | + - method: |
| 85 | + healthy: 10 |
| 86 | + unhealthy: 20 |
| 87 | + failing: 30 |
| 88 | + - postbuildscript: |
| 89 | + builders: |
| 90 | + - role: SLAVE |
| 91 | + build-on: |
| 92 | + - ABORTED |
| 93 | + build-steps: |
| 94 | + - shell: |
| 95 | + !include-raw-verbatim: |
| 96 | + - ../../build/kill-tests |
| 97 | + - xunit: |
| 98 | + thresholds: |
| 99 | + - failed: |
| 100 | + unstable: 0 |
| 101 | + unstablenew: 0 |
| 102 | + failure: 0 |
| 103 | + failurenew: 0 |
| 104 | + types: |
| 105 | + - ctest: |
| 106 | + pattern: "build/Testing/**/Test.xml" |
| 107 | + skip-if-no-test-files: true |
| 108 | + wrappers: |
| 109 | + - credentials-binding: |
| 110 | + - username-password-separated: |
| 111 | + credential-id: github-readonly-token |
| 112 | + username: GITHUB_USER |
| 113 | + password: GITHUB_PASS |
| 114 | + - username-password-separated: |
| 115 | + credential-id: dgalloway-docker-hub |
| 116 | + username: DOCKER_HUB_USERNAME |
| 117 | + password: DOCKER_HUB_PASSWORD |
0 commit comments