Update Jenkins jobs for 8.x and 7.x

This commit is contained in:
Seth Michael Larson 2021-12-01 14:01:48 -06:00
parent 5bc1a824a7
commit f98ebd4c29
No known key found for this signature in database
GPG Key ID: DDF21D915C2B615E
2 changed files with 16 additions and 3 deletions

14
.ci/jobs/elastic+eland+7.x.yml Executable file
View File

@ -0,0 +1,14 @@
---
- job:
name: elastic+eland+7.x
display-name: 'elastic / eland # 7.x'
description: Eland is a data science client with a Pandas-like interface
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/7.x
description: The Git branch specifier to build
triggers:
- github
- timed: '@daily'

View File

@ -1,16 +1,15 @@
---
ELASTICSEARCH_VERSION:
- 8.1.0-SNAPSHOT
- 8.0.0-SNAPSHOT
- 7.x-SNAPSHOT
- 7.14-SNAPSHOT
- 7.11-SNAPSHOT
PANDAS_VERSION:
- 1.2.0
- 1.3.0
PYTHON_VERSION:
- 3.10
- 3.9
- 3.8
- 3.7