From 25d9afbc0b9b69f6e433eeb34e529fea96f6ba41 Mon Sep 17 00:00:00 2001 From: delvedor Date: Thu, 24 Feb 2022 16:06:02 +0100 Subject: [PATCH] Remove old jobs --- .ci/jobs/elastic+elasticsearch-js+5.x.yml | 15 --------------- .ci/jobs/elastic+elasticsearch-js+6.x.yml | 15 --------------- .ci/jobs/elastic+elasticsearch-js+7.16.yml | 15 --------------- 3 files changed, 45 deletions(-) delete mode 100644 .ci/jobs/elastic+elasticsearch-js+5.x.yml delete mode 100644 .ci/jobs/elastic+elasticsearch-js+6.x.yml delete mode 100644 .ci/jobs/elastic+elasticsearch-js+7.16.yml diff --git a/.ci/jobs/elastic+elasticsearch-js+5.x.yml b/.ci/jobs/elastic+elasticsearch-js+5.x.yml deleted file mode 100644 index a2f6e51f9..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+5.x.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- job: - name: elastic+elasticsearch-js+5.x - display-name: 'elastic / elasticsearch-js # 5.x' - description: Testing the elasticsearch-js 5.x branch. - junit_results: "*-junit.xml" - parameters: - - string: - name: branch_specifier - default: refs/heads/5.x - description: the Git branch specifier to build (<branchName>, <tagName>, - <commitId>, etc.) - triggers: - - github - - timed: '@weekly' diff --git a/.ci/jobs/elastic+elasticsearch-js+6.x.yml b/.ci/jobs/elastic+elasticsearch-js+6.x.yml deleted file mode 100644 index 014018042..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+6.x.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- job: - name: elastic+elasticsearch-js+6.x - display-name: 'elastic / elasticsearch-js # 6.x' - description: Testing the elasticsearch-js 6.x branch. - junit_results: "*-junit.xml" - parameters: - - string: - name: branch_specifier - default: refs/heads/6.x - description: the Git branch specifier to build (<branchName>, <tagName>, - <commitId>, etc.) - triggers: - - github - - timed: 'H */12 * * *' diff --git a/.ci/jobs/elastic+elasticsearch-js+7.16.yml b/.ci/jobs/elastic+elasticsearch-js+7.16.yml deleted file mode 100644 index c2a4ffe70..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+7.16.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- job: - name: elastic+elasticsearch-js+7.16 - display-name: 'elastic / elasticsearch-js # 7.16' - description: Testing the elasticsearch-js 7.16 branch. - junit_results: "*-junit.xml" - parameters: - - string: - name: branch_specifier - default: refs/heads/7.16 - description: the Git branch specifier to build (<branchName>, <tagName>, - <commitId>, etc.) - triggers: - - github - - timed: 'H */12 * * *'