From 47f56ff006430f95044b8237fd20b2d158a3f03a Mon Sep 17 00:00:00 2001 From: Danil Date: Tue, 27 Aug 2024 18:56:06 +0200 Subject: [PATCH] Make revert sequntial Signed-off-by: Danil --- .github/workflows/ci-zk-toolbox-reusable.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-zk-toolbox-reusable.yml b/.github/workflows/ci-zk-toolbox-reusable.yml index ac707d9eb96..839b1147fbc 100644 --- a/.github/workflows/ci-zk-toolbox-reusable.yml +++ b/.github/workflows/ci-zk-toolbox-reusable.yml @@ -144,14 +144,14 @@ jobs: - name: Run revert tests (external node) run: | - ci_run zk_supervisor test revert --no-deps --external-node --ignore-prerequisites --chain chain_validium &> revert_validium.log & - PID2=$! - - ci_run zk_supervisor test revert --no-deps --ignore-prerequisites --chain era &> revert_rollup.log & - PID1=$! - - wait $PID1 - wait $PID2 + ci_run zk_supervisor test revert --no-deps --external-node --ignore-prerequisites --chain chain_validium &> revert_validium.log + # PID2=$! + + ci_run zk_supervisor test revert --no-deps --ignore-prerequisites --chain era &> revert_rollup.log + # PID1=$! + + # wait $PID1 + # wait $PID2 # Upgrade tests should run last, because as soon as they # finish the bootloader will be different