Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 57 additions & 1 deletion tests/ci_visibility/suitespec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,26 @@ suites:
runner: riot
snapshot: true
pytest:
venvs_per_job: 1
venvs_per_job: 2
paths:
- '@bootstrap'
- '@core'
- '@contrib'
- '@tracing'
- '@pytest'
- '@ci_visibility'
- '@coverage'
- '@coverage_utils'
- '@codeowners'
- '@testing'
- tests/contrib/pytest/*
- tests/contrib/internal/coverage/*
- tests/snapshots/tests.contrib.pytest.*
runner: riot
snapshot: true
pattern: 'pytest$'
pytest_benchmark:
venvs_per_job: 3
paths:
- '@bootstrap'
- '@core'
Expand All @@ -60,12 +79,49 @@ suites:
- '@testing'
- tests/contrib/pytest/*
- tests/contrib/pytest_benchmark/*
- tests/contrib/internal/coverage/*
- tests/snapshots/tests.contrib.pytest.*
runner: riot
snapshot: true
pytest_bdd:
venvs_per_job: 3
paths:
- '@bootstrap'
- '@core'
- '@contrib'
- '@tracing'
- '@pytest'
- '@ci_visibility'
- '@coverage'
- '@coverage_utils'
- '@codeowners'
- '@testing'
- tests/contrib/pytest/*
- tests/contrib/pytest_bdd/*
- tests/contrib/internal/coverage/*
- tests/snapshots/tests.contrib.pytest.*
runner: riot
snapshot: true
pytest_flaky:
venvs_per_job: 3
paths:
- '@bootstrap'
- '@core'
- '@contrib'
- '@tracing'
- '@pytest'
- '@ci_visibility'
- '@coverage'
- '@coverage_utils'
- '@codeowners'
- '@testing'
- tests/contrib/pytest/*
- tests/contrib/pytest_flaky/*
- tests/contrib/internal/coverage/*
- tests/snapshots/tests.contrib.pytest.*
runner: riot
snapshot: true
pattern: 'pytest:flaky'
testing:
venvs_per_job: 1
paths:
Expand Down