From 0235879b05cf2edd3c454aeda687ad06b986a0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 22 Apr 2025 12:30:26 +0200 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 00000000..b8fdd0d5 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-added-mandatory-admin-password-altering as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file From e52b53bbe41fa4daff57d8b322033a46a1abc16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 22 Apr 2025 15:47:56 +0200 Subject: [PATCH 2/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 9d438a44..13c9aa8d 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 8.3/Node 18/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-9898' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -46,6 +47,7 @@ jobs: name: "PHP 8.3/Node 18/MySQL/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-9898' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -66,6 +68,7 @@ jobs: name: "PHP 8.3/Node 18/MySQL/Multirepository/Solr" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-9898' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" From d7d48b956e7fa2be9308c63a1204040f3132a18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 23 Apr 2025 08:50:07 +0200 Subject: [PATCH 3/3] gh-wf branch & obsolete notif --- .github/workflows/browser-tests.yml | 6 +++--- dependencies.json | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 13c9aa8d..75998b47 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,7 +21,7 @@ on: jobs: regression-commerce-setup1: name: "PHP 8.3/Node 18/PostgreSQL/Varnish/Redis/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9898 with: ci-scripts-branch: 'ibx-9898' project-edition: "commerce" @@ -45,7 +45,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup2: name: "PHP 8.3/Node 18/MySQL/Elastic" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9898 with: ci-scripts-branch: 'ibx-9898' project-edition: "commerce" @@ -66,7 +66,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup3: name: "PHP 8.3/Node 18/MySQL/Multirepository/Solr" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9898 with: ci-scripts-branch: 'ibx-9898' project-edition: "commerce" diff --git a/dependencies.json b/dependencies.json index b8fdd0d5..95a48643 100644 --- a/dependencies.json +++ b/dependencies.json @@ -6,6 +6,12 @@ "repositoryUrl": "https://github.com/ibexa/core", "package": "ibexa/core", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8543 as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/docker", + "package": "ibexa/docker", + "shouldBeAddedAsVCS": false } ] -} \ No newline at end of file +}