Skip to content
Snippets Groups Projects
Commit a340bea5 authored by Reiner Jung's avatar Reiner Jung
Browse files

Added variable.

parent b2cd3c70
No related branches found
No related tags found
No related merge requests found
MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar"
COMPILE_RESULTS_ARCHIVE="${BASE_DIR}/tools/compile-results/build/distributions/compile-results.tar"
COMPILE_RESULTS_BIN="${BASE_DIR}/compile-results/bin/compile-results"
export SLEEP_TIME=10
export NUM_OF_LOOPS=1
......
......@@ -42,7 +42,7 @@ sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=re
sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/opentelemetry.yaml
sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/inspectit.yaml
cd ..
$COMPILE_RESULTS_BIN -i *-results.yaml -l all -t all -j all -w 100
"${COMPILE_RESULTS_BIN}" -i *-results.yaml -l all -t all -j all -w 100
cd all
echo "put *.yaml" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
echo "put *.html" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
......
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