Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
regression-commerce-setup1:
name: "PHP 8.3/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -33,11 +33,12 @@ jobs:
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"
ci-scripts-branch: "ibx-11657"
timeout: 120
secrets: inherit
regression-commerce-setup2:
name: "PHP 8.4/Node 22/MariaDB 11.4/Elastic 8/Valkey latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -49,11 +50,12 @@ jobs:
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
ci-scripts-branch: "ibx-11657"
timeout: 120
secrets: inherit
regression-commerce-setup3:
name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -65,5 +67,21 @@ jobs:
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
ci-scripts-branch: "ibx-11657"
timeout: 120
secrets: inherit
install-connector-quable:
Comment thread
micszo marked this conversation as resolved.
Outdated
name: "Install connector-quable/PHP 8.4/PostgreSQL"
Comment thread
micszo marked this conversation as resolved.
Outdated
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/selenium.yml"
install-connector-quable: true
test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaCommerce'
test-setup-phase-1: '--profile=setup --suite=personas --mode=standard'
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard'
send-success-notification: false
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
ci-scripts-branch: "ibx-11657"
secrets: inherit
Loading