Skip to content

Commit 5bb90df

Browse files
committed
Fix reference to batch sub configuration header and documentation.
1 parent e447209 commit 5bb90df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cromwell.example.backends/GCPBATCH.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ backend {
4242
# Defaults to 7 days; max 30 days
4343
# batch-timeout = 7 days
4444

45-
genomics {
45+
batch {
4646
# A reference to an auth defined in the `google` stanza at the top. This auth is used to create
4747
# Batch Jobs and manipulate auth JSONs.
4848
auth = "application-default"

docs/backends/GCPBatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Google Cloud Batch is a fully managed service that lets you schedule, queue, and
55

66
This section offers detailed configuration instructions for using Cromwell with the Google Cloud Batch in all supported
77
authentication modes. Before reading further in this section please see the
8-
[Getting started on Google Cloud Batch](../tutorials/Batch101) for instructions common to all authentication modes
8+
[Getting started on Google Cloud Batch](../tutorials/GcpBatch101) for instructions common to all authentication modes
99
and detailed instructions for the application default authentication scheme in particular.
1010
The instructions below assume you have created a Google Cloud Storage bucket and a Google project enabled for the appropriate APIs.
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ engine {
118118
}
119119
120120
backend {
121-
default = batch
121+
default = GCPBATCH
122122
123123
providers {
124-
batch {
124+
GCPBATCH {
125125
actor-factory = "cromwell.backend.google.batch.GcpBatchBackendLifecycleActorFactory"
126126
config {
127127
# Google project

src/ci/resources/gcp_batch_provider_config.inc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ root = "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci"
33
maximum-polling-interval = 600
44
concurrent-job-limit = 1000
55

6-
GCPBATCH {
6+
batch {
77
auth = "service_account"
88
location = "us-central1"
99
}

0 commit comments

Comments
 (0)