Skip to content

Commit bd6c1b1

Browse files
committed
Disable Centos Jenkins jobs
Disable Centos Jenkins jobs Jenkins has an issue with pulling and GH Action is doing what we currently need, so we are disabling the Centos Jenkins jobs. We might want to add to the Centos Jenkins jobs new tests (if GH Actions can’t handle the load) so we are keeping the code. Signed-off-by: liranmauda <[email protected]>
1 parent 845da38 commit bd6c1b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.jenkins/jobs/build-sanity.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- github-pull-request:
2929
status-context: ci/centos/build-sanity
3030
trigger-phrase: "/(re)?test ((all)|(ci/centos/build-sanity))"
31+
only-trigger-phrase: true
3132
status-url: $RUN_DISPLAY_URL
3233
permit-all: true
3334
github-hooks: true

.jenkins/jobs/unit.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- github-pull-request:
2929
status-context: ci/centos/unit
3030
trigger-phrase: "/(re)?test ((all)|(ci/centos/unit))"
31+
only-trigger-phrase: true
3132
status-url: $RUN_DISPLAY_URL
3233
permit-all: true
3334
github-hooks: true

0 commit comments

Comments
 (0)