From f35094fd74f28d5bb41084f7b89f961a5f4d0af0 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 6 Jan 2025 10:40:08 -0300 Subject: [PATCH] chore: Fix customTags is not iterable in e2e-prover-full (#11057) e2e-prover-full has been failing with `customTags is not iterable` since commit `6e94c1ac13d63826a8ecd29eec74c79c053a2a05`. This is an attempt to fix it. See [here](https://github.com/AztecProtocol/aztec-packages/actions/runs/12603823032/job/35130125257) for a failed run. This also affects kind tests and acir-bench. --- .github/ensure-tester/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ensure-tester/action.yml b/.github/ensure-tester/action.yml index 67a0d68c862..d96e117e3c0 100644 --- a/.github/ensure-tester/action.yml +++ b/.github/ensure-tester/action.yml @@ -78,6 +78,7 @@ runs: ec2_subnet_id: subnet-4cfabd25 ec2_security_group_id: sg-0ccd4e5df0dcca0c9 ec2_key_name: "build-instance" + ec2_instance_tags: '[]' - name: Ensure Tester Cleanup uses: gacts/run-and-post-run@v1