From c66bd6bd810460b53086dac707f1832069f8c26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 26 May 2026 06:23:23 +0200 Subject: [PATCH 1/2] IBX-11797: [3.3] Test ignoring unsolvable advisories --- .github/workflows/browser-tests.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 0f8643ee..e06634d2 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -20,9 +20,10 @@ on: jobs: regression-commerce-setup1: - name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis/Multirepository" + name: "PHP 7.3/Node 20/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -32,13 +33,14 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.3-node14" + php-image: "ghcr.io/ibexa/docker/php:7.3-node20" timeout: 120 secrets: inherit regression-commerce-setup2: - name: "PHP 7.4/Node 16/MySQL/Multirepository" + name: "PHP 7.4/Node 20/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -48,13 +50,14 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.4-node16" + php-image: "ghcr.io/ibexa/docker/php:7.4-node20" timeout: 120 secrets: inherit regression-commerce-setup3: - name: "PHP 8.3/Node 18/MySQL/Multirepository" + name: "PHP 8.3/Node 20/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -64,6 +67,6 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true - php-image: "ghcr.io/ibexa/docker/php:8.3-node18" + php-image: "ghcr.io/ibexa/docker/php:8.3-node20" timeout: 120 secrets: inherit From 448d8dd6d49a40ec79cc09d99329b9c93ed44fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 27 May 2026 15:19:35 +0200 Subject: [PATCH 2/2] revert tmp branch --- .github/workflows/browser-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index e06634d2..ad7735bf 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,7 +23,6 @@ jobs: name: "PHP 7.3/Node 20/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -40,7 +39,6 @@ jobs: name: "PHP 7.4/Node 20/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -57,7 +55,6 @@ jobs: name: "PHP 8.3/Node 20/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce"