Skip to content

Commit

Permalink
tidying up for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 16, 2020
1 parent eb7ed18 commit 1289ae2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion cylc/flow/cfgspec/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@
},
},
}
# - allowed_2, ...: the only other allowed values of this setting (optional).


def upg(cfg, descr):
Expand Down
4 changes: 0 additions & 4 deletions tests/deprecations/01-cylc8-basic/suite.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
required run mode =
suite shutdown event handler =


[scheduling]
initial cycle point = 20150808T00
final cycle point = 20150808T00
Expand All @@ -29,6 +28,3 @@
execution time limit =
submission polling intervals =
submission retry delays =



5 changes: 3 additions & 2 deletions tests/events/34-task-abort/suite.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
R1 = "foo:fail => !foo"
[runtime]
[[foo]]
script = """
script = """
echo ONE
cylc__job_abort "ERROR: rust never sleeps"
echo TWO"""
execution retry delays = PT0S
[[[job]]]
execution retry delays = PT0S
[[[events]]]
failed handler = echo "!!!FAILED!!!" %(event)s %(id)s %(submit_num)s %(message)s
1 change: 0 additions & 1 deletion tests/execution-time-limit/02-slurm/suite.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fi
host={{CYLC_TEST_BATCH_TASK_HOST}}
[[[job]]]
batch system = {{CYLC_TEST_BATCH_SYS}}

[[[directives]]]
{{CYLC_TEST_BATCH_SITE_DIRECTIVES}}

1 change: 0 additions & 1 deletion tests/reload/11-retrying/suite.rc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if ((CYLC_TASK_TRY_NUMBER == 1)); then
fi
"""
execution retry delays = PT0S

[[reloader]]
script = """
cylc__job__poll_grep_suite_log -F '[retrier.1] -running (held) => retrying (held)'
Expand Down

0 comments on commit 1289ae2

Please sign in to comment.