Skip to content

Commit

Permalink
Fix batch configuration block in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Dec 19, 2024
1 parent 7efcffa commit 295dfd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ object GcpBatchInitializationActorSpec {
| // This is the maximum polling interval (in seconds):
| maximum-polling-interval = 600
|
| GCPBATCH {
| batch {
| // A reference to an auth defined in the `google` stanza at the top.
| // This auth is used to create jobs and manipulate auth JSONs.
| auth = "application-default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class GcpBatchConfigurationSpec
| // This is the maximum polling interval (in seconds):
| maximum-polling-interval = 600
|
| GCPBATCH {
| batch {
| // A reference to an auth defined in the `google` stanza at the top.
| // This auth is used to create jobs and manipulate auth JSONs.
| auth = "application-default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object GcpBatchTestConfig {
|project = "my-cromwell-workflows"
|root = "gs://my-cromwell-workflows-bucket"
|
|GCPBATCH {
|batch {
| auth = "application-default"
| location = "us-central1"
|}
Expand Down Expand Up @@ -47,7 +47,7 @@ object GcpBatchTestConfig {
|project = "my-cromwell-workflows"
|root = "gs://my-cromwell-workflows-bucket"
|
|GCPBATCH {
|batch {
| auth = "application-default"
|}
|
Expand Down

0 comments on commit 295dfd5

Please sign in to comment.