Skip to content

Commit

Permalink
tidy threshold exec
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 20, 2024
1 parent b68ca9b commit f59545a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ up: /opt/runner/logs/0_THRESHOLDS
sleep 5
docker compose logs petric
docker compose rm -f
DCRUN=docker run --rm --user root -e GITHUB_REPOSITORY=SyneRBI/PETRIC-None -e GITHUB_REF_NAME=None -e RUNNER_GID=$(shell id -g) -e NUMEXPR_MAX_THREADS=24 -v ./runner:/w -w /w
/opt/runner/logs/0_THRESHOLDS: runner/thresholds.py
sudo rm -rf $@
docker run --rm --user root -e GITHUB_REPOSITORY=SyneRBI/PETRIC-None -e GITHUB_REF_NAME=None -e RUNNER_GID=$(shell id -g) -v ./runner:/w -w /w -v /mnt/share:/mnt/share:ro -v /opt/runner:/o:rw synerbi/sirf:ci ./thresholds.sh
$(DCRUN) -v /mnt/share:/mnt/share:ro -v /opt/runner:/o:rw synerbi/sirf:ci ./thresholds.sh
eval:
docker run --rm --user root -e GITHUB_REPOSITORY=SyneRBI/PETRIC-None -e GITHUB_REF_NAME=None -e RUNNER_GID=$(shell id -g) -v ./runner:/w -w /w -v /opt/runner:/o:ro synerbi/sirf:ci ./eval_thresholds.sh
$(DCRUN) -v /opt/runner:/o:ro synerbi/sirf:ci ./eval_thresholds.sh

0 comments on commit f59545a

Please sign in to comment.