mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: refresh with latest lcitool manifest
Main lcitool changes: - added Alpine 3.17 and 3.18 targets - dropped Alpine 3.15 and 3.16 Note that we're not actively testing all Alpine targets due to CI quota, so only 3.17 is used as a replacement for 3.15 in this patch. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
f26923fb2e
commit
adf67ca987
@ -60,6 +60,7 @@ function install_buildenv() {
|
||||
python3 \
|
||||
qemu-img \
|
||||
readline-dev \
|
||||
rpcgen \
|
||||
samurai \
|
||||
sed \
|
||||
util-linux-dev \
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci
|
||||
|
||||
FROM docker.io/library/alpine:3.15
|
||||
FROM docker.io/library/alpine:3.17
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
@ -61,6 +61,7 @@ RUN apk update && \
|
||||
python3 \
|
||||
qemu-img \
|
||||
readline-dev \
|
||||
rpcgen \
|
||||
samurai \
|
||||
sed \
|
||||
util-linux-dev \
|
@ -51,22 +51,22 @@ x86_64-almalinux-8-clang-local-env:
|
||||
RPM: skip
|
||||
|
||||
|
||||
x86_64-alpine-315-prebuilt-env:
|
||||
x86_64-alpine-317-prebuilt-env:
|
||||
extends: .native_build_job_prebuilt_env
|
||||
needs:
|
||||
- job: x86_64-alpine-315-container
|
||||
- job: x86_64-alpine-317-container
|
||||
optional: true
|
||||
allow_failure: false
|
||||
variables:
|
||||
NAME: alpine-315
|
||||
NAME: alpine-317
|
||||
|
||||
x86_64-alpine-315-local-env:
|
||||
x86_64-alpine-317-local-env:
|
||||
extends: .native_build_job_local_env
|
||||
needs: []
|
||||
allow_failure: false
|
||||
variables:
|
||||
IMAGE: docker.io/library/alpine:3.15
|
||||
NAME: alpine-315
|
||||
IMAGE: docker.io/library/alpine:3.17
|
||||
NAME: alpine-317
|
||||
|
||||
|
||||
x86_64-alpine-edge-prebuilt-env:
|
||||
|
@ -14,7 +14,7 @@
|
||||
# Note: never publish from merge requests since they have non-committed code
|
||||
#
|
||||
.container_job:
|
||||
image: docker:stable
|
||||
image: docker:latest
|
||||
stage: containers
|
||||
interruptible: false
|
||||
needs: []
|
||||
|
@ -14,11 +14,11 @@ x86_64-almalinux-8-container:
|
||||
NAME: almalinux-8
|
||||
|
||||
|
||||
x86_64-alpine-315-container:
|
||||
x86_64-alpine-317-container:
|
||||
extends: .container_job
|
||||
allow_failure: false
|
||||
variables:
|
||||
NAME: alpine-315
|
||||
NAME: alpine-317
|
||||
|
||||
|
||||
x86_64-alpine-edge-container:
|
||||
|
@ -19,7 +19,7 @@ targets:
|
||||
RPM: skip
|
||||
CC: clang
|
||||
|
||||
alpine-315: x86_64
|
||||
alpine-317: x86_64
|
||||
|
||||
alpine-edge:
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user