Skip to content

Commit abeb9a6

Browse files
authored
Retire skumaran-ubuntu-x86_64 worker (#597)
Last connected 6 months ago. Thanks to Senthil for running it while it lasted!
1 parent 2b32fa5 commit abeb9a6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

master/custom/builders.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@
219219
("AMD64 Fedora Rawhide LTO", "cstratak-fedora-rawhide-x86_64", LTONonDebugUnixBuild),
220220
("AMD64 Fedora Rawhide LTO + PGO", "cstratak-fedora-rawhide-x86_64", LTOPGONonDebugBuild),
221221

222-
("AMD64 Ubuntu", "skumaran-ubuntu-x86_64", UnixBuild),
223-
224222
("AMD64 Arch Linux VintageParser", "pablogsal-arch-x86_64", UnixVintageParserBuild),
225223

226224
("AMD64 RHEL8 FIPS No Builtin Hashes", "cstratak-RHEL8-fips-x86_64", RHEL8NoBuiltinHashesUnixBuild),

master/custom/workers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ def get_workers(settings):
203203
tags=['macOS', 'unix', 'arm', 'arm64'],
204204
parallel_tests=4,
205205
),
206-
cpw(
207-
name="skumaran-ubuntu-x86_64",
208-
tags=['linux', 'unix', 'ubuntu', 'amd64', 'x86-64'],
209-
),
210206
cpw(
211207
name="ware-alpine",
212208
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64'],

0 commit comments

Comments
 (0)