Skip to content

Commit 32091cd

Browse files
authored
Remove dtrace from failing CentOS9 and Fedora workers (GH-782)
1 parent e7d762f commit 32091cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

master/custom/workers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_workers(settings):
152152
),
153153
cpw(
154154
name="cstratak-fedora-stable-ppc64le",
155-
tags=['linux', 'unix', 'fedora', 'ppc64le', 'dtrace'],
155+
tags=['linux', 'unix', 'fedora', 'ppc64le'],
156156
parallel_tests=10,
157157
timeout_factor=2, # Increase the timeout on this slow worker
158158
),
@@ -165,7 +165,7 @@ def get_workers(settings):
165165
),
166166
cpw(
167167
name="cstratak-CentOS9-ppc64le",
168-
tags=['linux', 'unix', 'rhel', 'ppc64le', 'dtrace'],
168+
tags=['linux', 'unix', 'rhel', 'ppc64le'],
169169
parallel_tests=10,
170170
timeout_factor=2, # Increase the timeout on this slow worker
171171
),
@@ -176,7 +176,7 @@ def get_workers(settings):
176176
),
177177
cpw(
178178
name="cstratak-fedora-stable-aarch64",
179-
tags=['linux', 'unix', 'fedora', 'arm', 'arm64', 'aarch64', 'dtrace'],
179+
tags=['linux', 'unix', 'fedora', 'arm', 'arm64', 'aarch64'],
180180
parallel_tests=32,
181181
),
182182
cpw(

0 commit comments

Comments
 (0)