Remove lunar and mantic tests / remove lunar charm

lunar is EOL, and the mantic job definition attempts to shadow the
actual job definition in zosci.

Change-Id: I4932f4b49ea1c50ba7ff8c2fcf14a579f235cd7f
This commit is contained in:
Alex Kavanagh
2024-04-30 16:36:58 +01:00
parent 8b6ecb3ce3
commit 3f5e833adc
2 changed files with 0 additions and 48 deletions

View File

@@ -79,38 +79,6 @@ bases:
- name: ubuntu
channel: "22.04"
architectures: [arm64]
- build-on:
- name: ubuntu
channel: "23.04"
architectures: [amd64]
run-on:
- name: ubuntu
channel: "23.04"
architectures: [amd64]
- build-on:
- name: ubuntu
channel: "23.04"
architectures: [s390x]
run-on:
- name: ubuntu
channel: "23.04"
architectures: [s390x]
- build-on:
- name: ubuntu
channel: "23.04"
architectures: [ppc64el]
run-on:
- name: ubuntu
channel: "23.04"
architectures: [ppc64el]
- build-on:
- name: ubuntu
channel: "23.04"
architectures: [arm64]
run-on:
- name: ubuntu
channel: "23.04"
architectures: [arm64]
- build-on:
- name: ubuntu
channel: "23.10"

View File

@@ -6,24 +6,8 @@
jobs:
- focal
- jammy
# Lunar is set to optional due to issue with charmcraft when packing from Lunar
- lunar:
voting: false
- mantic:
voting: false
vars:
needs_charm_build: true
charm_build_name: magpie
build_type: charmcraft
charmcraft_channel: 2.x/edge
- job:
name: mantic
parent: func-target
dependencies:
- osci-lint
- name: tox-py310
soft: true
- charm-build
vars:
tox_extra_args: '-- mantic'