Skip to content

Commit

Permalink
update grafana build image (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Apr 5, 2021
1 parent 4a760bc commit ef3c0c1
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/build-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -40,7 +40,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/check-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -63,7 +63,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/build-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -85,7 +85,7 @@ presubmits:
- command:
- sleep
- '1800'
image: quay.io/multicloudlab/check-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/check-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -107,7 +107,7 @@ postsubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/check-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -127,7 +127,7 @@ postsubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/build-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -146,7 +146,7 @@ postsubmits:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/check-tool:v20210405-4a760bc9b
name: ""
env:
- name: CODECOV_TOKEN
Expand All @@ -172,7 +172,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/build-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true
Expand All @@ -192,7 +192,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210405-7303f7da8
image: quay.io/multicloudlab/build-tool:v20210405-4a760bc9b
name: ""
securityContext:
privileged: true

0 comments on commit ef3c0c1

Please sign in to comment.