Skip to content

Commit

Permalink
Deprecate Ubuntu/23.10 Mantic Minotaur (#9827)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby authored Sep 3, 2024
1 parent 152f4a0 commit cee1543
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
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

0 comments on commit cee1543

Please sign in to comment.