Merge pull request #663 from ucb-bar/marshal-branch-check

Add firemarshal's dev branch to its allowed-branch list
This commit is contained in:
Jerry Zhao
2020-08-28 09:50:03 -07:00
committed by GitHub

View File

@@ -82,7 +82,12 @@ search
submodules=("coremark" "firemarshal" "nvdla-workload" "spec2017")
dir="software"
branches=("master")
if [ "$CIRCLE_BRANCH" == "master" ] || [ "$CIRCLE_BRANCH" == "dev" ]
then
branches=("master")
else
branches=("master" "dev")
fi
search
submodules=("DRAMSim2" "axe" "barstools" "chisel-testers" "dsptools" "firrtl-interpreter" "torture" "treadle")