Skip to content

Commit

Permalink
[Browser tests] Added job-count 2 and set 1 hour timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo authored and mnocon committed Jul 26, 2022
1 parent 390b45b commit 2b80657
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
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
job-count: 2
timeout: 60
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup2:
Expand All @@ -39,6 +41,8 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
php-image: "ezsystems/php:7.3-v2-node14"
job-count: 2
timeout: 60
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup3:
Expand All @@ -51,5 +55,7 @@ jobs:
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
php-image: "ezsystems/php:8.1-v2-node16"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 2
timeout: 60
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 2b80657

Please sign in to comment.