Skip to content
Snippets Groups Projects
Commit a6fba614 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Default to ecce:main for benchmark tests

parent 11dd0b16
No related branches found
No related tags found
1 merge request!109Default to ecce:main for benchmark tests
......@@ -57,10 +57,10 @@ common:setup:
echo "COMMON_BENCH_VERSION=$COMMON_BENCH_VERSION" >> juggler.env
else
if [[ "${JUGGLER_DETECTOR}" == "" ]] ; then
export JUGGLER_DETECTOR="athena"
export JUGGLER_DETECTOR="ecce"
fi
if [[ "${JUGGLER_DETECTOR_VERSION}" == "" ]] ; then
export JUGGLER_DETECTOR_VERSION="master"
export JUGGLER_DETECTOR_VERSION="main"
fi
echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
echo "JUGGLER_DETECTOR_VERSION = ${JUGGLER_DETECTOR_VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment