diff --git a/.ci/jobs/elastic+elasticsearch-js+8.2.yml b/.ci/jobs/elastic+elasticsearch-js+8.2.yml deleted file mode 100644 index 2c389b017..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+8.2.yml +++ /dev/null @@ -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 * * *' diff --git a/.ci/jobs/elastic+elasticsearch-js+8.3.yml b/.ci/jobs/elastic+elasticsearch-js+8.3.yml deleted file mode 100644 index 43362fc3c..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+8.3.yml +++ /dev/null @@ -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 * * *' diff --git a/.ci/jobs/elastic+elasticsearch-js+8.4.yml b/.ci/jobs/elastic+elasticsearch-js+8.4.yml deleted file mode 100644 index aa83ef601..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+8.4.yml +++ /dev/null @@ -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 * * *' diff --git a/.ci/jobs/elastic+elasticsearch-js+8.1.yml b/.ci/jobs/elastic+elasticsearch-js+8.8.yml similarity index 61% rename from .ci/jobs/elastic+elasticsearch-js+8.1.yml rename to .ci/jobs/elastic+elasticsearch-js+8.8.yml index 61e86ad5a..786794f1f 100644 --- a/.ci/jobs/elastic+elasticsearch-js+8.1.yml +++ b/.ci/jobs/elastic+elasticsearch-js+8.8.yml @@ -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: