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

update build check tool images globally #464

Merged
merged 1 commit into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
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
Expand Up @@ -23,7 +23,7 @@ presubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -49,7 +49,7 @@ presubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -76,7 +76,7 @@ postsubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -101,7 +101,7 @@ postsubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -126,7 +126,7 @@ postsubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ presubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -49,7 +49,7 @@ presubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -76,7 +76,7 @@ postsubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -101,7 +101,7 @@ postsubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -126,7 +126,7 @@ postsubmits:
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -107,7 +107,7 @@ postsubmits:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
env:
- name: CODECOV_TOKEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand All @@ -32,7 +32,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -51,7 +51,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -70,7 +70,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -89,7 +89,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -108,7 +108,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -127,7 +127,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -145,7 +145,7 @@ postsubmits:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
env:
- name: CODECOV_TOKEN
Expand All @@ -167,7 +167,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -183,7 +183,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -199,7 +199,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -217,7 +217,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -235,7 +235,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -253,7 +253,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -271,7 +271,7 @@ postsubmits:
- entrypoint
- make
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -145,7 +145,7 @@ postsubmits:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
env:
- name: CODECOV_TOKEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -38,7 +38,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand All @@ -60,7 +60,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -82,7 +82,7 @@ postsubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand All @@ -101,7 +101,7 @@ postsubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -120,7 +120,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -141,7 +141,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -30,7 +30,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand All @@ -48,7 +48,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -66,7 +66,7 @@ postsubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/check-tool:v20220715-41326ee25
name: ""
securityContext:
privileged: true
Expand All @@ -81,7 +81,7 @@ postsubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -96,7 +96,7 @@ postsubmits:
- entrypoint
- make
- coverage
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
env:
- name: CODECOV_TOKEN
Expand All @@ -117,7 +117,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Expand All @@ -134,7 +134,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20220414-4b40fdbb8
image: quay.io/multicloudlab/build-tool:v20220715-5c584fb43
name: ""
securityContext:
privileged: true
Loading