Skip to content

Commit cbd1422

Browse files
Chris BlantonChris Blanton
authored andcommitted
Move workflow event email setting from runtime to scheduler.
Was changed between cylc 8.4 and 8.6
1 parent 55ee394 commit cbd1422

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

flow.cylc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
# When the stall timeout is reached, a stalled workflow will exit
5757
# and remove the /xtmp working directory.
5858
stall timeout = {{ STALL_TIMEOUT }}
59+
mail events = startup, shutdown, abort, stall, inactivity timeout, restart timeout
5960

6061
[task parameters]
6162
{# The task parameters (except for component) depend on configuration in Rose apps, #}

site/gaea.cylc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
# Set default time limit to 4 hours
1717
execution time limit = PT4H
1818
platform = localhost
19-
[[[events]]]
20-
mail events = startup shutdown aborted timeout stalled inactivity
21-
submission timeout = P1D
2219
[[[directives]]]
2320
--comment=fre/{{ FRE_VERSION }}
2421
[[[environment]]]

site/ppan.cylc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
# Set default time limit to 4 hours
1818
execution time limit = PT4H
1919
platform = ppan
20-
[[[events]]]
21-
mail events = startup, shutdown, aborted, timeout, stalled, inactivity
22-
submission timeout = P1D
2320
[[[directives]]]
2421
--comment=xtmp,fre/{{ FRE_VERSION }}
2522
[[[environment]]]

site/ppan_test.cylc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
# Set default time limit to 4 hours
5050
execution time limit = PT4H
5151
platform = ppan_test
52-
[[[events]]]
53-
submission timeout = P1D
5452
[[[directives]]]
5553
--comment=xtmp,epmt,fre/{{ FRE_VERSION }}
5654
[[[environment]]]

site/ppp-container.cylc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
# Set default time limit to 4 hours
1111
execution time limit = PT4H
1212
platform = localhost
13-
[[[events]]]
14-
submission timeout = P1D
1513
[[[environment]]]
1614
COPY_TOOL=cp

0 commit comments

Comments
 (0)