From 325659d9e4d52dfb3520c680a3ea04a2d1cd40bd Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 24 Sep 2024 11:53:34 -0400 Subject: [PATCH 1/2] chore(ci): add e2e-cheat-codes to e2e list --- scripts/ci/get_e2e_jobs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/get_e2e_jobs.sh b/scripts/ci/get_e2e_jobs.sh index 725a17a1456..b95fbcb9edf 100755 --- a/scripts/ci/get_e2e_jobs.sh +++ b/scripts/ci/get_e2e_jobs.sh @@ -23,6 +23,7 @@ allow_list=( "e2e-ordering" "e2e-static-calls" "integration-l1-publisher" + "e2e-cheat-codes" ) # Add labels from input to the allow_list From e2e95246dbc7a561dd00ddafbbe7f667d8f3c522 Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 24 Sep 2024 12:18:22 -0400 Subject: [PATCH 2/2] Update get_e2e_jobs.sh --- scripts/ci/get_e2e_jobs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci/get_e2e_jobs.sh b/scripts/ci/get_e2e_jobs.sh index b95fbcb9edf..18c54f39ea4 100755 --- a/scripts/ci/get_e2e_jobs.sh +++ b/scripts/ci/get_e2e_jobs.sh @@ -24,6 +24,8 @@ allow_list=( "e2e-static-calls" "integration-l1-publisher" "e2e-cheat-codes" + "e2e-prover-with-padding" + "e2e-lending-contract" ) # Add labels from input to the allow_list