summaryrefslogtreecommitdiff
path: root/ci/manifest.yml
blob: c003f232b3d522ecf20e3ca86a4d1ffb51961db6 (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
projects:
  - libvirt-python
  - libvirt+dist

gitlab:
  namespace: libvirt
  project: libvirt-python

targets:

  centos-stream-8:
    projects:
      - libvirt-python
      - libvirt+minimal
      - libvirt+dist

    jobs:
      - arch: x86_64
      - arch: x86_64
        template: .native_git_build_job
        suffix: -git
        artifacts:
          expiry: 2 days
          paths:
            - scratch
            - build

  centos-stream-9: x86_64

  debian-10: x86_64

  debian-sid: x86_64

  fedora-36: x86_64

  fedora-37: x86_64

  fedora-rawhide: x86_64

  opensuse-leap-153:
    jobs:
      - arch: x86_64
        variables:
          RPM: skip

  opensuse-tumbleweed:
    jobs:
      - arch: x86_64
        variables:
          RPM: skip

  ubuntu-2004: x86_64

  ubuntu-2204: x86_64