summaryrefslogtreecommitdiff
path: root/ci/gitlab/containers.yml
blob: a9661d6641de1d74210ba98f47a2c9c0a03c117d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# THIS FILE WAS AUTO-GENERATED
#
#  $ lcitool manifest ci/manifest.yml
#
# https://gitlab.com/libvirt/libvirt-ci


# Native container jobs

x86_64-centos-stream-8-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: centos-stream-8


x86_64-centos-stream-9-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: centos-stream-9


x86_64-debian-10-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: debian-10


x86_64-debian-sid-container:
  extends: .container_job
  allow_failure: true
  variables:
    NAME: debian-sid


x86_64-fedora-37-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: fedora-37


x86_64-fedora-38-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: fedora-38


x86_64-fedora-rawhide-container:
  extends: .container_job
  allow_failure: true
  variables:
    NAME: fedora-rawhide


x86_64-opensuse-leap-15-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: opensuse-leap-15


x86_64-opensuse-tumbleweed-container:
  extends: .container_job
  allow_failure: true
  variables:
    NAME: opensuse-tumbleweed


x86_64-ubuntu-2004-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: ubuntu-2004


x86_64-ubuntu-2204-container:
  extends: .container_job
  allow_failure: false
  variables:
    NAME: ubuntu-2204