Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/elastic.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
job-count: 1
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
timeout: 120
timeout: 400
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand All @@ -73,10 +73,10 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/solr.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
job-count: 1
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
timeout: 120
timeout: 400
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand Down
65 changes: 65 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/product-catalog",
"package": "ibexa/product-catalog",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/personalization",
"package": "ibexa/personalization",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/form-builder",
"package": "ibexa/form-builder",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/corporate-account",
"package": "ibexa/corporate-account",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/user",
"package": "ibexa/user",
"shouldBeAddedAsVCS": false
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/tree-builder",
"package": "ibexa/tree-builder",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/scheduler",
"package": "ibexa/scheduler",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/page-builder",
"package": "ibexa/page-builder",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/fieldtype-page",
"package": "ibexa/fieldtype-page",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-IBX-8142 as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/admin-ui",
"package": "ibexa/admin-ui",
"shouldBeAddedAsVCS": false
}
]
}