Skip to content

Commit 1b530a6

Browse files
Merge pull request openshift#874 from smarterclayton/focus
Update image-registry jobs, switch to new ones
2 parents d88d128 + fef0285 commit 1b530a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cluster/ci/config/prow/config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,10 @@ presubmits:
991991
agent: jenkins
992992
labels:
993993
master: ci.openshift.redhat.com
994-
always_run: true
994+
always_run: false
995995
context: ci/openshift-jenkins/extended
996996
rerun_command: "/test extended"
997-
trigger: "((?m)^/test( all| extended),?(\\s+|$))"
997+
trigger: "((?m)^/test( extended),?(\\s+|$))"
998998
- name: test_pull_request_image_registry_integration
999999
agent: jenkins
10001000
labels:
@@ -1007,17 +1007,17 @@ presubmits:
10071007
agent: jenkins
10081008
labels:
10091009
master: ci.openshift.redhat.com
1010-
always_run: true
1010+
always_run: false
10111011
context: ci/openshift-jenkins/unit
1012-
rerun_command: "/test unit"
1013-
trigger: "((?m)^/test( all| unit),?(\\s+|$))"
1012+
rerun_command: "/test old-unit"
1013+
trigger: "((?m)^/test( old-unit),?(\\s+|$))"
10141014
- name: pull-ci-image-registry-unit
10151015
agent: kubernetes
10161016
context: ci/prow/unit
10171017
branches:
10181018
- master
10191019
rerun_command: "/test unit"
1020-
always_run: false
1020+
always_run: true
10211021
trigger: "((?m)^/test( unit),?(\\s+|$))"
10221022
decorate: true
10231023
spec:
@@ -1044,7 +1044,7 @@ presubmits:
10441044
branches:
10451045
- master
10461046
rerun_command: "/test e2e"
1047-
always_run: false
1047+
always_run: true
10481048
trigger: "((?m)^/test( e2e),?(\\s+|$))"
10491049
decorate: true
10501050
spec:
@@ -1070,8 +1070,8 @@ presubmits:
10701070
- name: cluster-profile
10711071
mountPath: /usr/local/e2e-gcp-cluster-profile
10721072
env:
1073-
- name: TEST_SUITE
1074-
value: parallel.conformance.openshift.io
1073+
- name: TEST_FOCUS
1074+
value: openshift/conformance/parallel|\[registry\]
10751075
- name: JOB_NAME_SAFE
10761076
value: e2e-gcp
10771077
- name: CLUSTER_TYPE

0 commit comments

Comments
 (0)