Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Ubuntu/23.10 Mantic Minotaur #9827

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ppa-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
GNUPGHOME: ${{ runner.temp }}/gnupg-data
PPA_TARGET_DISTS: focal jammy mantic noble
PPA_TARGET_DISTS: focal jammy noble
PPA_URL: ${{ steps.gen-source.outputs.ppa-url }}
run: |
mkdir -m700 $GNUPGHOME
Expand Down
10 changes: 0 additions & 10 deletions taskcluster/kinds/build/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ linux/jammy:
name: linux-jammy
type: build

linux/mantic:
description: "Linux Build (Ubuntu/Mantic)"
treeherder:
platform: linux/mantic
worker:
docker-image: {in-tree: linux-build-mantic}
add-index-routes:
name: linux-mantic
type: build

linux/noble:
description: "Linux Build (Ubuntu/Noble)"
treeherder:
Expand Down
5 changes: 0 additions & 5 deletions taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ tasks:
definition: linux-dpkg-build
args:
DOCKER_BASE_IMAGE: ubuntu:jammy
linux-build-mantic:
symbol: I(linux-mantic)
definition: linux-dpkg-build
args:
DOCKER_BASE_IMAGE: ubuntu:mantic
linux-build-noble:
symbol: I(linux-noble)
definition: linux-dpkg-build
Expand Down
Loading