There was an error while loading. Please reload this page.
1 parent e7d762f commit 32091cdCopy full SHA for 32091cd
1 file changed
master/custom/workers.py
@@ -152,7 +152,7 @@ def get_workers(settings):
152
),
153
cpw(
154
name="cstratak-fedora-stable-ppc64le",
155
- tags=['linux', 'unix', 'fedora', 'ppc64le', 'dtrace'],
+ tags=['linux', 'unix', 'fedora', 'ppc64le'],
156
parallel_tests=10,
157
timeout_factor=2, # Increase the timeout on this slow worker
158
@@ -165,7 +165,7 @@ def get_workers(settings):
165
166
167
name="cstratak-CentOS9-ppc64le",
168
- tags=['linux', 'unix', 'rhel', 'ppc64le', 'dtrace'],
+ tags=['linux', 'unix', 'rhel', 'ppc64le'],
169
170
171
@@ -176,7 +176,7 @@ def get_workers(settings):
176
177
178
name="cstratak-fedora-stable-aarch64",
179
- tags=['linux', 'unix', 'fedora', 'arm', 'arm64', 'aarch64', 'dtrace'],
+ tags=['linux', 'unix', 'fedora', 'arm', 'arm64', 'aarch64'],
180
parallel_tests=32,
181
182
0 commit comments