-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `--host=HOST` option for Cylc commands should now be redundant. Load suite contact file to determine whether a suite is running or not. Find suite contact files to list running suites. Modify `rose suite-gcontrol --all` to launch `cylc gscan`. Modify `rose suite-scan` to launch `cylc scan` directly. Rose suite automatic/custom environment variables now go to suite.rc. New ROSE_SITE environment variable + site=SITE setting
- Loading branch information
1 parent
af3c749
commit 1086d67
Showing
29 changed files
with
332 additions
and
614 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
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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
cylc validate "$TUT_DIR" -v -v --icp=2000 | ||
rose tutorial "$(basename $TUT_DIR)" "${TEST_DIR}/cylc-forecasting-suite" | ||
cylc run "${TEST_DIR}/cylc-forecasting-suite" $(rose date --utc --offset -PT7H --format CCYY-MM-DDThh:00Z) --no-detach --until $(rose date --utc --offset -PT1H --format CCYY-MM-DDThh:00Z) 2>&1 >/dev/null | grep '\[post_process_exeter..*\] -(current:running)> succeeded at .*' | ||
cylc register "$(basename "${TEST_DIR}")/cylc-forecasting-suite" "${TEST_DIR}/cylc-forecasting-suite" | ||
cylc run "$(basename "${TEST_DIR}")/cylc-forecasting-suite" $(rose date --utc --offset -PT7H --format CCYY-MM-DDThh:00Z) --no-detach --until $(rose date --utc --offset -PT1H --format CCYY-MM-DDThh:00Z) 2>&1 >/dev/null | grep '\[post_process_exeter..*\] -(current:running)> succeeded at .*' | ||
rose suite-clean -y "$(basename "${TEST_DIR}")/cylc-forecasting-suite" |
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
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
Oops, something went wrong.