@@ -543,7 +543,7 @@ jobs:
543
543
- name : Call catchup_test.sh
544
544
run : |
545
545
chmod +x ./scripts/catchup_version_upgrade_test.sh
546
- UPGRADE_ROUND=31 NODES="Node1" PORTS="9934" EXT_STATUS=finalized ./scripts/catchup_version_upgrade_test.sh
546
+ UPGRADE_ROUND=31 NODES="Node1" PORTS="9934" EXT_STATUS=finalized DOCKER_COMPOSE=docker/docker-compose.bridged.yml ./scripts/catchup_version_upgrade_test.sh
547
547
548
548
run-e2e-version-upgrade-catchup-two-late :
549
549
needs : [build-test-docker, build-cliain-image]
@@ -577,7 +577,7 @@ jobs:
577
577
- name : Call catchup_test.sh
578
578
run : |
579
579
chmod +x ./scripts/catchup_version_upgrade_test.sh
580
- UPGRADE_ROUND=31 NODES="Node1:Node2" PORTS="9934:9935" EXT_STATUS="in-block" ./scripts/catchup_version_upgrade_test.sh
580
+ UPGRADE_ROUND=31 NODES="Node1:Node2" PORTS="9934:9935" EXT_STATUS="in-block" DOCKER_COMPOSE=docker/docker-compose.bridged.yml ./scripts/catchup_version_upgrade_test.sh
581
581
582
582
run-e2e-version-upgrade-early-catchup-one-late :
583
583
needs : [build-test-docker, build-cliain-image]
@@ -611,7 +611,7 @@ jobs:
611
611
- name : Call catchup_test.sh
612
612
run : |
613
613
chmod +x ./scripts/catchup_version_upgrade_test.sh
614
- UPGRADE_BEFORE_DISABLE=true UPGRADE_ROUND=31 NODES="Node1" PORTS="9934" EXT_STATUS=finalized ./scripts/catchup_version_upgrade_test.sh
614
+ UPGRADE_BEFORE_DISABLE=true UPGRADE_ROUND=31 NODES="Node1" PORTS="9934" EXT_STATUS=finalized DOCKER_COMPOSE=docker/docker-compose.bridged.yml ./scripts/catchup_version_upgrade_test.sh
615
615
616
616
run-e2e-version-upgrade-early-catchup-two-late :
617
617
needs : [build-test-docker, build-cliain-image]
@@ -645,7 +645,7 @@ jobs:
645
645
- name : Call catchup_test.sh
646
646
run : |
647
647
chmod +x ./scripts/catchup_version_upgrade_test.sh
648
- UPGRADE_BEFORE_DISABLE=true UPGRADE_ROUND=31 NODES="Node1:Node2" PORTS="9934:9935" EXT_STATUS="in-block" ./scripts/catchup_version_upgrade_test.sh
648
+ UPGRADE_BEFORE_DISABLE=true UPGRADE_ROUND=31 NODES="Node1:Node2" PORTS="9934:9935" EXT_STATUS="in-block" DOCKER_COMPOSE=docker/docker-compose.bridged.yml ./scripts/catchup_version_upgrade_test.sh
649
649
650
650
check-e2e-test-suite-completion :
651
651
needs : [
0 commit comments