Skip to content

Commit

Permalink
Merge branch 'develop' into gcp-batch-backend-execution-actor-test
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols authored Dec 10, 2024
2 parents 4c6ef6c + 7ce1cc2 commit 34e0504
Show file tree
Hide file tree
Showing 20 changed files with 501 additions and 489 deletions.
108 changes: 0 additions & 108 deletions .github/workflows/combine_scalasteward_prs.yml

This file was deleted.

24 changes: 21 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,30 @@ jobs:
matrix:
# Batch test fixes to land later
include:
- build_type: centaurGcpBatch
- build_type: centaurPapiV2beta
build_mysql: 5.6
friendly_name: Life Sciences, MySQL 5.6 (current Terra production)
- build_type: centaurPapiV2beta
build_mysql: 5.7
friendly_name: Centaur GCP Batch with MySQL 5.7
friendly_name: Life Sciences, MySQL 5.7
- build_type: centaurPapiV2beta
build_mysql: 8.0
friendly_name: Life Sciences, MySQL 8.0 (required Terra production)
- build_type: centaurPapiV2beta
build_mysql: 8.4
friendly_name: Life Sciences, MySQL 8.4 (aspirational Terra production)
- build_type: centaurGcpBatch
build_mysql: 5.6
friendly_name: GCP Batch, MySQL 5.6
- build_type: centaurGcpBatch
build_mysql: 5.7
friendly_name: Centaur Papi V2 Beta with MySQL 5.7
friendly_name: GCP Batch, MySQL 5.7
- build_type: centaurGcpBatch
build_mysql: 8.0
friendly_name: GCP Batch, MySQL 8.0
- build_type: centaurGcpBatch
build_mysql: 8.4
friendly_name: GCP Batch, MySQL 8.4
- build_type: centaurPapiV2betaRestart
build_mysql: 5.7
friendly_name: Centaur Papi V2 Beta (restart)
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ scripts/docker-compose-mysql/compose/mysql/data
# Vault rendered resources
artifactory_credentials.properties
aws_credentials
centaur_secure.inc.conf
cromwell-centaur-requester-pays-service-account.json
cromwell-centaur-service-account.json
cromwell-service-account.json
Expand Down
77 changes: 0 additions & 77 deletions .scala-steward.conf

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ be found [here](https://cromwell.readthedocs.io/en/stable/backends/HPC/#optional
- Fixes the reference disk feature.
- Fixes pulling Docker image metadata from private GCR repositories.
- Fixed `google_project` and `google_compute_service_account` workflow options not taking effect when using GCP Batch backend
- Added a way to use a custom LogsPolicy for the job execution, setting `backend.providers.batch.config.batch.logs-policy` to "CLOUD_LOGGING" (default) keeps the current behavior, or, set it to "PATH" to save the logs into the the mounted disk, at the end, this log file gets copied to the google cloud storage bucket with "task.log" as the name.
- Added a way to use a custom LogsPolicy for the job execution, setting `backend.providers.batch.config.batch.logs-policy` to "CLOUD_LOGGING" (default) keeps the current behavior, or, set it to "PATH" to stream the logs to Google Cloud Storage.
- When "CLOUD_LOGGING" is used, many more Cromwell / WDL labels for workflow, root workflow, call, shard etc. are now assigned to GCP Batch log entries.
- Fixed subnet selection for networks that use custom subnet creation

Expand Down
Loading

0 comments on commit 34e0504

Please sign in to comment.