Skip to content

Commit 583b80b

Browse files
authored
Add CI job for 8.8 branch (#1857)
* Add CI automation for 8.8 branch * Drop tests for old minor versions
1 parent 41cc5fa commit 583b80b

File tree

4 files changed

+4
-49
lines changed

4 files changed

+4
-49
lines changed

.ci/jobs/elastic+elasticsearch-js+8.2.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+8.3.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+8.4.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+8.1.yml renamed to .ci/jobs/elastic+elasticsearch-js+8.8.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+8.1
4-
display-name: 'elastic / elasticsearch-js # 8.1'
5-
description: Testing the elasticsearch-js 8.1 branch.
3+
name: elastic+elasticsearch-js+8.8
4+
display-name: 'elastic / elasticsearch-js # 8.8'
5+
description: Testing the elasticsearch-js 8.8 branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/8.1
10+
default: refs/heads/8.8
1111
description: the Git branch specifier to build (<branchName>, <tagName>,
1212
<commitId>, etc.)
1313
triggers:

0 commit comments

Comments
 (0)