1
1
presubmits :
2
2
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
74
4
cluster : default
75
5
decorate : true
76
6
skip_if_only_changed : " ^docs/|\\ .(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"
@@ -88,7 +18,7 @@ presubmits:
88
18
securityContext :
89
19
privileged : true
90
20
trigger : ' (?m)^/test (?:.*? )?build(?: .*?)?$'
91
- - name : build_ibm -licensing-operator-ppc64le
21
+ - name : build-ibm -licensing-operator-ppc64le
92
22
cluster : ppc64le
93
23
decorate : true
94
24
skip_if_only_changed : " ^docs/|\\ .(md|png)$|^(OWNERS|LICENSE|SECURITY_CONTACTS)$"
0 commit comments