Skip to content

Commit

Permalink
try other ways to get prover PID
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Oct 10, 2024
1 parent b4ad77e commit 8136b4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-prover-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Run Prover Job Monitor
run: |
ci_run zk_inception prover run --component=prover-job-monitor --docker=false &>prover_logs/prover-job-monitor.log &
echo $!
- name: Wait for batch to be available
env:
DATABASE_URL: postgres://postgres:notsecurepassword@localhost:5432/zksync_prover_localhost_provers
Expand Down Expand Up @@ -121,6 +122,8 @@ jobs:
- name: Kill prover & start compressor
run: |
nvidia-smi
fuser -v /dev/nvidia*
ps ax
chmod +x ./bin/prover_checkers/clean_gpu
./bin/prover_checkers/clean_gpu
Expand Down

0 comments on commit 8136b4c

Please sign in to comment.