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 8136b4c commit ec6d212
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci-prover-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ 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 All @@ -107,6 +106,11 @@ jobs:
- name: Run Prover
run: |
ci_run zk_inception prover run --component=prover --docker=false &>prover_logs/prover.log &
echo $!
nvidia-smi
fuser -v /dev/nvidia*
ps ax
- name: Wait for prover jobs to finish
env:
DATABASE_URL: postgres://postgres:notsecurepassword@localhost:5432/zksync_prover_localhost_provers
Expand All @@ -121,15 +125,10 @@ 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
nvidia-smi
ci_run zk_inception prover run --component=compressor --docker=false &
ci_run sleep 420
- name: Wait for batch to be executed on L1
Expand Down

0 comments on commit ec6d212

Please sign in to comment.