From f4c58a2fbb54c1e47903a782f539d3405ba97515 Mon Sep 17 00:00:00 2001 From: Philipp Wendler Date: Thu, 10 Oct 2024 15:56:17 +0200 Subject: [PATCH] Skip cgroupsv1 tests on intermediate Python versions for CI performance 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. --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c64c1d476..b416caa62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: