From 226f31103b5e92017732bc1477733cd634dc1e9c Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 24 Sep 2024 13:00:16 -0400 Subject: [PATCH] chore(ci): reinstate a bunch of tests in e2e list (#8737) [skip ci] Reverting partially as it's less productive for there to be sticky failures --- scripts/ci/get_e2e_jobs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci/get_e2e_jobs.sh b/scripts/ci/get_e2e_jobs.sh index 725a17a1456..18c54f39ea4 100755 --- a/scripts/ci/get_e2e_jobs.sh +++ b/scripts/ci/get_e2e_jobs.sh @@ -23,6 +23,9 @@ allow_list=( "e2e-ordering" "e2e-static-calls" "integration-l1-publisher" + "e2e-cheat-codes" + "e2e-prover-with-padding" + "e2e-lending-contract" ) # Add labels from input to the allow_list