File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ presubmits:
34
34
cpu : 2
35
35
36
36
- name : pull-kcp-operator-build-image
37
- always_run : true
38
37
decorate : true
38
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack)"
39
+ optional : false
39
40
clone_uri : " https://github.com/kcp-dev/kcp-operator"
40
41
labels :
41
42
preset-goproxy : " true"
@@ -56,8 +57,9 @@ presubmits:
56
57
cpu : 1
57
58
58
59
- name : pull-kcp-operator-test
59
- always_run : true
60
60
decorate : true
61
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
62
+ optional : false
61
63
clone_uri : " https://github.com/kcp-dev/kcp-operator"
62
64
labels :
63
65
preset-goproxy : " true"
@@ -76,8 +78,9 @@ presubmits:
76
78
cpu : 2
77
79
78
80
- name : pull-kcp-operator-test-e2e
79
- always_run : true
80
81
decorate : true
82
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
83
+ optional : false
81
84
clone_uri : " https://github.com/kcp-dev/kcp-operator"
82
85
labels :
83
86
preset-goproxy : " true"
@@ -95,8 +98,8 @@ presubmits:
95
98
privileged : true
96
99
97
100
- name : pull-kcp-operator-test-e2e-canary
98
- always_run : true
99
101
decorate : true
102
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
100
103
optional : true
101
104
clone_uri : " https://github.com/kcp-dev/kcp-operator"
102
105
labels :
You can’t perform that action at this time.
0 commit comments