chore: make docker_publish_measurements target work better locally, improve daily benchmarks workflow

This commit is contained in:
Umut
2021-09-16 10:41:03 +03:00
parent 25fafcd4f4
commit 407e57c384
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,9 @@ jobs:
key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }}
script: |
cd ~/concretefhe-internal
git pull
make docker_publish_measurements
docker system prune -f
- name: Write SSH Key To A File
run: echo "$SSH_KEY" > ~/ssh-key && chmod 400 ~/ssh-key

View File

@@ -133,7 +133,6 @@ docker_bas: docker_build_and_start
.PHONY: docker_bas
docker_publish_measurements: docker_build
git pull
mkdir -p .benchmarks
python script/progress_tracker_utils/extract_machine_info.py
docker run --rm --volume /"$$(pwd)":/src $(DEV_DOCKER_IMG) \