travis: only run 4 jobs at once (#593)
We can only run 4 at a time; 5 causes the test time to double. In the past we had a 50minute build deadline, but that's fixed.
This commit is contained in:
parent
f6daa782d3
commit
d4272db067
@ -36,8 +36,7 @@ env:
|
||||
- SUITE=RocketSuiteA
|
||||
- SUITE=RocketSuiteB
|
||||
- SUITE=RocketSuiteC
|
||||
- SUITE=GroundtestSuiteA
|
||||
- SUITE=GroundtestSuiteB
|
||||
- SUITE=GroundtestSuite
|
||||
- SUITE=UnittestSuite
|
||||
|
||||
# blacklist private branches
|
||||
|
@ -56,16 +56,12 @@ PROJECT=rocketchip
|
||||
CONFIGS=DefaultL2Config TinyConfig
|
||||
endif
|
||||
|
||||
ifeq ($(SUITE),GroundtestSuiteA)
|
||||
ifeq ($(SUITE),GroundtestSuite)
|
||||
PROJECT=groundtest
|
||||
CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig
|
||||
# FancyMemtestConfig takes too long to compile
|
||||
endif
|
||||
|
||||
ifeq ($(SUITE),GroundtestSuiteB)
|
||||
PROJECT=groundtest
|
||||
CONFIGS=BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
|
||||
CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig \
|
||||
BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
|
||||
ComparatorConfig ComparatorBufferlessConfig ComparatorStatelessConfig
|
||||
# FancyMemtestConfig takes too long to compile
|
||||
endif
|
||||
|
||||
ifeq ($(SUITE),UnittestSuite)
|
||||
|
Loading…
Reference in New Issue
Block a user