Skip to content

Commit

Permalink
remove UTC mode from tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Oct 29, 2024
1 parent cc58e85 commit 6971655
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions src/tutorial/furthertopics/clock-triggered-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ Paste the following code into a ``flow.cylc`` file:

.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[scheduling]
initial cycle point = TODO
final cycle point = +P1D # Run for one day
Expand Down
2 changes: 0 additions & 2 deletions src/tutorial/furthertopics/family-triggers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ Paste the following configuration into the :cylc:conf:`flow.cylc` file:

.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[scheduling]
[[graph]]
R1 = visit_mine => MINERS
Expand Down
8 changes: 0 additions & 8 deletions src/tutorial/furthertopics/message-triggers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ triggers another task bar and when fully completed triggers another task, baz.
[meta]
title = "test workflow to demo message triggers"
[scheduler]
UTC mode = True
[scheduling]
initial cycle point = 2019-06-27T00Z
final cycle point = 2019-10-27T00Z
Expand Down Expand Up @@ -292,9 +289,6 @@ triggers another task bar and when fully completed triggers another task, baz.
[meta]
title = "test workflow to demo message triggers"
[scheduler]
UTC mode = True
[scheduling]
initial cycle point = 2019-06-27T00Z
final cycle point = 2019-10-27T00Z
Expand Down Expand Up @@ -386,8 +380,6 @@ triggers another task bar and when fully completed triggers another task, baz.

.. code-block:: cylc
[scheduler]
UTC mode = True
[meta]
title = "test workflow to demo message triggers"
[scheduling]
Expand Down
3 changes: 0 additions & 3 deletions src/tutorial/furthertopics/retries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ And paste the following code into a ``flow.cylc`` file. This workflow has a

.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[scheduling]
[[graph]]
R1 = start => roll_doubles => win
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ Parameters can be either strings or integers:
+[task parameters]
+ station = aldergrove, camborne, heathrow, shetland
[scheduler]
UTC mode = True
Remove the four ``get_observations`` tasks and insert the following code
in their place:

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

.. code-block:: diff
[scheduler]
UTC mode = True
[task parameters]
station = aldergrove, camborne, heathrow, shetland
+ site = exeter, edinburgh
Expand Down
1 change: 0 additions & 1 deletion src/tutorial/runtime/runtime-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ Start, Stop, Restart
.. code-block:: diff
[scheduler]
UTC mode = True
- allow implicit tasks = True # TODO: remove at end of exercise
Removing this ensures that any tasks in the graph without a corresponding
Expand Down
3 changes: 0 additions & 3 deletions src/tutorial/scheduling/datetime-cycling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ Putting It All Together
.. code-block:: cylc
[scheduler]
UTC mode = True
allow implicit tasks = True
[scheduling]
initial cycle point = 20000101T00Z
Expand Down Expand Up @@ -478,7 +477,6 @@ Putting It All Together
.. code-block:: diff
[scheduler]
UTC mode = True
allow implicit tasks = True
[scheduling]
initial cycle point = 20000101T00Z
Expand Down Expand Up @@ -523,7 +521,6 @@ Putting It All Together
.. code-block:: cylc
[scheduler]
UTC mode = True
allow implicit tasks = True
[scheduling]
initial cycle point = 20000101T00Z
Expand Down

0 comments on commit 6971655

Please sign in to comment.