@@ -634,10 +634,10 @@ jobs:
634634 with :
635635 concurrency_key : network-test-${{ matrix.test }}
636636 - name : " Setup and Local Network Tests"
637- timeout-minutes : 40
637+ timeout-minutes : 60
638638 # Only allow transfer test to run on every (non-network-all) PR
639639 if : matrix.test == 'test-transfer.sh' || github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'network-all')
640- run : earthly-ci --no-output ./yarn-project/+network-test --test=./${{ matrix.test }}
640+ run : sudo shutdown -P 60 ; earthly-ci --no-output ./yarn-project/+network-test --test=./${{ matrix.test }}
641641
642642 # note: proving disabled
643643 kind-network-test :
@@ -646,7 +646,7 @@ jobs:
646646 strategy :
647647 fail-fast : false
648648 matrix :
649- test : [smoke.test.ts, transfer.test.ts, 4epochs.test.ts]
649+ test : [smoke.test.ts, transfer.test.ts] # TODO reinstate: 4epochs.test.ts
650650 steps :
651651 - uses : actions/checkout@v4
652652 with : { ref: "${{ env.GIT_COMMIT }}" }
@@ -660,16 +660,16 @@ jobs:
660660 env :
661661 USERNAME : ${{ needs.configure.outputs.username }}
662662 with :
663- runner_type : 16core -tester-x86
663+ runner_type : 8core -tester-x86
664664 spot_strategy : None # use on-demand machines
665665 builder_type : builder-x86
666666 # these are copied to the tester and expected by the earthly command below
667667 # if they fail to copy, it will try to build them on the tester and fail
668668 builder_images_to_copy : aztecprotocol/aztec:${{ env.GIT_COMMIT }} aztecprotocol/end-to-end:${{ env.GIT_COMMIT }}
669669 # command to produce the images in case they don't exist
670670 builder_command : scripts/earthly-ci ./yarn-project+export-e2e-test-images
671+ tester_ttl : 60
671672 run : |
672- sudo shutdown -P 60 # extend ttl
673673 cd yarn-project/end-to-end
674674 echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u aztecprotocolci --password-stdin
675675 test=${{ matrix.test }}
0 commit comments