diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/postgresql/shippable.yml')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/postgresql/shippable.yml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/postgresql/shippable.yml b/collections-debian-merged/ansible_collections/community/postgresql/shippable.yml new file mode 100644 index 00000000..72eb91e0 --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/postgresql/shippable.yml @@ -0,0 +1,59 @@ +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/fedora31/1 + - env: T=devel/linux/fedora32/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=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 |