Add CI job for 8.8 branch (#1857)

* Add CI automation for 8.8 branch

* Drop tests for old minor versions
This commit is contained in:
Josh Mock
2023-05-01 11:14:13 -05:00
committed by GitHub
parent 41cc5fa4dd
commit 583b80bdfa
4 changed files with 4 additions and 49 deletions

View File

@ -1,15 +0,0 @@
---
- job:
name: elastic+elasticsearch-js+8.2
display-name: 'elastic / elasticsearch-js # 8.2'
description: Testing the elasticsearch-js 8.2 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/8.2
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
- github
- timed: 'H */12 * * *'

View File

@ -1,15 +0,0 @@
---
- job:
name: elastic+elasticsearch-js+8.3
display-name: 'elastic / elasticsearch-js # 8.3'
description: Testing the elasticsearch-js 8.3 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/8.3
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
- github
- timed: 'H */12 * * *'

View File

@ -1,15 +0,0 @@
---
- job:
name: elastic+elasticsearch-js+8.4
display-name: 'elastic / elasticsearch-js # 8.3'
description: Testing the elasticsearch-js 8.4 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/8.4
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
- github
- timed: 'H */12 * * *'

View File

@ -1,13 +1,13 @@
---
- job:
name: elastic+elasticsearch-js+8.1
display-name: 'elastic / elasticsearch-js # 8.1'
description: Testing the elasticsearch-js 8.1 branch.
name: elastic+elasticsearch-js+8.8
display-name: 'elastic / elasticsearch-js # 8.8'
description: Testing the elasticsearch-js 8.8 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/8.1
default: refs/heads/8.8
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers: