-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional GCS root workflow option key
- Loading branch information
Showing
4 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,7 @@ class ExecutionModelSpec extends AnyFlatSpec with Matchers { | |
"ExecutionServiceWorkflowOptions" should "serialize/deserialize to/from JSON" in { | ||
val test = ExecutionServiceWorkflowOptions( | ||
jes_gcs_root = "jes_gcs_root", | ||
gcp_batch_gcs_root = "gcp_batch_gcs_root", | ||
final_workflow_outputs_dir = None, | ||
final_workflow_outputs_dir_metadata = None, | ||
google_project = "google_project", | ||
|
@@ -162,6 +163,7 @@ class ExecutionModelSpec extends AnyFlatSpec with Matchers { | |
""" | ||
|{ | ||
| "jes_gcs_root": "jes_gcs_root", | ||
| "gcp_batch_gcs_root": "gcp_batch_gcs_root", | ||
| "google_project": "google_project", | ||
| "account_name": "account_name", | ||
| "google_compute_service_account": "[email protected]", | ||
|
@@ -192,6 +194,7 @@ class ExecutionModelSpec extends AnyFlatSpec with Matchers { | |
""" | ||
|{ | ||
| "jes_gcs_root": "jes_gcs_root", | ||
| "gcp_batch_gcs_root": "gcp_batch_gcs_root", | ||
| "google_project": "google_project", | ||
| "account_name": "account_name", | ||
| "google_compute_service_account": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters