Skip to content
Snippets Groups Projects
Commit ef46e63b authored by Domenico Giordano's avatar Domenico Giordano
Browse files

debug openMR

parent 507291e8
Branches
Tags
20 merge requests!949Rebase atlas sim mt ma,!941Master,!939Master,!937Master,!933Master,!929Master,!927Master,!919Sync with master,!890sync with master,!882master,!846sync with master,!838sync with recent CI update,!829sync with master,!828update MLPF branch to master,!806Add new multi-arch benchmark for ALICE. Fix openMR,!804[BMK-1142] reduce otuput size,!803merge qa-build-hello-world-ma commit 32fd27c8 from 5010440,!802merge qa-build-hello-world-ma commit a0f96572 from 5010435,!801merge qa-build-hello-world-ma commit 2f129e07 from 5010395,!800merge qa-build-hello-world-ma commit ef46e63b from 5010390
......@@ -548,7 +548,7 @@ function generate_wl_list(){
sleep 2
pipeline_url=""
if [ -f "${CI_PROJECT_DIR}"/WL_list.md ]; then
pipeline_url=$(grep "\[${aexp}_${wl}_pipelink\]:" "${CI_PROJECT_DIR}"/WL_list.md | cut -d ":" -f2- | sed -e 's@\s@@g')
pipeline_url=$( (grep "\[${aexp}_${wl}_pipelink\]:" "${CI_PROJECT_DIR}"/WL_list.md || echo ":") | cut -d ":" -f2- | sed -e 's@\s@@g')
fi
if [ "${CI_COMMIT_BRANCH}" == "qa-build-${aexp}-${wl}" ]; then
pipeline_url="https://gitlab.cern.ch/hep-benchmarks/hep-workloads/-/pipelines/${CI_PIPELINE_ID}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment