Skip to content

Commit 653bd9f

Browse files
author
Release Manager
committed
gh-36282: CI: Remove ubuntu-kinetic (defunct) <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> This non-LTS release can no longer be tested. https://github.com/sagemath/sage/actions/runs/6207962004/job/16853655527 #step:8:60 ``` E: The repository 'http://security.ubuntu.com/ubuntu kinetic-security Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu kinetic-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu kinetic-backports Release' does not have a Release file. ``` <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36282 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik
2 parents 35c302f + 6abcf56 commit 653bd9f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/ci-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
# Only test systems with a usable system python (>= 3.9)
8383
tox_system_factors: >-
8484
["ubuntu-jammy",
85-
"ubuntu-kinetic",
8685
"ubuntu-lunar",
8786
"ubuntu-mantic",
8887
"debian-bullseye",

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
"ubuntu-bionic-gcc_8",
2222
"ubuntu-focal",
2323
"ubuntu-jammy",
24-
"ubuntu-kinetic",
2524
"ubuntu-lunar",
2625
"ubuntu-mantic",
2726
"debian-buster-gcc_spkg",

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ setenv =
220220
ubuntu-bionic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
221221
ubuntu-focal: BASE_TAG=focal
222222
ubuntu-jammy: BASE_TAG=jammy
223-
ubuntu-kinetic: BASE_TAG=kinetic
224-
ubuntu-kinetic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
225223
ubuntu-lunar: BASE_TAG=lunar
226224
ubuntu-lunar: IGNORE_MISSING_SYSTEM_PACKAGES=yes
227225
ubuntu-mantic: BASE_TAG=mantic

0 commit comments

Comments
 (0)