From 243d69a30d152f06c9e0cfc041abd842a3f8df90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 19 Nov 2025 12:04:23 +0100 Subject: [PATCH 1/5] [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 0000000..d5d7f73 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-10946 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/docker", + "package": "ibexa/docker", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file From dbe6755c07b4352ce0b405d1dd754101d7c865fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 19 Nov 2025 12:25:26 +0100 Subject: [PATCH 2/5] 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 6b0dc79..007d102 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -36,7 +36,7 @@ jobs: timeout: 90 secrets: inherit regression-headless-setup2: - name: "PHP 8.0/Node 20/MariaDB 10.11/Compatibility layer/Elastic" + name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "headless" @@ -44,7 +44,7 @@ jobs: test-suite: "--profile=regression --suite=headless" test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/elastic.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true php-image: "ghcr.io/ibexa/docker/php:8.0-node20" From 77202a9d32e42e423902ef599abd049b653fd1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 19 Nov 2025 13:37:08 +0100 Subject: [PATCH 3/5] 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 007d102..8401b05 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/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10946' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -39,6 +40,7 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10946' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -55,6 +57,7 @@ jobs: name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10946' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" From d08e304de7520e9c7d15f7be495ea6e280b219fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 28 Nov 2025 12:44:56 +0100 Subject: [PATCH 4/5] Revert "[TMP] Run regression" This reverts commit 243d69a30d152f06c9e0cfc041abd842a3f8df90. --- dependencies.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json deleted file mode 100644 index d5d7f73..0000000 --- a/dependencies.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "recipesEndpoint": "", - "packages": [ - { - "requirement": "dev-ibx-10946 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/docker", - "package": "ibexa/docker", - "shouldBeAddedAsVCS": false - } - ] -} \ No newline at end of file From 9962b576598d6aefb339295f7089bb97b925c3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 28 Nov 2025 12:45:09 +0100 Subject: [PATCH 5/5] Revert "ci-scripts branch" This reverts commit 77202a9d32e42e423902ef599abd049b653fd1ea. --- .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 8401b05..007d102 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,7 +23,6 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-10946' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -40,7 +39,6 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-10946' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -57,7 +55,6 @@ jobs: name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-10946' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless"