-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add jobs for testing missing 8.x branches * Drop references to acceptance tests They were removed in 1a22745 * Add myself as a contributor :sunglasses: * Clean up shellcheck warnings
- Loading branch information
Showing
8 changed files
with
99 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- 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 * * *' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- 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 * * *' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- job: | ||
name: elastic+elasticsearch-js+8.5 | ||
display-name: 'elastic / elasticsearch-js # 8.5' | ||
description: Testing the elasticsearch-js 8.5 branch. | ||
junit_results: "*-junit.xml" | ||
parameters: | ||
- string: | ||
name: branch_specifier | ||
default: refs/heads/8.5 | ||
description: the Git branch specifier to build (<branchName>, <tagName>, | ||
<commitId>, etc.) | ||
triggers: | ||
- github | ||
- timed: 'H */12 * * *' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- job: | ||
name: elastic+elasticsearch-js+8.6 | ||
display-name: 'elastic / elasticsearch-js # 8.6' | ||
description: Testing the elasticsearch-js 8.6 branch. | ||
junit_results: "*-junit.xml" | ||
parameters: | ||
- string: | ||
name: branch_specifier | ||
default: refs/heads/8.6 | ||
description: the Git branch specifier to build (<branchName>, <tagName>, | ||
<commitId>, etc.) | ||
triggers: | ||
- github | ||
- timed: 'H */12 * * *' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- job: | ||
name: elastic+elasticsearch-js+8.7 | ||
display-name: 'elastic / elasticsearch-js # 8.7' | ||
description: Testing the elasticsearch-js 8.7 branch. | ||
junit_results: "*-junit.xml" | ||
parameters: | ||
- string: | ||
name: branch_specifier | ||
default: refs/heads/8.7 | ||
description: the Git branch specifier to build (<branchName>, <tagName>, | ||
<commitId>, etc.) | ||
triggers: | ||
- github | ||
- timed: 'H */12 * * *' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters