diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index e9e8b1b..461a9d0 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -34,6 +34,7 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:7.4-node18" timeout: 120 + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit regression-experience-setup2: name: "PHP 8.0/Node 20/MySQL 8.0/Compatibility layer/Elastic 8" @@ -50,6 +51,7 @@ jobs: job-count: 4 timeout: 120 php-image: "ghcr.io/ibexa/docker/php:8.0-node20" + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit regression-experience-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Valkey latest" @@ -66,6 +68,7 @@ jobs: job-count: 4 timeout: 120 php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit page-builder-matchers-1: name: "Map\\Host matcher tests/PostgreSQL 14.15/Solr 7/Valkey latest" @@ -78,6 +81,7 @@ jobs: test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/solr7.yml:doc/docker/multihost.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit page-builder-matchers-2: name: "Map\\URI matcher tests/MariaDB 11.4/Solr 9/Redis latest" @@ -90,6 +94,7 @@ jobs: test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/solr9.yml:doc/docker/redis-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit page-builder-matchers-3: name: "URIElement matcher tests/MariaDB 10.11/Elastic 7/Redis 5.0" @@ -102,6 +107,7 @@ jobs: test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/elastic.yml:doc/docker/redis5.0.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit page-builder-matchers-4: name: "Compound matcher tests/MariaDB 10.11/Redis 4.0" @@ -114,6 +120,7 @@ jobs: test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/multihost.yml:doc/docker/redis4.0.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit site-factory-regressions: name: "Site Factory tests/PHP 8.4/Node 22/PostgreSQL 18.0" @@ -127,4 +134,5 @@ jobs: test-setup-phase-2: '--mode=standard --profile=siteFactory --suite=create' send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + ci-scripts-branch: 'ibx-11717-fix-audit-ignore-for-twig' secrets: inherit