File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 ,
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' ],
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments