Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 7, 2025
1 parent 79e256b commit 0c63680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ files {
metadata {
workflowName: cacheBetweenWFNoCost
status: Succeeded
"calls.cacheBetweenWFNoCost.one.callCaching.result": "Cache Hit: <<CACHE_HIT_UUID>>:cacheBetweenWFNoCost.semiVertAxis:-1"
"calls.cacheBetweenWFNoCost.two.callCaching.result": "Cache Hit: <<CACHE_HIT_UUID>>:cacheBetweenWFNoCost.semiHorAxis:-1"
"calls.cacheBetweenWFNoCost.one.callCaching.result": "Cache Hit: <<CACHE_HIT_UUID>>:cacheBetweenWFNoCost.one:-1"
"calls.cacheBetweenWFNoCost.two.callCaching.result": "Cache Hit: <<CACHE_HIT_UUID>>:cacheBetweenWFNoCost.two:-1"
"outputs.cacheBetweenWFNoCost.area.ellipseArea": 18.849539999999998
}
5 changes: 1 addition & 4 deletions docs/developers/Centaur.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ You can now run the tests from another terminal.

There are two ways to invoke the integration tests:

* `sbt "centaur / IntegrationTest / test"` - compiles Centaur and runs all tests via sbt directly.
* Can also just run `centaur/ IntegrationTest / test` from the sbt terminal.
Tests are expected to be in the `centaur/src/main/standardTestCases` directory. In order to run a set of specific tests, create a new subdirectory that contains the tests to run, then modify the path in the centaur `reference.conf`.

* `sbt "centaur / IntegrationTest / test"` - compiles Centaur and runs all tests via sbt directly. Tests are expected to be in the `centaur/src/main/standardTestCases` directory. This can be changed by modifying `reference.conf`.
* `src/ci/bin/testCentaurLocal.sh` - runs the same tests using the continuous integration pipeline configuration.

* Tests that require different Cromwell and Centaur configurations can be invoked by calling the various scripts in `src/ci/bin`.
Expand Down
2 changes: 1 addition & 1 deletion src/ci/resources/build_application.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services.MetadataService.config.metadata-write-statistics {
}

services.GcpCostCatalogService.config {
enabled = false
enabled = true
catalogExpirySeconds = 86400
}

Expand Down

0 comments on commit 0c63680

Please sign in to comment.