Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Feb 22, 2024
1 parent 982cccf commit b5666c0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1723,12 +1723,10 @@ class PipelinesApiAsyncBackendJobExecutionActorSpec
"runtimeAttributes:bootDiskSizeGb" -> "10",
"runtimeAttributes:continueOnReturnCode" -> "0",
"runtimeAttributes:cpu" -> "1",
"runtimeAttributes:cpuMin" -> "1",
"runtimeAttributes:disks" -> "local-disk 200 SSD",
"runtimeAttributes:docker" -> "ubuntu:latest",
"runtimeAttributes:failOnStderr" -> "false",
"runtimeAttributes:memory" -> "2 GB",
"runtimeAttributes:memoryMin" -> "2 GB",
"runtimeAttributes:noAddress" -> "false",
"runtimeAttributes:preemptible" -> "0",
"runtimeAttributes:zones" -> "us-central1-b,us-central1-a",
Expand Down

0 comments on commit b5666c0

Please sign in to comment.