Skip to content

acceptance-tests-secondary-parallel #5848

acceptance-tests-secondary-parallel

acceptance-tests-secondary-parallel #5848

name: acceptance-tests-secondary-parallel
on:
pull_request:
types:
- opened
- reopened
- synchronize
schedule:
- cron: '0 */12 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
acceptance-tests-secondary-parallel:
uses: ./.github/workflows/acceptance_tests_common.yml
strategy:
fail-fast: false
matrix:
set: ['1', '2', '3', '4', '5']
with:
secondary_tests: "19_run_secondary_parallelizable_tests_subset.sh ${{ matrix.set }}"
server_id: "secondary_parallel_${{ matrix.set }}"