Skip to content

Commit

Permalink
Test new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 6, 2023
1 parent 8c28482 commit fe028c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
regression-commerce-setup1:
name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@php8.2
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -34,14 +34,15 @@ jobs:
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.3-node14"
timeout: 120
ci-scripts-branch: add-php8.2-error-handler
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup2:
name: "PHP 7.4/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@php8.2
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -54,14 +55,15 @@ jobs:
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.4-node16"
timeout: 120
ci-scripts-branch: add-php8.2-error-handler
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup3:
name: "PHP 8.1/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
name: "PHP 8.2/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@php8.2
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -72,7 +74,8 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
ci-scripts-branch: add-php8.2-error-handler
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand Down
11 changes: 11 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-ibx-5827-string-interpolation as 1.3.x-dev",
"repositoryUrl": "https://github.com/ezsystems/ezplatform-kernel",
"package": "ezsystems/ezplatform-kernel",
"shouldBeAddedAsVCS": false
}
]
}

0 comments on commit fe028c5

Please sign in to comment.