Skip to content

Commit 5520fd5

Browse files
authored
[s390x] Make stage 2 builder use clean builds (#450)
Use clean builds for the s390x multistage builder as was done for Linaro in #306. This will enable collapsing build requests to help the builder keep up. As further speed-up, skip the stage 1 testing, as is already done for most other multistage builders.
1 parent 7047d8f commit 5520fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,9 +805,10 @@
805805
'builddir': "clang-s390x-linux-multistage",
806806
'factory' : ClangBuilder.getClangCMakeBuildFactory(
807807
jobs=4,
808-
clean=False,
808+
clean=True,
809809
checkout_lld=False,
810810
useTwoStage=True,
811+
testStage1=False,
811812
stage1_config='Release',
812813
stage2_config='Release',
813814
extra_cmake_args=[

0 commit comments

Comments
 (0)