Skip to content
Snippets Groups Projects
Commit fa0f4e3e authored by Krzysztof Mochocki's avatar Krzysztof Mochocki
Browse files

Update docker_based_benchmark_job.yaml

parent cd182ce2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@
ARTIFACTS_PATH: $CI_PROJECT_DIR/benchmark_artifacts
script:
- ping -c 4 http://hive-4.pl.syncad.com || true
- ping -c 4 hive-4.pl.syncad.com || true
- apt install curl -y || apk add curl || true
- curl -s --data '{"jsonrpc":"2.0", "method":"block_api.get_block", "params":{"block_num":1}, "id":1}' http://hive-4.pl.syncad.com:18092 || true
- bash $eROOT_DIR/benchmarks/docker/entrypoint.bash $eADDITIONAL_ARGS
......
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