Skip to content

Commit

Permalink
CapableVMs: Drop 'cloop' run from buildbot.
Browse files Browse the repository at this point in the history
This is, hopefully, a temporary measure to allow the run to complete
before the Merge Queues timeout.
  • Loading branch information
jacobbramley committed Dec 13, 2023
1 parent e84f8c8 commit 2c86407
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ build() {
popd
}

build morello-purecap --morello-webkit/build-type Debug --morello-webkit/backend cloop
# TODO: 'cloop' is disabled because it's slow, and takes longer than the Merge
# Queues timeout. We should reinstate it, perhaps as a weekly run or similar.
#build morello-purecap --morello-webkit/build-type Debug --morello-webkit/backend cloop
build morello-purecap --morello-webkit/build-type Debug --morello-webkit/backend tier1asm
# TODO: tier2asm shows intermittent failures, which are currently under
# investigation. To avoid CI disruption, it is disabled here for now, but
Expand Down

0 comments on commit 2c86407

Please sign in to comment.