Skip to content

Commit 006df6d

Browse files
authored
Merge pull request #19562 from dt/scopes
gceworker: add all scopes
2 parents 7244745 + 65122ff commit 006df6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/gceworker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ case ${1-} in
1717
--image-family "ubuntu-1604-lts" \
1818
--boot-disk-size "100" \
1919
--boot-disk-type "pd-ssd" \
20-
--boot-disk-device-name "${NAME}"
20+
--boot-disk-device-name "${NAME}" \
21+
--scopes "default,cloud-platform"
2122

2223
# Retry while vm and sshd to start up.
2324
"$(dirname "${0}")/travis_retry.sh" gcloud compute ssh "${NAME}" --command=true

0 commit comments

Comments
 (0)