From 4dc16e7d770440d6bd696018b6ab4515c852231e Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Fri, 10 May 2024 13:01:58 +0000 Subject: [PATCH] chore: set e2e mode in CI --- .github/workflows/ci.yml | 1 + yarn-project/end-to-end/Earthfile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 811fbc14bbec..595912a65917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,7 @@ jobs: run: earthly-ci -P \ --secret AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \ --secret AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \ + --e2e_mode=ci \ --no-output \ +${{ matrix.test }} --skip_build=true diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index ea6fdbe5ae77..f9063e54a99b 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -206,6 +206,7 @@ guides-dapp-testing: # DO +E2E_COMPOSE_TEST --test=guides/up_quick_start.test.ts bench-publish-rollup: + ARG e2e_mode=local ARG PULL_REQUEST ARG BRANCH ARG COMMIT_HASH @@ -213,6 +214,7 @@ bench-publish-rollup: DO +UPLOAD_LOGS --e2e_mode=$e2e_mode --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH bench-process-history: + ARG e2e_mode=local ARG PULL_REQUEST ARG BRANCH ARG COMMIT_HASH @@ -220,6 +222,7 @@ bench-process-history: DO +UPLOAD_LOGS --e2e_mode=$e2e_mode --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH bench-tx-size: + ARG e2e_mode=local ARG PULL_REQUEST ARG BRANCH ARG COMMIT_HASH