Skip to content

Commit

Permalink
fix(citest): Make integration test instance preemptiable. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu authored Feb 12, 2020
1 parent 7c00678 commit 414bc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/validate_bom__deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,7 @@ def do_create_vm(self, options):
' --project {project} --zone {zone}'
' --network {network}'
' --tags {network_tags}'
' --preemptible'
' --scopes {scopes}'
' {instance}'
.format(gcloud_account=options.deploy_hal_google_service_account,
Expand Down

0 comments on commit 414bc35

Please sign in to comment.