Skip to content

Commit

Permalink
Revert "update prow job for ibm-grafana-ocpthanos-proxy. (#238)" (#239)
Browse files Browse the repository at this point in the history
This reverts commit 887288a.
  • Loading branch information
Morven Cao authored Sep 10, 2020
1 parent 887288a commit 12739d6
Showing 1 changed file with 188 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
presubmits:
IBM/ibm-grafana-ocpthanos-proxy:
- name: check_ibm-grafana-ocpthanos-proxy
- name: check-ibm-grafana-ocpthanos-proxy
cluster: default
always_run: true
branches:
- ^master$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test check ibm-grafana-ocpthanos-proxy
rerun_command: /test check-ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
Expand All @@ -16,14 +17,34 @@ presubmits:
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-grafana-ocpthanos-proxy
trigger: '(?m)^/test (?:.*? )?check(?:.*?)?$'
- name: test-ibm-grafana-ocpthanos-proxy-amd64
cluster: default
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test test-ibm-grafana-ocpthanos-proxy-amd64
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: test-ibm-grafana-ocpthanos-proxy-ppc64le
cluster: ppc64le
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test test ibm-grafana-ocpthanos-proxy
rerun_command: /test test-ibm-grafana-ocpthanos-proxy-ppc64le
spec:
containers:
- command:
Expand All @@ -34,16 +55,34 @@ presubmits:
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
- name: build_ibm-grafana-ocpthanos-proxy
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: test-ibm-grafana-ocpthanos-proxy-s390x
cluster: s390x
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test test-ibm-grafana-ocpthanos-proxy-s390x
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: build-ibm-grafana-ocpthanos-proxy-amd64
cluster: default
always_run: true
labels:
preset-service-account: "true"
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test build ibm-grafana-ocpthanos-proxy
rerun_command: /test build-ibm-grafana-ocpthanos-proxy-amd64
spec:
containers:
- command:
Expand All @@ -54,10 +93,49 @@ presubmits:
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$'
- name: build-ibm-grafana-ocpthanos-proxy-ppc64le
cluster: ppc64le
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test build-ibm-grafana-ocpthanos-proxy-ppc64le
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$'
- name: build-ibm-grafana-ocpthanos-proxy-s390x
cluster: s390x
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
rerun_command: /test build-ibm-grafana-ocpthanos-proxy-s390x
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$'
postsubmits:
IBM/ibm-grafana-ocpthanos-proxy:
- name: check_ibm-grafana-ocpthanos-proxy_postsubmit
- name: coverage-ibm-grafana-ocpthanos-proxy-postsubmit
cluster: default
branches:
- ^master$
decorate: true
Expand All @@ -66,12 +144,67 @@ postsubmits:
containers:
- command:
- make
- check
- coverage
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
name: ""
env:
- name: CODECOV_TOKEN
valueFrom:
secretKeyRef:
name: ibm-grafana-ocpthanos-proxy-codecov-token
key: codecov-token
securityContext:
privileged: true
- name: build-ibm-grafana-ocpthanos-proxy-amd64-postsubmit
cluster: default
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: build_ibm-grafana-ocpthanos-proxy_postsubmit
- name: build-ibm-grafana-ocpthanos-proxy-ppc64le-postsubmit
cluster: ppc64le
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: build-ibm-grafana-ocpthanos-proxy-s390x-postsubmit
cluster: s390x
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: image-ibm-grafana-ocpthanos-proxy-amd64-postsubmit
cluster: default
branches:
- ^master$
decorate: true
Expand All @@ -83,24 +216,61 @@ postsubmits:
- command:
- entrypoint
- make
- build
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: image-ibm-grafana-ocpthanos-proxy-ppc64le-postsubmit
cluster: ppc64le
branches:
- ^master$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: images_ibm-grafana-ocpthanos-proxy_postsubmit
- name: image-ibm-grafana-ocpthanos-proxy-s390x-postsubmit
cluster: s390x
branches:
- ^master$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: multiarch-image-ibm-grafana-ocpthanos-proxy-postsubmit
cluster: default
branches:
- ^master$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-grafana-ocpthanos-proxy
spec:
containers:
- command:
- entrypoint
- make
- images
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand Down

0 comments on commit 12739d6

Please sign in to comment.