From cc3e3f3e0773130bc90f82f1fdaa09c563e11f4e Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Wed, 5 Nov 2025 17:58:58 +0100 Subject: [PATCH 01/10] Add temp workflow for testing --- .github/workflows/temp-e2e-verification.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/temp-e2e-verification.yml diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml new file mode 100644 index 00000000000..9f7dfa7b3f4 --- /dev/null +++ b/.github/workflows/temp-e2e-verification.yml @@ -0,0 +1,15 @@ +name: Temporary - E2E Verification + +concurrency: + group: temp-e2e-test-${{ github.ref }} + cancel-in-progress: true + +on: + push: + branches: + - fix/v5-e2e-tests + +jobs: + e2e: + secrets: inherit + uses: ./.github/workflows/callable-release-verification.yml From 9c8315901c6468b9618df7dfb4e2f14dc470a04a Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Wed, 5 Nov 2025 18:49:41 +0100 Subject: [PATCH 02/10] update --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index 9f7dfa7b3f4..c94fe4f044a 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification - +# concurrency concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From 034c6a64d6fcec5646d9ce794f48f8a971d9919f Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Wed, 5 Nov 2025 19:05:07 +0100 Subject: [PATCH 03/10] comment to trigger lts checks --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index c94fe4f044a..ebaa37a4c14 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification -# concurrency +# concurrency comment concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From 77201860a7d5967710ebf5840517f331e20ce854 Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Thu, 6 Nov 2025 10:03:40 +0100 Subject: [PATCH 04/10] comment to trigger lts checks --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index ebaa37a4c14..1533f4501ea 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification -# concurrency comment +# concurrency comment two concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From a3174c116ddd1257bebd3c83bab928c686dcfcf3 Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Thu, 6 Nov 2025 11:02:03 +0100 Subject: [PATCH 05/10] comment to trigger lts checks --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index 1533f4501ea..43b73895f57 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification -# concurrency comment two +# concurrency comment two one concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From 538698433020ad7e53e2191e45e640cafb68343d Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Thu, 6 Nov 2025 12:27:52 +0100 Subject: [PATCH 06/10] This is a comment to trigger lts checks --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index 43b73895f57..27746150538 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification -# concurrency comment two one +# concurrency comment three two one concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From 09c48ba9b1970014a34a4c4a9f01a9cffaf64964 Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Thu, 6 Nov 2025 14:32:38 +0100 Subject: [PATCH 07/10] test fix firefox amplify js V5 --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index 27746150538..159bafc7130 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification -# concurrency comment three two one +# concurrency comment three two one firefox concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From a37d8d222dfc15fef394d1f09c32c79422b2f421 Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Thu, 6 Nov 2025 14:38:33 +0100 Subject: [PATCH 08/10] commit to trigger integration tests --- .github/workflows/temp-e2e-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml index 159bafc7130..0992ecb4c3e 100644 --- a/.github/workflows/temp-e2e-verification.yml +++ b/.github/workflows/temp-e2e-verification.yml @@ -1,5 +1,5 @@ name: Temporary - E2E Verification -# concurrency comment three two one firefox +# concurrency comment three two one firefox fix concurrency: group: temp-e2e-test-${{ github.ref }} cancel-in-progress: true From e1dc8607e4e59d1d0a68427321aea3c12435da6b Mon Sep 17 00:00:00 2001 From: osama-rizk Date: Thu, 6 Nov 2025 16:37:49 +0100 Subject: [PATCH 09/10] Skip firefox because of build issue. --- .github/canary-config/canary-all.yml | 3 --- .github/integ-config/integ-all.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/canary-config/canary-all.yml b/.github/canary-config/canary-all.yml index 067692a9cc9..390fe5b85e7 100644 --- a/.github/canary-config/canary-all.yml +++ b/.github/canary-config/canary-all.yml @@ -1,11 +1,8 @@ minimal_browser_list: &minimal_browser_list - chrome - - firefox extended_browser_list: &extended_browser_list - chrome - - firefox - - edge tests: # DATASTORE diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index aa7be390c90..39465a3c56f 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -1,11 +1,8 @@ minimal_browser_list: &minimal_browser_list - chrome - - firefox extended_browser_list: &extended_browser_list - chrome - - firefox - - edge tests: # DATASTORE From 31cbf4f76e31c335c3220bc77e1d69078939e595 Mon Sep 17 00:00:00 2001 From: Osama Rizk <41443120+osama-rizk@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:32:11 +0100 Subject: [PATCH 10/10] Delete .github/workflows/temp-e2e-verification.yml --- .github/workflows/temp-e2e-verification.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/temp-e2e-verification.yml diff --git a/.github/workflows/temp-e2e-verification.yml b/.github/workflows/temp-e2e-verification.yml deleted file mode 100644 index 0992ecb4c3e..00000000000 --- a/.github/workflows/temp-e2e-verification.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Temporary - E2E Verification -# concurrency comment three two one firefox fix -concurrency: - group: temp-e2e-test-${{ github.ref }} - cancel-in-progress: true - -on: - push: - branches: - - fix/v5-e2e-tests - -jobs: - e2e: - secrets: inherit - uses: ./.github/workflows/callable-release-verification.yml