-
Notifications
You must be signed in to change notification settings - Fork 13
/
opensuse-containers.toml
147 lines (113 loc) · 4.72 KB
/
opensuse-containers.toml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
## Review template file for Tumbleweed test runs on O3
Instance = "https://openqa.opensuse.org" # openQA instance to query
RabbitMQ = "amqps://opensuse:opensuse@rabbit.opensuse.org" # RabbitMQ instance to query
RabbitMQTopic = "opensuse.openqa.job.done" # RabbitMQ topic to query
HideStatus = ["scheduled", "passed", "softfailed", "cancelled", "skipped", "running", "uploading", "parallel_failed", "reviewed", "user_cancelled"] # Hide jobs in defined states
RefreshInterval = 60 # Refresh from API once every minute
MaxJobs = 20 # Max. job per group to display
GroupBy = "groups" # Group by defined groups ("none" or "groups")
DefaultParams = { distri="opensuse", version = "Tumbleweed" } # Set of default parameters
RequestJobLimit = 100 # Query up to 100 jobs per http request
## Define job groups
[[Groups]]
Name = "container-host"
Params = { groupid = "1", distri="microos", test="container-host" }
MaxLifetime = 86400
[[Groups]]
Name = "container-host-old2microosnext"
Params = { groupid = "1", distri="microos", test="container-host-old2microosnext" }
MaxLifetime = 86400
[[Groups]]
Name = "container-host-host2microosnext"
Params = { groupid = "1", distri="microos", test="container-host2microosnext" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_containerd"
Params = { groupid = "1", distri="opensuse", test="containers_host_containerd" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_docker"
Params = { groupid = "1", distri="opensuse", test="containers_host_docker" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_helm"
Params = { groupid = "1", distri="opensuse", test="containers_host_helm" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_kubectl"
Params = { groupid = "1", distri="opensuse", test="containers_host_kubectl" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_podman"
Params = { groupid = "1", distri="opensuse", test="containers_host_podman" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_podman_testsuite"
Params = { groupid = "1", distri="opensuse", test="containers_host_podman_testsuite" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_hpc_aptainer"
Params = { groupid = "1", distri="opensuse", test="containers_hpc_apptainer" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_image"
Params = { groupid = "1", distri="opensuse", test="containers_image" }
MaxLifetime = 86400
## Aarch64 #####################################################################
[[Groups]]
Name = "container-host"
Params = { groupid = "3", distri="microos", test="container-host" }
MaxLifetime = 86400
[[Groups]]
Name = "container-host-old2microosnext"
Params = { groupid = "3", distri="microos", test="container-host-old2microosnext" }
MaxLifetime = 86400
[[Groups]]
Name = "container-host-host2microosnext"
Params = { groupid = "3", distri="microos", test="container-host2microosnext" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_containerd"
Params = { groupid = "3", distri="opensuse", test="containers_host_containerd" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_docker"
Params = { groupid = "3", distri="opensuse", test="containers_host_docker" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_helm"
Params = { groupid = "3", distri="opensuse", test="containers_host_helm" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_kubectl"
Params = { groupid = "3", distri="opensuse", test="containers_host_kubectl" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_podman"
Params = { groupid = "3", distri="opensuse", test="containers_host_podman" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_podman_testsuite"
Params = { groupid = "3", distri="opensuse", test="containers_host_podman_testsuite" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_hpc_aptainer"
Params = { groupid = "3", distri="opensuse", test="containers_hpc_apptainer" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_image"
Params = { groupid = "3", distri="opensuse", test="containers_image" }
MaxLifetime = 86400
## Legacy X86 ##################################################################
# (no jobs)
## PowerPC #####################################################################
[[Groups]]
Name = "containers_host_docker"
Params = { groupid = "4", distri="opensuse", test="containers_host_docker" }
MaxLifetime = 86400
[[Groups]]
Name = "containers_host_podman"
Params = { groupid = "4", distri="opensuse", test="containers_host_podman" }
MaxLifetime = 86400
## s390x #######################################################################
# (no jobs)