Skip to content

Commit 06421bc

Browse files
Jakub SoleckiJakub Solecki
Jakub Solecki
authored and
Jakub Solecki
committed
removed redundant presubmits
1 parent fa4a63b commit 06421bc

File tree

1 file changed

+2
-72
lines changed

1 file changed

+2
-72
lines changed

prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.master.yaml

+2-72
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,6 @@
11
presubmits:
22
IBM/ibm-licensing-operator:
3-
- name: check_ibm-licensing-operator
4-
cluster: default
5-
decorate: true
6-
always_run: true
7-
path_alias: github.com/IBM/ibm-licensing-operator
8-
rerun_command: /test check ibm-licensing-operator
9-
spec:
10-
containers:
11-
- command:
12-
- make
13-
- check
14-
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
15-
name: ""
16-
securityContext:
17-
privileged: true
18-
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
19-
- name: test_ibm-licensing-operator-amd64
20-
cluster: default
21-
decorate: true
22-
skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"
23-
always_run: true
24-
path_alias: github.com/IBM/ibm-licensing-operator
25-
rerun_command: /test test ibm-licensing-operator-amd64
26-
spec:
27-
containers:
28-
- command:
29-
- entrypoint
30-
- make
31-
- test
32-
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
33-
name: ""
34-
securityContext:
35-
privileged: true
36-
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
37-
- name: test_ibm-licensing-operator-ppc64le
38-
cluster: ppc64le
39-
decorate: true
40-
skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"
41-
always_run: true
42-
path_alias: github.com/IBM/ibm-licensing-operator
43-
rerun_command: /test test ibm-licensing-operator-ppc64le
44-
spec:
45-
containers:
46-
- command:
47-
- entrypoint
48-
- make
49-
- test
50-
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
51-
name: ""
52-
securityContext:
53-
privileged: true
54-
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
55-
- name: test_ibm-licensing-operator-s390x
56-
cluster: s390x
57-
decorate: true
58-
skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"
59-
always_run: true
60-
path_alias: github.com/IBM/ibm-licensing-operator
61-
rerun_command: /test test ibm-licensing-operator-s390x
62-
spec:
63-
containers:
64-
- command:
65-
- entrypoint
66-
- make
67-
- test
68-
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
69-
name: ""
70-
securityContext:
71-
privileged: true
72-
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
73-
- name: build_ibm-licensing-operator-amd64
3+
- name: build-ibm-licensing-operator-amd64
744
cluster: default
755
decorate: true
766
skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"
@@ -88,7 +18,7 @@ presubmits:
8818
securityContext:
8919
privileged: true
9020
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
91-
- name: build_ibm-licensing-operator-ppc64le
21+
- name: build-ibm-licensing-operator-ppc64le
9222
cluster: ppc64le
9323
decorate: true
9424
skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"

0 commit comments

Comments
 (0)