This commit fix the test job templates following #760. - add VERSION parameter for 7.x jobs - move axis to jobs templates
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
---
|
|
- job:
|
|
name: elastic+ansible-elasticsearch+master
|
|
display-name: elastic / ansible-elasticsearch - master
|
|
description: Master branch testing with test kitchen
|
|
parameters:
|
|
- string:
|
|
name: branch_specifier
|
|
default: master
|
|
description: the Git branch specifier to build (<branchName>, <tagName>,
|
|
<commitId>, etc.)
|
|
- 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
|
|
triggers:
|
|
- timed: H H(02-04) * * *
|
|
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
|
|
auth-token-credential-id: release-slack-integration-token
|