Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
7 changes: 5 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-10495-4.6'
project-edition: "headless"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=headless"
Expand All @@ -36,15 +37,16 @@ jobs:
timeout: 90
secrets: inherit
regression-headless-setup2:
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic/Valkey latest"
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-10495-4.6'
project-edition: "headless"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=headless"
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml"
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"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
php-image: "ghcr.io/ibexa/docker/php:8.0-node20"
Expand All @@ -55,6 +57,7 @@ jobs:
name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-10495-4.6'
project-edition: "headless"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=headless"
Expand Down
35 changes: 35 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"recipesEndpoint": "https://api.github.com/repos/micszo/recipes-dev/contents/index.json?ref=flex/pull-2",
"packages": [
{
"requirement": "dev-bump-dependencies as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/behat",
"package": "ibexa/behat",
"shouldBeAddedAsVCS": false
},
{
"requirement": "dev-ibx-10495-bump-guzzle as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/automated-translation",
"package": "ibexa/automated-translation",
"shouldBeAddedAsVCS": false
},
{
"requirement": "dev-ibx-10495-support-unsplash-client-3.2 as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/connector-unsplash",
"package": "ibexa/connector-unsplash",
"shouldBeAddedAsVCS": true
},
{
"requirement": "dev-ibx-10495-bump-ES-to-8 as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/oss",
"package": "ibexa/oss",
"shouldBeAddedAsVCS": false
},
{
"requirement": "dev-ibx-10495-4.6 as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/docker",
"package": "ibexa/docker",
"shouldBeAddedAsVCS": false
}
]
}
Loading