-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecated message trigger placeholders.
- Loading branch information
Showing
16 changed files
with
114 additions
and
123 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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
tests/message-triggers/00-old/suite.rc → tests/message-triggers/00-cylc5-dep/suite.rc
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
tests/message-triggers/01-new/suite.rc → tests/message-triggers/01-cylc6-dep/suite.rc
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
2016-03-15T12:15:44+13 INFO - Suite starting on niwa-34403.niwa.local:7766 | ||
2016-03-15T12:15:44+13 INFO - Run mode: live | ||
2016-03-15T12:15:44+13 INFO - Initial point: 20140801T0000+13 | ||
2016-03-15T12:15:44+13 INFO - Final point: 20141201T0000+13 | ||
2016-03-15T12:15:44+13 INFO - Cold Start 20140801T0000+13 | ||
2016-03-15T12:15:44+13 INFO - [baz.20140801T0000+13] -triggered off [] | ||
2016-03-15T12:15:44+13 INFO - [foo.20140801T0000+13] -triggered off [] | ||
2016-03-15T12:15:46+13 INFO - [foo.20141001T0000+13] -triggered off [] | ||
2016-03-15T12:15:48+13 INFO - [bar.20140801T0000+13] -triggered off ['foo.20140801T0000+13'] | ||
2016-03-15T12:15:49+13 INFO - [foo.20141201T0000+13] -triggered off [] | ||
2016-03-15T12:15:50+13 INFO - [baz.20141001T0000+13] -triggered off ['foo.20140801T0000+13'] | ||
2016-03-15T12:15:50+13 INFO - [bar.20141001T0000+13] -triggered off ['foo.20141001T0000+13'] | ||
2016-03-15T12:15:53+13 INFO - [baz.20141201T0000+13] -triggered off ['foo.20141001T0000+13'] | ||
2016-03-15T12:15:53+13 INFO - [bar.20141201T0000+13] -triggered off ['foo.20141201T0000+13'] | ||
2016-03-15T12:15:58+13 INFO - Suite shutting down at 2016-03-15T12:15:58+13 |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
title = "test suite for cylc-6 message triggers" | ||
|
||
[scheduling] | ||
initial cycle point = 20140801T00 | ||
final cycle point = 20141201T00 | ||
[[dependencies]] | ||
[[[P2M]]] | ||
graph = """foo:out1 => bar | ||
foo[-P2M]:out2 => baz""" | ||
[runtime] | ||
[[foo]] | ||
script = """ | ||
sleep 2 | ||
cylc message "file 1 done" | ||
sleep 2 | ||
cylc message "file 2 done" | ||
sleep 2""" | ||
[[[outputs]]] | ||
out1 = "file 1 done" | ||
out2 = "file 2 done" | ||
[[bar, baz]] | ||
script = /bin/true |
This file was deleted.
Oops, something went wrong.