Skip to content

Commit ced9b63

Browse files
[BOLT] Rename Meta's Aarch64 workers and builders (#459)
1 parent c4d314b commit ced9b63

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,10 +3068,10 @@
30683068
],
30693069
)},
30703070

3071-
{'name': "bolt-aarch64-ubuntu-clang",
3071+
{'name': "bolt-aarch64-ubuntu-clang-meta",
30723072
'tags': ["bolt"],
3073-
'workernames':["bolt-worker-aarch64"],
3074-
'builddir': "bolt-aarch64-ubuntu-clang",
3073+
'workernames':["bolt-worker-aarch64-meta"],
3074+
'builddir': "bolt-aarch64-ubuntu-clang-meta",
30753075
'factory' : BOLTBuilder.getBOLTCmakeBuildFactory(
30763076
bolttests=False,
30773077
clean=True,
@@ -3095,10 +3095,10 @@
30953095
],
30963096
)},
30973097

3098-
{'name': "bolt-aarch64-ubuntu-clang-shared",
3098+
{'name': "bolt-aarch64-ubuntu-clang-shared-meta",
30993099
'tags': ["bolt"],
3100-
'workernames':["bolt-worker-aarch64"],
3101-
'builddir': "bolt-aarch64-ubuntu-clang-shared",
3100+
'workernames':["bolt-worker-aarch64-meta"],
3101+
'builddir': "bolt-aarch64-ubuntu-clang-shared-meta",
31023102
'factory' : BOLTBuilder.getBOLTCmakeBuildFactory(
31033103
bolttests=True,
31043104
depends_on_projects=['bolt', 'lld', 'llvm'],

buildbot/osuosl/master/config/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def get_all():
386386

387387
# BOLT workers
388388
create_worker("bolt-worker", max_builds=1),
389-
create_worker("bolt-worker-aarch64", max_builds=1),
389+
create_worker("bolt-worker-aarch64-meta", max_builds=1),
390390

391391
# Fedora worker
392392
create_worker("standalone-build-x86_64", max_builds=1),

0 commit comments

Comments
 (0)