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 3068
3068
],
3069
3069
)},
3070
3070
3071
- {'name' : "bolt-aarch64-ubuntu-clang" ,
3071
+ {'name' : "bolt-aarch64-ubuntu-clang-meta " ,
3072
3072
'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 " ,
3075
3075
'factory' : BOLTBuilder .getBOLTCmakeBuildFactory (
3076
3076
bolttests = False ,
3077
3077
clean = True ,
3095
3095
],
3096
3096
)},
3097
3097
3098
- {'name' : "bolt-aarch64-ubuntu-clang-shared" ,
3098
+ {'name' : "bolt-aarch64-ubuntu-clang-shared-meta " ,
3099
3099
'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 " ,
3102
3102
'factory' : BOLTBuilder .getBOLTCmakeBuildFactory (
3103
3103
bolttests = True ,
3104
3104
depends_on_projects = ['bolt' , 'lld' , 'llvm' ],
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ def get_all():
386
386
387
387
# BOLT workers
388
388
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 ),
390
390
391
391
# Fedora worker
392
392
create_worker ("standalone-build-x86_64" , max_builds = 1 ),
You can’t perform that action at this time.
0 commit comments