Skip to content

Commit

Permalink
reformat gce_boot_disk_type flag.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561159779
  • Loading branch information
andyz422 authored and copybara-github committed Aug 29, 2023
1 parent 4570639 commit 6d1f887
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion perfkitbenchmarker/providers/gcp/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@
'`gcloud help compute instances create`.')
flags.DEFINE_integer('gce_boot_disk_size', None,
'The boot disk size in GB for GCP VMs.')
flags.DEFINE_enum('gce_boot_disk_type', None, ['pd-standard', 'pd-ssd'],
flags.DEFINE_enum('gce_boot_disk_type', None,
['pd-standard',
'pd-ssd',
],
'The boot disk type for GCP VMs.')
flags.DEFINE_enum('gce_ssd_interface', 'SCSI', ['SCSI', 'NVME'],
'The ssd interface for GCE local SSD.')
Expand Down

0 comments on commit 6d1f887

Please sign in to comment.