mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-05 19:18:02 +02:00
gitlab CI: make the container-clean dependent on container-prep
This is a test commit only to speed things up when testing the container-clean phase. In the real instance, we don't want to remove our containers until the test suite successfully completes on the new container. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
18ef5f76e0
commit
1b1b446597
2 changed files with 11 additions and 0 deletions
|
|
@ -413,60 +413,70 @@ fedora:30@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .fedora:30
|
- .fedora:30
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["fedora:30@container-prep"]
|
||||||
|
|
||||||
### fedora 31
|
### fedora 31
|
||||||
fedora:31@container-clean:
|
fedora:31@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .fedora:31
|
- .fedora:31
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["fedora:31@container-prep"]
|
||||||
|
|
||||||
### ubuntu 19.10
|
### ubuntu 19.10
|
||||||
ubuntu:19.10@container-clean:
|
ubuntu:19.10@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .ubuntu:19.10
|
- .ubuntu:19.10
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["ubuntu:19.10@container-prep"]
|
||||||
|
|
||||||
### ubuntu 19.04
|
### ubuntu 19.04
|
||||||
ubuntu:19.04@container-clean:
|
ubuntu:19.04@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .ubuntu:19.04
|
- .ubuntu:19.04
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["ubuntu:19.04@container-prep"]
|
||||||
|
|
||||||
### debian stable
|
### debian stable
|
||||||
debian:stable@container-clean:
|
debian:stable@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .debian:stable
|
- .debian:stable
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["debian:stable@container-prep"]
|
||||||
|
|
||||||
### debian sid
|
### debian sid
|
||||||
debian:sid@container-clean:
|
debian:sid@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .debian:sid
|
- .debian:sid
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["debian:sid@container-prep"]
|
||||||
|
|
||||||
### centos 7
|
### centos 7
|
||||||
centos:7@container-clean:
|
centos:7@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .centos:7
|
- .centos:7
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["centos:7@container-prep"]
|
||||||
|
|
||||||
### centos 8
|
### centos 8
|
||||||
centos:8@container-clean:
|
centos:8@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .centos:8
|
- .centos:8
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["centos:8@container-prep"]
|
||||||
|
|
||||||
### arch rolling
|
### arch rolling
|
||||||
arch:rolling@container-clean:
|
arch:rolling@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .arch:rolling
|
- .arch:rolling
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["arch:rolling@container-prep"]
|
||||||
|
|
||||||
### alpine latest
|
### alpine latest
|
||||||
alpine:latest@container-clean:
|
alpine:latest@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .alpine:latest
|
- .alpine:latest
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["alpine:latest@container-prep"]
|
||||||
|
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
|
||||||
|
|
@ -231,6 +231,7 @@ fedora:31@qemu-prep:
|
||||||
extends:
|
extends:
|
||||||
- .{{ distro.name }}:{{ version }}
|
- .{{ distro.name }}:{{ version }}
|
||||||
- .container-clean
|
- .container-clean
|
||||||
|
needs: ["{{distro.name}}:{{version}}@container-prep"]
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue