Skip to content

Commit f7085ef

Browse files
authored
Bring back skumaran-ubuntu-x86_64 worker (#602)
This reverts commit abeb9a6.
1 parent 18e6b53 commit f7085ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

master/custom/builders.py

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

224+
("AMD64 Ubuntu", "skumaran-ubuntu-x86_64", UnixBuild),
225+
224226
("AMD64 Arch Linux VintageParser", "pablogsal-arch-x86_64", UnixVintageParserBuild),
225227

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

master/custom/workers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ 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+
),
206210
cpw(
207211
name="ware-alpine",
208212
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64'],

0 commit comments

Comments
 (0)