Skip to content

Commit

Permalink
Reset parts of the schedule for known SR2025 values
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Oct 19, 2024
1 parent 3b38b79 commit 71a9133
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ staging:
timezone: Europe/London
#
# Delays which happened, record the wall-clock time and desired duration.
delays:
- delay: 180
time: 2024-04-13 12:40:00+01:00
delays: []

#
# Timings during which match slots of a given type (league, knockout) can be
Expand All @@ -42,9 +40,9 @@ delays:
# after a period ends.
match_periods:
league:
- start_time: 2024-03-09 13:10:00+00:00
end_time: 2024-03-09 14:50:00+00:00
max_end_time: 2024-03-09 15:00:00+00:00
- start_time: 2025-02-08 13:10:00+00:00
end_time: 2025-02-08 14:50:00+00:00
max_end_time: 2025-02-08 15:00:00+00:00
description: Virtual league

#
Expand All @@ -65,11 +63,7 @@ league:
# marshals and teams to get into the rhythm of running matches.
# This value is ignored for matches which occur at the start of a period
# since no additional time is needed there.
extra_spacing:
# Supports ranges (`1-3`) and comma separated lists (`1,3`) or combinations
# thereof (`4,8-10`). Must be a string.
- match_numbers: 1-20
duration: 0
extra_spacing: []

knockout:
round_spacing: 300 # Delay between knockout rounds
Expand Down

0 comments on commit 71a9133

Please sign in to comment.