From b9792d90d133731ba23f7f1435d4ba4a9a082946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 18 Nov 2025 16:35:38 +0100 Subject: [PATCH 1/3] [TMP] Run regression --- dependencies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000000..2bd51747dd --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-10946 as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/docker", + "package": "ibexa/docker", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file From 7d061f40fd9d0b5674128870b45007d2d4c9967d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 18 Nov 2025 16:39:06 +0100 Subject: [PATCH 2/3] IBX-10946: Included MariaDB 11.4 on CI --- .github/workflows/browser-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index d231f1d693..e2924cdba7 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -35,14 +35,14 @@ jobs: timeout: 60 secrets: inherit regression-oss-setup2: - name: "PHP 8.0/Node 20/MariaDB 10.11/Compatibility layer" + name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true use-compatibility-layer: true From a099332afe2fb29dd8885222974430e243da492c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 18 Nov 2025 17:26:45 +0100 Subject: [PATCH 3/3] ci-scripts branch --- .github/workflows/browser-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index e2924cdba7..b795661649 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10946' 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" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10946' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -54,6 +56,7 @@ jobs: name: "PHP 8.3/Node 22/MySQL 8.4/Solr 8" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10946' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss"