Skip to content

Commit

Permalink
Update image after unnecessary package removal (google#159) (google#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium authored Feb 12, 2019
1 parent c44bf3f commit 1fa5d95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configs/test/gce/clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test-clusterfuzz:
metadata:
items:
- key: docker-image
value: gcr.io/clusterfuzz-images/base:3c30284-201902062210
value: gcr.io/clusterfuzz-images/base:c44bf3f-201902112042
- key: user-data
value: file://linux-init.yaml
serviceAccounts:
Expand Down Expand Up @@ -111,7 +111,7 @@ test-clusterfuzz:
metadata:
items:
- key: docker-image
value: gcr.io/clusterfuzz-images/base:3c30284-201902062210
value: gcr.io/clusterfuzz-images/base:c44bf3f-201902112042
- key: user-data
value: file://linux-init.yaml
serviceAccounts:
Expand Down Expand Up @@ -141,7 +141,7 @@ test-clusterfuzz:
metadata:
items:
- key: docker-image
value: gcr.io/clusterfuzz-images/high-end:3c30284-201902062210
value: gcr.io/clusterfuzz-images/high-end:c44bf3f-201902112042
- key: user-data
value: file://linux-init.yaml
serviceAccounts:
Expand Down Expand Up @@ -169,7 +169,7 @@ test-clusterfuzz:
metadata:
items:
- key: docker-image
value: gcr.io/clusterfuzz-images/ml-with-gpu:3c30284-201902062210
value: gcr.io/clusterfuzz-images/ml-with-gpu:c44bf3f-201902112042
- key: user-data
value: file://linux-init-ml-with-gpu.yaml
serviceAccounts:
Expand Down
2 changes: 1 addition & 1 deletion docs/production-setup/setting_up_bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ instance_templates:
metadata:
items:
- key: docker-image
value: gcr.io/clusterfuzz-images/base:3c30284-201902062210
value: gcr.io/clusterfuzz-images/base:c44bf3f-201902112042
- key: user-data
value: file://linux-init.yaml
serviceAccounts:
Expand Down

0 comments on commit 1fa5d95

Please sign in to comment.