Skip to content

acceptance-tests-secondary-parallel #2137

acceptance-tests-secondary-parallel

acceptance-tests-secondary-parallel #2137

name: acceptance-tests-secondary-parallel
on:
pull_request:
paths:
- 'java/**'
- 'web/html/src/**'
- 'testsuite/**'
- '.github/workflows/acceptance_tests_secondary_parallel.yml'
- '.github/workflows/acceptance_tests_common.yml'
- '!java/*.changes*'
schedule:
- cron: '0 */2 * * *'
jobs:
test-uyuni:
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 }}"