Skip to content

Commit 7a7b8ed

Browse files
ibexa-yunatischsoic
authored andcommitted
Switch to private non-skip-dev Satis server for CI tests
1 parent 561398a commit 7a7b8ed

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/browser-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ on:
2121
jobs:
2222
regression-commerce-setup1:
2323
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
2525
with:
2626
project-edition: "commerce"
2727
project-version: ${{ github.event.inputs.project-version }}
2828
test-suite: "--profile=regression --suite=commerce"
2929
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
3030
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
3131
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"
3233
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
3334
job-count: 4
3435
multirepository: true
@@ -37,14 +38,15 @@ jobs:
3738
secrets: inherit
3839
regression-commerce-setup2:
3940
name: "PHP 8.4/Node 22/MariaDB 11.4/Elastic 8/Valkey latest"
40-
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
41+
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis
4142
with:
4243
project-edition: "commerce"
4344
project-version: ${{ github.event.inputs.project-version }}
4445
test-suite: "--profile=regression --suite=commerce"
4546
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
4647
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
4748
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"
4850
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
4951
job-count: 4
5052
multirepository: true
@@ -53,14 +55,15 @@ jobs:
5355
secrets: inherit
5456
regression-commerce-setup3:
5557
name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest"
56-
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
58+
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis
5759
with:
5860
project-edition: "commerce"
5961
project-version: ${{ github.event.inputs.project-version }}
6062
test-suite: "--profile=regression --suite=commerce"
6163
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
6264
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
6365
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"
6467
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
6568
job-count: 4
6669
multirepository: true

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"repositories": [
99
{
1010
"type": "composer",
11-
"url": "https://updates.ibexa.co"
12-
},
13-
{
14-
"type": "vcs",
15-
"url": "https://github.com/ibexa/design-system-twig"
11+
"url": "https://satis.services.ibexa.co"
1612
}
1713
],
1814
"require": {

0 commit comments

Comments
 (0)