Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create IBM.ibm-iam-operator.release-3.8.yaml to enable build for 3.8 branch #272

Merged
merged 1 commit into from
Dec 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8$
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:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: check_ibm-iam-operator
branches:
- ^release-3.8$
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:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-iam-operator
branches:
- ^release-3.8$
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:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'

postsubmits:
IBM/ibm-iam-operator:
- name: check_ibm-iam-operator_postsubmit
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: test_ibm-iam-operator_postsubmit
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: coverage_ibm-iam-operator_postsubmit
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
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.8$
decorate: true
path_alias: github.com/IBM/ibm-iam-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: images_ibm-iam-operator_postsubmit
branches:
- ^release-3.8$
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:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true