summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/libvirt/shippable.yml
blob: c0b5154b3a94a5fb5f5ef46db2327a538c183e17 (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
language: python

env:
  matrix:
    - T=none

matrix:
  exclude:
    - env: T=none
  include:
    - env: T=sanity/1
    - env: T=sanity/2
    - env: T=sanity/3
    - env: T=sanity/4
    - env: T=sanity/5

    - env: T=units/2.6/1
    - env: T=units/2.7/1
    - env: T=units/3.5/1
    - env: T=units/3.6/1
    - env: T=units/3.7/1
    - env: T=units/3.8/1
    - env: T=units/3.9/1

#   - env: T=aix/7.2/1
#   - env: T=osx/10.11/1
    - env: T=rhel/7.8/1
    - env: T=rhel/8.2/1
    - env: T=freebsd/11.1/1
    - env: T=freebsd/12.1/1
    - env: T=linux/centos6/1
    - env: T=linux/centos7/1
    - env: T=linux/centos8/1
    - env: T=linux/fedora31/1
    - env: T=linux/fedora32/1
    - env: T=linux/opensuse15py2/1
    - env: T=linux/opensuse15/1
    - env: T=linux/ubuntu1604/1
    - env: T=linux/ubuntu1804/1


branches:
  except:
    - "*-patch-*"
    - "revert-*-*"

build:
  ci:
    - tests/utils/shippable/timing.sh tests/utils/shippable/shippable.sh $T

integrations:
  notifications:
    - integrationName: email
      type: email
      on_success: never
      on_failure: never
      on_start: never
      on_pull_request: never