Skip to content

Commit 2099a3f

Browse files
tweaks
1 parent 5218d2e commit 2099a3f

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

nightly_testing/example_meto_configs.yaml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
base:
2-
cylc_run_path: /path/to/nightly/user/cylc-run
2+
cylc_run_path: /home/users/umtest/cylc-run
33
rose_bush_base_url: https://cylchub/services/cylc-review/taskjobs/umtest/?suite=
44
wiki_url: http://code.metoffice.gov.uk/trac/lfric_apps
55
logo_file: um_logo.png
@@ -44,7 +44,7 @@ lfric_apps_excd_heads_nightly:
4444
vars:
4545
- HOUSEKEEPING=false
4646
- USE_EXCD=true
47-
time_launch: 04:45
47+
time_launch: 04:30
4848
time_clean: 04:50
4949
period: nightly_all
5050

@@ -130,7 +130,7 @@ um_set-revisions_all:
130130
vars:
131131
- USE_EXAB=true
132132
- HOUSEKEEPING=false
133-
- PREBUILDS=false
133+
- PREBUILDS=false
134134
time_launch: 00:45
135135
time_clean: 00:30
136136
period: weekly
@@ -154,13 +154,25 @@ um_heads_weekly-portio2b:
154154
groups: fcm_make_portio2b,compiler_warning_check
155155
revisions: set
156156
vars:
157-
- USE_EXAB=true
158157
- HOUSEKEEPING=false
159158
- PREBUILDS=false
160-
time_launch: 05:30
159+
time_launch: 06:00
161160
time_clean: 05:45
162161
period: weekly
163162

163+
164+
um_exz_heads_weekly:
165+
repo: um
166+
groups: ex1a_cce_n48_ga8_amip_2day
167+
revisions: heads
168+
vars:
169+
- HOUSEKEEPING=false
170+
- PREBUILDS=false
171+
- USE_EXZ=true
172+
time_launch: 03:10
173+
time_clean: 05:20
174+
period: weekly
175+
164176
###################
165177
# Nightly Testing #
166178
###################
@@ -225,7 +237,7 @@ um_set-revisions_next-cylc_nightly:
225237

226238
jules_nightly:
227239
repo: jules
228-
groups: all
240+
groups: all,fab
229241
vars:
230242
- USE_EXAB=true
231243
- HOUSEKEEPING=false
@@ -240,6 +252,6 @@ jules_excd_nightly:
240252
vars:
241253
- HOUSEKEEPING=false
242254
- USE_EXCD=true
243-
time_launch: 05:55
255+
time_launch: 06:00
244256
time_clean: 06:30
245257
period: nightly_all

nightly_testing/generate_test_suite_cron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def generate_cylc_command(suite, wc_path, cylc_version, name):
215215
)
216216
if "revisions" in suite and suite["revisions"] == "heads":
217217
command += f"-S USE_HEADS=true "
218-
command += f"--source={wc_path} "
218+
command += f"{wc_path} "
219219
return command
220220

221221

0 commit comments

Comments
 (0)