-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3601: Review
rose-app.conf
files in recipe test workflow
Co-authored-by: Emma Hogan <[email protected]>
- Loading branch information
Showing
6 changed files
with
34 additions
and
43 deletions.
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
13 changes: 0 additions & 13 deletions
13
...ol/utils/recipe_test_workflow/recipe_test_workflow/app/compare/bin/compare_task_runner.sh
This file was deleted.
Oops, something went wrong.
7 changes: 3 additions & 4 deletions
7
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/compare/rose-app.conf
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
[command] | ||
default=rtw-env compare_task_runner.sh | ||
|
||
[env] | ||
KGO_ROOT_PATH=${KGO_ROOT_PATH} | ||
default=BASH_XTRACEFD=1 # Send the output from 'set -x' to 'stdout' rather than 'stderr'. | ||
=set -euxo pipefail | ||
=rtw-env python ${COMPARE_SCRIPT} ${KGO_DIR} ${COMPARISON_OUTPUT_DIR} --verbose |
17 changes: 0 additions & 17 deletions
17
...ls/recipe_test_workflow/recipe_test_workflow/app/install_env_file/bin/install_env_file.sh
This file was deleted.
Oops, something went wrong.
12 changes: 9 additions & 3 deletions
12
...altool/utils/recipe_test_workflow/recipe_test_workflow/app/install_env_file/rose-app.conf
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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Copy the site specific environment file to the 'share/bin' directory in the | ||
# installed Cylc workflow (this directory is automatically added to the | ||
# ${PATH} by Cylc). | ||
|
||
[command] | ||
default=install_env_file.sh | ||
default=BASH_XTRACEFD=1 # Send the output from 'set -x' to 'stdout' rather than 'stderr'. | ||
=set -euxo pipefail | ||
=cp ${ENV_FILE_SITE_PATH} ${SHARE_BIN_DIR}/${ENV_FILE} | ||
|
||
[env] | ||
SITE=${SITE} | ||
[file:${SHARE_BIN_DIR}] | ||
mode=mkdir |
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