2019-03-18 14:46:14 -05:00
|
|
|
---
|
|
|
|
|
- job:
|
2021-10-18 11:38:17 -05:00
|
|
|
name: elastic+ansible-elasticsearch+main
|
|
|
|
|
display-name: elastic / ansible-elasticsearch - main
|
|
|
|
|
description: Main branch testing with test kitchen
|
2021-01-27 17:37:00 +01:00
|
|
|
parameters:
|
|
|
|
|
- string:
|
|
|
|
|
name: branch_specifier
|
2021-10-18 11:38:17 -05:00
|
|
|
default: main
|
2021-01-27 17:37:00 +01:00
|
|
|
description: the Git branch specifier to build (<branchName>, <tagName>,
|
|
|
|
|
<commitId>, etc.)
|
2021-01-27 19:30:00 +01:00
|
|
|
- string:
|
|
|
|
|
name: VERSION
|
|
|
|
|
default: 7.x
|
|
|
|
|
description: Elasticsearch major version
|
|
|
|
|
axes:
|
|
|
|
|
- axis:
|
|
|
|
|
type: slave
|
|
|
|
|
name: label
|
|
|
|
|
values:
|
|
|
|
|
- linux
|
|
|
|
|
- axis:
|
|
|
|
|
name: OS
|
|
|
|
|
filename: elasticsearch/test/matrix.yml
|
|
|
|
|
type: yaml
|
|
|
|
|
- axis:
|
|
|
|
|
name: TEST_TYPE
|
|
|
|
|
filename: elasticsearch/test/matrix.yml
|
|
|
|
|
type: yaml
|
2019-03-18 14:46:14 -05:00
|
|
|
triggers:
|
|
|
|
|
- timed: H H(02-04) * * *
|
2020-07-22 15:26:34 +02:00
|
|
|
publishers:
|
|
|
|
|
- slack:
|
|
|
|
|
notify-back-to-normal: True
|
|
|
|
|
notify-every-failure: True
|
|
|
|
|
room: infra-release-notify
|
|
|
|
|
team-domain: elastic
|
|
|
|
|
auth-token-id: release-slack-integration-token
|
2020-07-27 15:28:34 +02:00
|
|
|
auth-token-credential-id: release-slack-integration-token
|