Skip to content

Commit

Permalink
Create IBM.ibm-iam-operator.release-3.9.yaml (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmi43 authored Mar 12, 2021
1 parent a707f91 commit 762dbdb
Showing 1 changed file with 139 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
presubmits:
IBM/ibm-iam-operator:
- name: build_ibm-iam-operator
branches:
- ^release-3.9$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-iam-operator
rerun_command: /test build ibm-iam-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: check_ibm-iam-operator
branches:
- ^release-3.9$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-iam-operator
rerun_command: /test check ibm-iam-operator
spec:
containers:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-iam-operator
branches:
- ^release-3.9$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-iam-operator
rerun_command: /test test ibm-iam-operator
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'

postsubmits:
IBM/ibm-iam-operator:
- name: check_ibm-iam-operator_postsubmit
branches:
- ^release-3.9$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
securityContext:
privileged: true
- name: test_ibm-iam-operator_postsubmit
branches:
- ^release-3.9$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: coverage_ibm-iam-operator_postsubmit
branches:
- ^release-3.9$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
env:
- name: CODECOV_TOKEN
valueFrom:
secretKeyRef:
name: ibm-iam-operator-codecov-token
key: codecov-token
securityContext:
privileged: true
- name: build_ibm-iam-operator_postsubmit
branches:
- ^release-3.9$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: images_ibm-iam-operator_postsubmit
branches:
- ^release-3.9$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
labels:
preset-service-account: "true"
spec:
containers:
- command:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true

0 comments on commit 762dbdb

Please sign in to comment.