Skip to content

Commit

Permalink
Go back to using e2 machine types for x86_64 EL builds. (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marano authored Nov 8, 2024
1 parent 0857c41 commit a1e8271
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Description": "Path to kickstart config file."
},
"machine_type": {
"Value": "c3-standard-4",
"Value": "e2-standard-4",
"Description": "The machine type to use during build."
},
"el_savelogs": {
Expand Down Expand Up @@ -74,7 +74,7 @@
{
"Name": "inst-installerprep",
"Disks": [{"Source": "disk-installerprep"}, {"Source": "disk-installer"}],
"MachineType": "c3-standard-4",
"MachineType": "${machine_type}",
"Metadata": {
"files_gcs_dir": "${SOURCESPATH}/build_files",
"debian_install_google_api_python_client": "yes",
Expand Down

0 comments on commit a1e8271

Please sign in to comment.