From d716bbacf8e7b18fe3a7f09926336130eb0a66e5 Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Fri, 31 Oct 2025 12:13:49 +0100 Subject: [PATCH 1/2] [TMP] Run regression --- dependencies.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..6d3d06d5 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-5078-adding-catalog-block-setup as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/behat", + "package": "ibexa/behat", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-5078-catalog-block-coverage as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/page-builder", + "package": "ibexa/page-builder", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file From b961ba794cb51efa31761a583f8c81efce4a7050 Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Tue, 4 Nov 2025 10:42:42 +0100 Subject: [PATCH 2/2] removed multirepo --- .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 c7c64feb..4e5afc5f 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -31,7 +31,6 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 - multirepository: true php-image: "ghcr.io/ibexa/docker/php:7.4-node18" timeout: 120 secrets: inherit @@ -48,7 +47,6 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true job-count: 4 - multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.0-node20" timeout: 120 secrets: inherit @@ -64,7 +62,6 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr8.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 - multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.3-node22" timeout: 120 secrets: inherit