summaryrefslogtreecommitdiff
path: root/ci/integration.yml
blob: ecaa03fc3aaf3112fe57c0e2462f857d8f077ddf (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
include:
  - 'ci/integration-template.yml'

centos-stream-8-tests:
  extends: .integration_tests
  needs:
    - x86_64-centos-stream-8
    - project: libvirt/libvirt-perl
      job: x86_64-centos-stream-8
      ref: master
      artifacts: true
  variables:
    # needed by libvirt-gitlab-executor
    DISTRO: centos-stream-8
    # can be overridden in forks to set a different runner tag
    LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
  tags:
    - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG

centos-stream-9-tests:
  extends: .integration_tests
  needs:
    - x86_64-centos-stream-9
    - project: libvirt/libvirt-perl
      job: x86_64-centos-stream-9
      ref: master
      artifacts: true
  variables:
    # needed by libvirt-gitlab-executor
    DISTRO: centos-stream-9
    # can be overridden in forks to set a different runner tag
    LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
  tags:
    - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG

fedora-35-tests:
  extends: .integration_tests
  needs:
    - x86_64-fedora-35
    - project: libvirt/libvirt-perl
      job: x86_64-fedora-35
      ref: master
      artifacts: true
  variables:
    # needed by libvirt-gitlab-executor
    DISTRO: fedora-35
    # can be overridden in forks to set a different runner tag
    LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
  tags:
    - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG

fedora-35-upstream-qemu-tests:
  extends: .integration_tests_upstream_qemu
  needs:
    - x86_64-fedora-35
    - project: libvirt/libvirt-perl
      job: x86_64-fedora-35
      ref: master
      artifacts: true
  variables:
    # needed by libvirt-gitlab-executor
    DISTRO: fedora-35
    # can be overridden in forks to set a different runner tag
    LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
  tags:
    - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG