From 5d9e52ba89f5d950aade534e24ca0a09741dfc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 26 May 2026 05:48:06 +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 1131063..732b073 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -20,9 +20,10 @@ on: jobs: regression-content-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: "content" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=content" @@ -31,14 +32,15 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.3-node14" + php-image: "ghcr.io/ibexa/docker/php:7.3-node20" job-count: 2 timeout: 90 secrets: inherit regression-content-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: "content" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=content" @@ -47,14 +49,15 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.4-node16" + php-image: "ghcr.io/ibexa/docker/php:7.4-node20" job-count: 2 timeout: 90 secrets: inherit regression-content-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: "content" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=content" @@ -63,7 +66,7 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:8.3-node18" + php-image: "ghcr.io/ibexa/docker/php:8.3-node20" job-count: 2 timeout: 90 secrets: inherit From dc251355460d4c8b7d63da40d0817a6dbdbff47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 27 May 2026 14:49:08 +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 732b073..10cc724 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: "content" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=content" @@ -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: "content" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=content" @@ -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: "content" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=content"