forked from ansible-collections/community.postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shippable.yml
60 lines (47 loc) · 1.18 KB
/
shippable.yml
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
language: python
env:
matrix:
- T=none
matrix:
exclude:
- env: T=none
include:
- env: T=devel/sanity/1
- env: T=devel/sanity/extra
- env: T=2.10/sanity/1
- env: T=2.9/sanity/1
- env: T=devel/units/1
- env: T=2.10/units/1
- env: T=2.9/units/1
- env: T=devel/rhel/7.8/1
- env: T=devel/rhel/8.2/1
- env: T=devel/freebsd/11.1/1
- env: T=devel/freebsd/12.1/1
- env: T=devel/linux/centos6/1
- env: T=devel/linux/centos7/1
#- env: T=devel/linux/centos8/1
- env: T=devel/linux/fedora33/1
#- env: T=devel/linux/fedora34/1
#- env: T=devel/linux/opensuse15py2/1
#- env: T=devel/linux/opensuse15/1
#- env: T=devel/linux/ubuntu1604/1
- env: T=devel/linux/ubuntu1804/1
- env: T=devel/linux/ubuntu2004/1
- env: T=2.10/rhel/8.2/1
- env: T=2.9/rhel/8.2/1
branches:
except:
- "*-patch-*"
- "revert-*-*"
- "patchback/backports/*"
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