Skip to content

Commit

Permalink
[CI] IBX-6507: Add setups running on Solr and ES (#106)
Browse files Browse the repository at this point in the history
* [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 ac48cc2.

* Revert "tmp - test refactor"

This reverts commit 8b14da2.

* Revert "[TMP] dependency behat"

This reverts commit df0a211.

* Revert "[tmp] gh-workflows branch"

This reverts commit 5b7b084.

* Revert "ci-scripts PR"

This reverts commit 65a44c6.
  • Loading branch information
micszo authored Mar 8, 2024
1 parent 776a01f commit df15ef9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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"
project-version: ${{ github.event.inputs.project-version }}
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"
Expand All @@ -66,15 +66,15 @@ 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"
project-version: ${{ github.event.inputs.project-version }}
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"
Expand Down

0 comments on commit df15ef9

Please sign in to comment.