From 28f56835fe2d9ddc6b7a0b8d194b54b39d3a5b6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:17:26 -0500 Subject: [PATCH] [Backport 8.8] Add CI job for 8.8 branch (#1858) Co-authored-by: Josh Mock --- .ci/jobs/elastic+elasticsearch-js+8.2.yml | 15 --------------- .ci/jobs/elastic+elasticsearch-js+8.3.yml | 15 --------------- .ci/jobs/elastic+elasticsearch-js+8.4.yml | 15 --------------- ...s+8.1.yml => elastic+elasticsearch-js+8.8.yml} | 8 ++++---- 4 files changed, 4 insertions(+), 49 deletions(-) delete mode 100644 .ci/jobs/elastic+elasticsearch-js+8.2.yml delete mode 100644 .ci/jobs/elastic+elasticsearch-js+8.3.yml delete mode 100644 .ci/jobs/elastic+elasticsearch-js+8.4.yml rename .ci/jobs/{elastic+elasticsearch-js+8.1.yml => elastic+elasticsearch-js+8.8.yml} (61%) 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: