forked from IBM/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Swati Nair
authored
Jan 15, 2021
1 parent
6258a83
commit fac8a85
Showing
1 changed file
with
139 additions
and
0 deletions.
There are no files selected for viewing
139 changes: 139 additions & 0 deletions
139
...cluster/jobs/IBM/ibm-cert-manager-operator/IBM.ibm-cert-manager-operator.release-3.8.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
presubmits: | ||
IBM/ibm-cert-manager-operator: | ||
- name: build_ibm-cert-manager-operator | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
always_run: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
rerun_command: /test build ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$' | ||
- name: check_ibm-cert-manager-operator | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
always_run: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
rerun_command: /test check ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- make | ||
- check | ||
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$' | ||
- name: test_ibm-cert-manager-operator | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
always_run: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
rerun_command: /test test ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- test | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$' | ||
|
||
postsubmits: | ||
IBM/ibm-cert-manager-operator: | ||
- name: check_ibm-cert-manager-operator_postsubmit | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- make | ||
- check | ||
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: test_ibm-cert-manager-operator_postsubmit | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- test | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: coverage_ibm-cert-manager-operator_postsubmit | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- make | ||
- coverage | ||
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
env: | ||
- name: CODECOV_TOKEN | ||
valueFrom: | ||
secretKeyRef: | ||
name: ibm-cert-manager-operator-codecov-token | ||
key: codecov-token | ||
securityContext: | ||
privileged: true | ||
- name: build_ibm-cert-manager-operator_postsubmit | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: images_ibm-cert-manager-operator_postsubmit | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-cert-manager-operator | ||
labels: | ||
preset-service-account: "true" | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- images | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true |