mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-11 05:00:31 -07:00
34 lines
616 B
YAML
34 lines
616 B
YAML
language: python
|
|
|
|
env:
|
|
matrix:
|
|
- T=none
|
|
|
|
matrix:
|
|
exclude:
|
|
- env: T=none
|
|
include:
|
|
- env: T=devel/macos/10.15/1
|
|
- env: T=devel/macos/10.15/2
|
|
- env: T=devel/macos/10.15/3
|
|
- env: T=devel/macos/10.15/4
|
|
- env: T=devel/macos/10.15/5
|
|
|
|
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
|