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:
@@ -79,38 +79,6 @@ bases:
|
|||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
channel: "22.04"
|
channel: "22.04"
|
||||||
architectures: [arm64]
|
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:
|
- build-on:
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
channel: "23.10"
|
channel: "23.10"
|
||||||
|
16
osci.yaml
16
osci.yaml
@@ -6,24 +6,8 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- focal
|
- focal
|
||||||
- jammy
|
- jammy
|
||||||
# Lunar is set to optional due to issue with charmcraft when packing from Lunar
|
|
||||||
- lunar:
|
|
||||||
voting: false
|
|
||||||
- mantic:
|
|
||||||
voting: false
|
|
||||||
vars:
|
vars:
|
||||||
needs_charm_build: true
|
needs_charm_build: true
|
||||||
charm_build_name: magpie
|
charm_build_name: magpie
|
||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
charmcraft_channel: 2.x/edge
|
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'
|
|
||||||
|
Reference in New Issue
Block a user