Skip to content

Commit 878ed37

Browse files
authored
Merge pull request #777 from cylc/8.3.x-sync
🤖 Merge 8.3.x-sync into master
2 parents 7f4b9c7 + 82d72eb commit 878ed37

File tree

7 files changed

+0
-25
lines changed

7 files changed

+0
-25
lines changed

src/tutorial/furthertopics/clock-triggered-tasks.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ Paste the following code into a ``flow.cylc`` file:
4949

5050
.. code-block:: cylc
5151
52-
[scheduler]
53-
UTC mode = True # Ignore DST
54-
5552
[scheduling]
5653
initial cycle point = TODO
5754
final cycle point = +P1D # Run for one day

src/tutorial/furthertopics/family-triggers.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ Paste the following configuration into the :cylc:conf:`flow.cylc` file:
5959

6060
.. code-block:: cylc
6161
62-
[scheduler]
63-
UTC mode = True # Ignore DST
6462
[scheduling]
6563
[[graph]]
6664
R1 = visit_mine => MINERS

src/tutorial/furthertopics/message-triggers.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ triggers another task bar and when fully completed triggers another task, baz.
158158
[meta]
159159
title = "test workflow to demo message triggers"
160160
161-
[scheduler]
162-
UTC mode = True
163-
164161
[scheduling]
165162
initial cycle point = 2019-06-27T00Z
166163
final cycle point = 2019-10-27T00Z
@@ -292,9 +289,6 @@ triggers another task bar and when fully completed triggers another task, baz.
292289
[meta]
293290
title = "test workflow to demo message triggers"
294291
295-
[scheduler]
296-
UTC mode = True
297-
298292
[scheduling]
299293
initial cycle point = 2019-06-27T00Z
300294
final cycle point = 2019-10-27T00Z
@@ -386,8 +380,6 @@ triggers another task bar and when fully completed triggers another task, baz.
386380

387381
.. code-block:: cylc
388382
389-
[scheduler]
390-
UTC mode = True
391383
[meta]
392384
title = "test workflow to demo message triggers"
393385
[scheduling]

src/tutorial/furthertopics/retries.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ And paste the following code into a ``flow.cylc`` file. This workflow has a
4747

4848
.. code-block:: cylc
4949
50-
[scheduler]
51-
UTC mode = True # Ignore DST
52-
5350
[scheduling]
5451
[[graph]]
5552
R1 = start => roll_doubles => win

src/tutorial/runtime/configuration-consolidation/parameters.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ Parameters can be either strings or integers:
209209
+[task parameters]
210210
+ station = aldergrove, camborne, heathrow, shetland
211211
212-
[scheduler]
213-
UTC mode = True
214-
215212
Remove the four ``get_observations`` tasks and insert the following code
216213
in their place:
217214

@@ -319,8 +316,6 @@ Parameters can be either strings or integers:
319316

320317
.. code-block:: diff
321318
322-
[scheduler]
323-
UTC mode = True
324319
[task parameters]
325320
station = aldergrove, camborne, heathrow, shetland
326321
+ site = exeter, edinburgh

src/tutorial/runtime/runtime-configuration.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ Start, Stop, Restart
444444
.. code-block:: diff
445445
446446
[scheduler]
447-
UTC mode = True
448447
- allow implicit tasks = True # TODO: remove at end of exercise
449448
450449
Removing this ensures that any tasks in the graph without a corresponding

src/tutorial/scheduling/datetime-cycling.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ Putting It All Together
450450
.. code-block:: cylc
451451
452452
[scheduler]
453-
UTC mode = True
454453
allow implicit tasks = True
455454
[scheduling]
456455
initial cycle point = 20000101T00Z
@@ -478,7 +477,6 @@ Putting It All Together
478477
.. code-block:: diff
479478
480479
[scheduler]
481-
UTC mode = True
482480
allow implicit tasks = True
483481
[scheduling]
484482
initial cycle point = 20000101T00Z
@@ -523,7 +521,6 @@ Putting It All Together
523521
.. code-block:: cylc
524522
525523
[scheduler]
526-
UTC mode = True
527524
allow implicit tasks = True
528525
[scheduling]
529526
initial cycle point = 20000101T00Z

0 commit comments

Comments
 (0)