mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-02-03 23:51:48 +00:00
Bootstrap Collection (#1)
* Bootstrap Collection * Basic common bootstrapping of repo * Correct Galaxy settings * Attempt to get Shippable working * correct directory * patch is part of ansible.posix (not community.general * tests/utils/shippable/ missing from ignore.txt * shippable/units.sh from a/a:devel * ignore.txt:patch * CI: Only use group1 for integration * Correct Repo URLs Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> * HACK: Install community.general * run integration tests first * Install community.general in correct location * deleted too much * Use Extended FQCN for community.general * Use temp-2.10-devel * Update tests/utils/shippable/sanity.sh Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
2fded0100e
commit
07f1a2e98e
33 changed files with 874 additions and 24 deletions
94
shippable.yml
Normal file
94
shippable.yml
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
language: python
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- T=none
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- env: T=none
|
||||
include:
|
||||
# FIXME Move integration tests after units
|
||||
- env: T=aix/7.2/1
|
||||
- env: T=osx/10.11/1
|
||||
- env: T=rhel/7.6/1
|
||||
- env: T=rhel/8.1/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/fedora30/1
|
||||
- env: T=linux/fedora31/1
|
||||
- env: T=linux/opensuse15py2/1
|
||||
- env: T=linux/opensuse15/1
|
||||
- env: T=linux/ubuntu1604/1
|
||||
- env: T=linux/ubuntu1804/1
|
||||
|
||||
- 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=units/2.6/2
|
||||
- env: T=units/2.7/2
|
||||
- env: T=units/3.5/2
|
||||
- env: T=units/3.6/2
|
||||
- env: T=units/3.7/2
|
||||
- env: T=units/3.8/2
|
||||
- env: T=units/3.9/2
|
||||
|
||||
- env: T=units/2.6/3
|
||||
- env: T=units/2.7/3
|
||||
- env: T=units/3.5/3
|
||||
- env: T=units/3.6/3
|
||||
- env: T=units/3.7/3
|
||||
- env: T=units/3.8/3
|
||||
- env: T=units/3.9/3
|
||||
|
||||
|
||||
- env: T=fallaxy/2.7/1
|
||||
- env: T=fallaxy/3.6/1
|
||||
|
||||
# - env: T=i/aix/7.2
|
||||
# - env: T=i/osx/10.11
|
||||
# - env: T=i/rhel/7.6
|
||||
# - env: T=i/rhel/8.1
|
||||
# - env: T=i/freebsd/11.1
|
||||
# - env: T=i/freebsd/12.1
|
||||
# - env: T=i/linux/centos6
|
||||
# - env: T=i/linux/centos7
|
||||
# - env: T=i/linux/centos8
|
||||
# - env: T=i/linux/fedora30
|
||||
# - env: T=i/linux/fedora31
|
||||
# - env: T=i/linux/opensuse15py2
|
||||
# - env: T=i/linux/opensuse15
|
||||
# - env: T=i/linux/ubuntu1604
|
||||
# - env: T=i/linux/ubuntu1804
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue