Skip to content
Snippets Groups Projects

Updated common bench to use COMMON_BENCH_VERSION

+ 5
1
@@ -37,7 +37,11 @@ stages:
@@ -37,7 +37,11 @@ stages:
common:setup:
common:setup:
stage: config
stage: config
before_script:
before_script:
- git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
- |
 
if [[ -z "${COMMON_BENCH_VERSION}" ]] ; then
 
export COMMON_BENCH_VERSION="master"
 
fi
 
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script:
script:
- |
- |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
Loading