diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 0ae9648..24ba31b 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -19,96 +19,8 @@ on: pull_request: ~ jobs: - regression-experience-setup1: - name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main - with: - project-edition: "experience" - project-version: ${{ github.event.inputs.project-version }} - test-suite: "--profile=regression --suite=experience" - test-setup-phase-1: "--profile=regression --suite=setup-experience --tags=~@part2 --mode=standard" - test-setup-phase-2: "--profile=regression --suite=setup-experience --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" - send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} - job-count: 4 - multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.4-node18" - timeout: 120 - 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 }} - AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} - AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} - AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} - regression-experience-setup2: - name: "PHP 8.0/Node 18/MySQL/Compatibility layer/Elastic" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main - with: - project-edition: "experience" - project-version: ${{ github.event.inputs.project-version }} - test-suite: "--profile=regression --suite=experience" - test-setup-phase-1: "--profile=regression --suite=setup-experience --tags=~@part2 --mode=standard" - test-setup-phase-2: "--profile=regression --suite=setup-experience --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' }} - use-compatibility-layer: true - job-count: 4 - timeout: 120 - php-image: "ghcr.io/ibexa/docker/php:8.0-node18" - 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 }} - AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} - AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} - AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} - regression-experience-setup3: - name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Solr" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main - with: - project-edition: "experience" - project-version: ${{ github.event.inputs.project-version }} - test-suite: "--profile=regression --suite=experience" - test-setup-phase-1: "--profile=regression --suite=setup-experience --tags=~@part2 --mode=standard" - test-setup-phase-2: "--profile=regression --suite=setup-experience --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' }} - use-compatibility-layer: true - job-count: 4 - timeout: 120 - php-image: "ghcr.io/ibexa/docker/php:8.3-node18" - 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 }} - AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} - AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} - AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} - page-builder-matchers-1: - name: "Map\\Host matcher tests" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main - with: - project-edition: "experience" - project-version: ${{ github.event.inputs.project-version }} - test-suite: "--profile=browser --suite=page-builder" - test-setup-phase-1: "--mode=standard --profile=setup --suite=MapHost" - test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' - setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/selenium.yml" - send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} - 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 }} - AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} - AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} - AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} page-builder-matchers-2: - name: "Map\\URI matcher tests" + name: "Map\\URI matcher tests/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "experience" @@ -116,6 +28,7 @@ jobs: test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=MapURI" test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' + setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -126,7 +39,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} page-builder-matchers-3: - name: "URIElement matcher tests" + name: "URIElement matcher tests/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "experience" @@ -134,6 +47,7 @@ jobs: test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=URIElement" test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' + setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -144,7 +58,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} page-builder-matchers-4: - name: "Compound matcher tests" + name: "Compound matcher tests/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "experience" @@ -152,7 +66,7 @@ jobs: test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=CompoundMapURIMapHost" test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' - setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..dd08fd1 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-8957_Sitefactory_ESI_fragments_containing_links_are_losing_factory_matcher_path as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file