|
21 | 21 | jobs: |
22 | 22 | regression-commerce-setup1: |
23 | 23 | name: "PHP 8.3/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" |
24 | | - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main |
| 24 | + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis |
25 | 25 | with: |
26 | 26 | project-edition: "commerce" |
27 | 27 | project-version: ${{ github.event.inputs.project-version }} |
28 | 28 | test-suite: "--profile=regression --suite=commerce" |
29 | 29 | test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" |
30 | 30 | test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" |
31 | 31 | setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml" |
| 32 | + ci-scripts-branch: "k8s-satis" |
32 | 33 | send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} |
33 | 34 | job-count: 4 |
34 | 35 | multirepository: true |
35 | 36 | php-image: "ghcr.io/ibexa/docker/php:8.3-node22" |
36 | 37 | timeout: 120 |
37 | 38 | secrets: inherit |
38 | 39 | regression-commerce-setup2: |
39 | | - name: "PHP 8.3/Node 22/MariaDB 11.4/Elastic 8/Valkey latest" |
40 | | - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main |
| 40 | + name: "PHP 8.4/Node 22/MariaDB 11.4/Elastic 8/Valkey latest" |
| 41 | + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis |
41 | 42 | with: |
42 | 43 | project-edition: "commerce" |
43 | 44 | project-version: ${{ github.event.inputs.project-version }} |
44 | 45 | test-suite: "--profile=regression --suite=commerce" |
45 | 46 | test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" |
46 | 47 | test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" |
47 | 48 | setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" |
| 49 | + ci-scripts-branch: "k8s-satis" |
48 | 50 | send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} |
49 | 51 | job-count: 4 |
50 | 52 | multirepository: true |
51 | 53 | php-image: "ghcr.io/ibexa/docker/php:8.3-node22" |
52 | 54 | timeout: 120 |
53 | 55 | secrets: inherit |
54 | 56 | regression-commerce-setup3: |
55 | | - name: "PHP 8.3/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" |
56 | | - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main |
| 57 | + name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" |
| 58 | + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis |
57 | 59 | with: |
58 | 60 | project-edition: "commerce" |
59 | 61 | project-version: ${{ github.event.inputs.project-version }} |
60 | 62 | test-suite: "--profile=regression --suite=commerce" |
61 | 63 | test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" |
62 | 64 | test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" |
63 | 65 | setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr8.yml:doc/docker/redis-latest.yml:doc/docker/selenium.yml" |
| 66 | + ci-scripts-branch: "k8s-satis" |
64 | 67 | send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} |
65 | 68 | job-count: 4 |
66 | 69 | multirepository: true |
|
0 commit comments