-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.yaml
More file actions
95 lines (93 loc) · 2.5 KB
/
schedule.yaml
File metadata and controls
95 lines (93 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
match_slot_lengths:
pre: 40
match: 120
post: 20
total: 180
#
# Various staging related times, in seconds before the actual match start
staging:
# The earliest teams can present themselves for a match
opens: 300
# The time by which teams _must_ be in staging
closes: 120
# How long staging is open for; equal to `opens - closes`
duration: 180
# How long before the start of the match to signal to shepherds they
# should start looking for teams
signal_shepherds:
Shepherd: 180
# How long before the start of the match to signal to teams they should
# go to staging
signal_teams: 180
#
timezone: Europe/London
#
delays: []
#
match_periods:
league:
- start_time: 2021-08-20 09:50:00+01:00
end_time: 2021-08-20 12:00:00+01:00
description: League
#
knockout:
- start_time: 2021-08-20 12:07:00+01:00
end_time: 2021-08-20 12:31:00+01:00
description: Knockouts
league:
# Extra spacing before an arbitrary set of matches
# This value is ignored for matches which occur at the start of a period
# since no additional time is needed there.
extra_spacing: []
#
knockout:
static: true
#
static_knockout:
teams_per_arena: 2
matches:
# This is a knockouts for 8 entrants. Pairings are arranged such that any
# increase in seeding gives an easier path to the final. Zones are arranged
# such that the top seed gets zone 0 in the final and that the expected
# winners (based on seeding performance) experiences alternating zones as
# they progress to the final.
0:
0:
arena: Simulator
start_time: 2021-08-20 12:08:00+01:00
display_name: Quarter 1
teams: [S7, S2]
1:
arena: Simulator
start_time: 2021-08-20 12:11:00+01:00
display_name: Quarter 2
teams: [S3, S6]
2:
arena: Simulator
start_time: 2021-08-20 12:14:00+01:00
display_name: Quarter 3
teams: [S1, S8]
3:
arena: Simulator
start_time: 2021-08-20 12:17:00+01:00
display_name: Quarter 4
teams: [S5, S4]
1:
0:
arena: Simulator
start_time: 2021-08-20 12:34:00+01:00
display_name: Semi 1
# S2 , S3
teams: [S2, S3]
1:
arena: Simulator
start_time: 2021-08-20 12:47:00+01:00
display_name: Semi 2
# S4 , S1
teams: [S8, S5]
2:
0:
arena: Simulator
start_time: 2021-08-20 12:50:00+01:00
# S1 , S2
teams: [S8, S3]