From 9efe1c5f48fbefaa08b180ddba36d2d64ed8e681 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:46:57 +0000 Subject: [PATCH] remove UTC mode from tutorials --- src/tutorial/furthertopics/clock-triggered-tasks.rst | 3 --- src/tutorial/furthertopics/family-triggers.rst | 2 -- src/tutorial/furthertopics/message-triggers.rst | 8 -------- src/tutorial/furthertopics/retries.rst | 3 --- .../runtime/configuration-consolidation/parameters.rst | 5 ----- src/tutorial/runtime/runtime-configuration.rst | 1 - src/tutorial/scheduling/datetime-cycling.rst | 3 --- 7 files changed, 25 deletions(-) diff --git a/src/tutorial/furthertopics/clock-triggered-tasks.rst b/src/tutorial/furthertopics/clock-triggered-tasks.rst index f3bb85ddfe..4e61d2c851 100644 --- a/src/tutorial/furthertopics/clock-triggered-tasks.rst +++ b/src/tutorial/furthertopics/clock-triggered-tasks.rst @@ -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 diff --git a/src/tutorial/furthertopics/family-triggers.rst b/src/tutorial/furthertopics/family-triggers.rst index c19cd93217..e6618548e2 100644 --- a/src/tutorial/furthertopics/family-triggers.rst +++ b/src/tutorial/furthertopics/family-triggers.rst @@ -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 diff --git a/src/tutorial/furthertopics/message-triggers.rst b/src/tutorial/furthertopics/message-triggers.rst index af31724cd7..6502854e4b 100644 --- a/src/tutorial/furthertopics/message-triggers.rst +++ b/src/tutorial/furthertopics/message-triggers.rst @@ -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 @@ -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 @@ -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] diff --git a/src/tutorial/furthertopics/retries.rst b/src/tutorial/furthertopics/retries.rst index 5b04f81ab2..4ae6791d6f 100644 --- a/src/tutorial/furthertopics/retries.rst +++ b/src/tutorial/furthertopics/retries.rst @@ -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 diff --git a/src/tutorial/runtime/configuration-consolidation/parameters.rst b/src/tutorial/runtime/configuration-consolidation/parameters.rst index 09780b0bdd..103edd373e 100644 --- a/src/tutorial/runtime/configuration-consolidation/parameters.rst +++ b/src/tutorial/runtime/configuration-consolidation/parameters.rst @@ -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: @@ -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 diff --git a/src/tutorial/runtime/runtime-configuration.rst b/src/tutorial/runtime/runtime-configuration.rst index 7aeac8d75b..09bfd74aa3 100644 --- a/src/tutorial/runtime/runtime-configuration.rst +++ b/src/tutorial/runtime/runtime-configuration.rst @@ -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 diff --git a/src/tutorial/scheduling/datetime-cycling.rst b/src/tutorial/scheduling/datetime-cycling.rst index 43ee9adffe..02f78aa5f7 100644 --- a/src/tutorial/scheduling/datetime-cycling.rst +++ b/src/tutorial/scheduling/datetime-cycling.rst @@ -450,7 +450,6 @@ Putting It All Together .. code-block:: cylc [scheduler] - UTC mode = True allow implicit tasks = True [scheduling] initial cycle point = 20000101T00Z @@ -478,7 +477,6 @@ Putting It All Together .. code-block:: diff [scheduler] - UTC mode = True allow implicit tasks = True [scheduling] initial cycle point = 20000101T00Z @@ -523,7 +521,6 @@ Putting It All Together .. code-block:: cylc [scheduler] - UTC mode = True allow implicit tasks = True [scheduling] initial cycle point = 20000101T00Z