Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 12, 2025
1 parent 43f10b7 commit 1e2d004
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion docs/Configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ database {
}
```

Note: Cromwell currently only officially supports MySQL version 8.4
Note: Cromwell currently only officially supports MySQL versions 8.0 ands 8.4

To see the full list of possible parameters and values for the `db` stanza see [the slick documentation](http://slick.lightbend.com/doc/3.2.0/api/index.html#slick.jdbc.JdbcBackend$DatabaseFactoryDef@forConfig(String,Config,Driver):Database).

Expand Down
35 changes: 0 additions & 35 deletions src/ci/resources/papi_v2_shared_application.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,6 @@ services {
}
}

google {
application-name = "cromwell"
json-dir = "Error: BA-6546 The environment variable CROMWELL_BUILD_RESOURCES_DIRECTORY must be set/export pointing to a valid path such as '${YOUR_CROMWELL_DIR}/target/ci/resources'"
json-dir = ${?CROMWELL_BUILD_RESOURCES_DIRECTORY}
auths = [
{
name = "service_account"
scheme = "service_account"
json-file = ${google.json-dir}/cromwell-centaur-service-account.json
}
{
name = "requester_pays_service_account"
scheme = "service_account"
# This service account does have billing permission and can be used for requester pays
json-file = ${google.json-dir}/cromwell-centaur-requester-pays-service-account.json
}
{
name = "google_compute_service_account"
scheme = "service_account"
# This service account has only:
# 1. The role "Genomics Pipelines Runner"
# 2. Has been added a "Service Account User" on [email protected]
json-file = ${google.json-dir}/cromwell-centaur-google-compute-service-account.json
}
{
name = "user_service_account"
scheme = "user_service_account"
}
{
name = "application-default"
scheme = "application_default"
}
]
}

backend {
default = "Papi"
enabled = ["Papi", "Papiv2", "Papi-Caching-No-Copy", "Papiv2RequesterPays", "Papiv2-Reference-Disk-Localization"]
Expand Down
18 changes: 0 additions & 18 deletions src/ci/resources/papi_v2beta_provider_config.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@ filesystems {
}
}


google {
application-name = "cromwell"
json-dir = "Error: BA-6546 The environment variable CROMWELL_BUILD_RESOURCES_DIRECTORY must be set/export pointing to a valid path such as '${YOUR_CROMWELL_DIR}/target/ci/resources'"
json-dir = ${?CROMWELL_BUILD_RESOURCES_DIRECTORY}
auths = [
{
name = "service_account"
scheme = "service_account"
json-file = ${google.json-dir}/cromwell-centaur-service-account.json
}
{
name = "application-default"
scheme = "application_default"
}
]
}

slow-job-warning-time: 20 minutes

checkpointing-interval: "10 seconds"

0 comments on commit 1e2d004

Please sign in to comment.