diff --git a/.travis.yml b/.travis.yml index 171d91bd..37a4eb52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,7 @@ env: - SUITE=RocketSuiteA - SUITE=RocketSuiteB - SUITE=RocketSuiteC - - SUITE=GroundtestSuiteA - - SUITE=GroundtestSuiteB + - SUITE=GroundtestSuite - SUITE=UnittestSuite # blacklist private branches diff --git a/regression/Makefile b/regression/Makefile index f9a59e7a..c5393dc1 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -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)