Skip to content

Commit

Permalink
Skip cgroupsv1 tests on intermediate Python versions for CI performance
Browse files Browse the repository at this point in the history
It should be sufficient to run these tests only on the oldest and the
newest supported Python version, because it is unlikely that something
works for these two but fails for a version in the middle.
And we still run the tests for all Python versions on a cgroupsv2
system.
  • Loading branch information
PhilippWendler committed Oct 10, 2024
1 parent 9e81cc9 commit f4c58a2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,6 @@ tests:cgroupsv1:python-3.8:
variables:
PYTHON_VERSION: '3.8'

tests:cgroupsv1:python-3.9:
<<: *tests-cgroupsv1
variables:
PYTHON_VERSION: '3.9'

tests:cgroupsv1:python-3.10:
<<: *tests-cgroupsv1
variables:
PYTHON_VERSION: '3.10'

tests:cgroupsv1:python-3.11:
<<: *tests-cgroupsv1
variables:
PYTHON_VERSION: '3.11'

tests:cgroupsv1:python-3.12:
<<: *tests-cgroupsv1
variables:
PYTHON_VERSION: '3.12'

tests:cgroupsv1:python-3.13:
<<: *tests-cgroupsv1
variables:
Expand Down

0 comments on commit f4c58a2

Please sign in to comment.