Skip to content

Commit

Permalink
IBX-4516: Set a combination of 3 PHP & 3 Node versions. Ditched using…
Browse files Browse the repository at this point in the history
… default image
  • Loading branch information
mnocon committed Jul 20, 2023
1 parent d4aa883 commit bb17694
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
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/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.3-node14"
php-image: "ghcr.io/ibexa/docker/php:7.4-node14"
job-count: 2
timeout: 90
php-image: "ezsystems/php:7.4-v2-node14"
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand All @@ -43,19 +43,43 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-content-setup2:
name: "PHP 8.1/Node 16/MySQL/Compatibility layer"
name: "PHP 8.0/Node 16/MySQL/Compatibility layer"
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"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
php-image: "ghcr.io/ibexa/docker/php:8.0-node16"
job-count: 2
timeout: 90
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }}
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-content-setup3:
name: "PHP 8.1/Node 18/MySQL/Compatibility layer"
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"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
job-count: 2
timeout: 90
php-image: "ezsystems/php:8.1-v2-node16"
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand Down

0 comments on commit bb17694

Please sign in to comment.