From df15ef9a8ab85dd19156a9484e175980f34a4ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 8 Mar 2024 15:20:18 +0100 Subject: [PATCH] [CI] IBX-6507: Add setups running on Solr and ES (#106) * [CI] IBX-6507: Add setups running on Solr and ES * ES * tmp * ci-scripts PR * tmp - test refactor * [TMP] dependency behat * [tmp] gh-workflows branch * Revert "tmp" This reverts commit ac48cc20b4ed29e5783391f2a3f77dd31f80c9d2. * Revert "tmp - test refactor" This reverts commit 8b14da214444d7995de9836af765dc6998b0a549. * Revert "[TMP] dependency behat" This reverts commit df0a21157ed6e4ee9c1ca72f2789cf9567d2a489. * Revert "[tmp] gh-workflows branch" This reverts commit 5b7b0844645d9a3fd1ea95f36fccef079ee35628. * Revert "ci-scripts PR" This reverts commit 65a44c62508f42d428a37fed26bdefb1fe69a6fe. --- .github/workflows/browser-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 3e804c6..273becb 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -43,7 +43,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} regression-content-setup2: - name: "PHP 8.0/Node 16/MySQL/Compatibility layer" + name: "PHP 8.0/Node 16/MySQL/Compatibility layer/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -51,7 +51,7 @@ jobs: test-suite: "--profile=regression --suite=content" test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.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-node16" @@ -66,7 +66,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} regression-content-setup3: - name: "PHP 8.2/Node 18/MySQL/Compatibility layer" + name: "PHP 8.2/Node 18/MySQL/Compatibility layer/Solr" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -74,7 +74,7 @@ jobs: test-suite: "--profile=regression --suite=content" test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/solr.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.2-node18"