Skip to content

Commit

Permalink
fix(citest): Revert change to make instance pre-emptible (#28)
Browse files Browse the repository at this point in the history
This reverts commit 414bc35.

The change to make instances pre-emptible appears to be adding
to an unacceptable level of flakiness in the integration tests.
  • Loading branch information
maggieneterval authored Mar 4, 2020
1 parent 02a5c72 commit d07028b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/validate_bom__deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,6 @@ 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 d07028b

Please sign in to comment.