-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable eus stream for healthcheck operator (#308)
- Loading branch information
Chee Wai Ooi
authored
Mar 16, 2021
1 parent
7888ce4
commit 5691770
Showing
1 changed file
with
277 additions
and
0 deletions.
There are no files selected for viewing
277 changes: 277 additions & 0 deletions
277
prow/cluster/jobs/IBM/ibm-healthcheck-operator/IBM.ibm-healthcheck-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,277 @@ | ||
presubmits: | ||
IBM/ibm-healthcheck-operator: | ||
- name: check-ibm-healthcheck-operator | ||
cluster: default | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test check-ibm-healthcheck-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-healthcheck-operator-amd64 | ||
cluster: default | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test test-ibm-healthcheck-operator-amd64 | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- test | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$' | ||
- name: test-ibm-healthcheck-operator-ppc64le | ||
cluster: ppc64le | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test test-ibm-healthcheck-operator-ppc64le | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- test | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$' | ||
- name: test-ibm-healthcheck-operator-s390x | ||
cluster: s390x | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test test-ibm-healthcheck-operator-s390x | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- test | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$' | ||
- name: build-ibm-healthcheck-operator-amd64 | ||
cluster: default | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test build-ibm-healthcheck-operator-amd64 | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$' | ||
- name: build-ibm-healthcheck-operator-ppc64le | ||
cluster: ppc64le | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test build-ibm-healthcheck-operator-ppc64le | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$' | ||
- name: build-ibm-healthcheck-operator-s390x | ||
cluster: s390x | ||
always_run: true | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
rerun_command: /test build-ibm-healthcheck-operator-s390x | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$' | ||
postsubmits: | ||
IBM/ibm-healthcheck-operator: | ||
- name: coverage-ibm-healthcheck-operator-postsubmit | ||
cluster: default | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- make | ||
- coverage | ||
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6 | ||
name: "" | ||
env: | ||
- name: CODECOV_TOKEN | ||
valueFrom: | ||
secretKeyRef: | ||
name: ibm-healthcheck-operator-codecov-token | ||
key: codecov-token | ||
securityContext: | ||
privileged: true | ||
- name: build-ibm-healthcheck-operator-amd64-postsubmit | ||
cluster: default | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: build-ibm-healthcheck-operator-ppc64le-postsubmit | ||
cluster: ppc64le | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: build-ibm-healthcheck-operator-s390x-postsubmit | ||
cluster: s390x | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: image-ibm-healthcheck-operator-amd64-postsubmit | ||
cluster: default | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
labels: | ||
preset-service-account: "true" | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build-push-image | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: image-ibm-healthcheck-operator-ppc64le-postsubmit | ||
cluster: ppc64le | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
labels: | ||
preset-service-account: "true" | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build-push-image | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: image-ibm-healthcheck-operator-s390x-postsubmit | ||
cluster: s390x | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
labels: | ||
preset-service-account: "true" | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build-push-image | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: multiarch-image-ibm-healthcheck-operator-postsubmit | ||
cluster: default | ||
branches: | ||
- ^release-3.8$ | ||
decorate: true | ||
labels: | ||
preset-service-account: "true" | ||
path_alias: github.com/IBM/ibm-healthcheck-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- multiarch-image | ||
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6 | ||
name: "" | ||
securityContext: | ||
privileged: true |