From 2b79b2106786c8cbb26b76c5c91a5e442bab54e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 25 Aug 2026 12:04:00 +0200 Subject: [PATCH 1/3] [TMP] Run regression --- .github/workflows/browser-tests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 8608b488cc..7771be3c0e 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,8 +21,9 @@ on: jobs: regression-oss-setup1: name: "PHP 7.4/Node 20/PostgreSQL 18.0/Varnish/Redis 7.2" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@IBX-11919-encore-prod-on-ci with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -36,8 +37,9 @@ jobs: secrets: inherit regression-oss-setup2: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@IBX-11919-encore-prod-on-ci with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -52,8 +54,9 @@ jobs: secrets: inherit regression-oss-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@IBX-11919-encore-prod-on-ci with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" From 95b8a1feb3dbd2cd725ebc550fdf101704399ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 2 Sep 2026 10:55:53 +0200 Subject: [PATCH 2/3] [TMP] Scope regression run to setup3 only Point only regression-oss-setup3 (PHP 8.4/Node 22/MySQL 8.4/Solr 8/Redis latest) at the IBX-11919-encore-prod-on-ci fix branches. setup1/setup2 go back to gh-workflows@main with no ci-scripts-branch override, to validate the fix in one job instead of three. --- .github/workflows/browser-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 7771be3c0e..8a4dbead27 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,9 +21,8 @@ on: jobs: regression-oss-setup1: name: "PHP 7.4/Node 20/PostgreSQL 18.0/Varnish/Redis 7.2" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@IBX-11919-encore-prod-on-ci + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -37,9 +36,8 @@ jobs: secrets: inherit regression-oss-setup2: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@IBX-11919-encore-prod-on-ci + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" From fdcd7d9ee3ceee4d0f3c6d7ed363bb9d45f60974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 2 Sep 2026 13:09:07 +0200 Subject: [PATCH 3/3] [TMP] Scope to all setups but only to main config step --- .github/workflows/browser-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 8a4dbead27..a5e20716ea 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 20/PostgreSQL 18.0/Varnish/Redis 7.2" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -38,6 +39,7 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -52,7 +54,7 @@ jobs: secrets: inherit regression-oss-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@IBX-11919-encore-prod-on-ci + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss"