Remove useless Jenkins job definitions on 7.x branch

This commit is contained in:
Seth Michael Larson
2021-02-24 11:59:06 -06:00
parent e55b208bfe
commit 41aad93ea2
5 changed files with 0 additions and 131 deletions
-76
View File
@@ -1,76 +0,0 @@
---
##### GLOBAL METADATA
- meta:
cluster: clients-ci
##### JOB DEFAULTS
- job:
project-type: matrix
logrotate:
daysToKeep: 30
numToKeep: 100
properties:
- github:
url: https://github.com/elastic/elasticsearch-py/
- inject:
properties-content: HOME=$JENKINS_HOME
concurrent: true
node: flyweight
scm:
- git:
name: origin
credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba
reference-repo: /var/lib/jenkins/.git-references/elasticsearch-py.git
branches:
- ${branch_specifier}
url: git@github.com:elastic/elasticsearch-py.git
wipe-workspace: 'True'
triggers:
- github
- timed: '@daily'
axes:
- axis:
type: slave
name: label
values:
- linux
- axis:
type: yaml
filename: .ci/test-matrix.yml
name: STACK_VERSION
- axis:
type: yaml
filename: .ci/test-matrix.yml
name: PYTHON_VERSION
- axis:
type: yaml
filename: .ci/test-matrix.yml
name: PYTHON_CONNECTION_CLASS
- axis:
type: yaml
filename: .ci/test-matrix.yml
name: TEST_SUITE
yaml-strategy:
exclude-key: exclude
filename: .ci/test-matrix.yml
wrappers:
- ansicolor
- timeout:
type: absolute
timeout: 120
fail: true
- timestamps
- workspace-cleanup
builders:
- shell: |-
#!/usr/local/bin/runbld
.ci/run-tests
publishers:
- email:
recipients: infra-root+build@elastic.co
- junit:
results: "junit/*-junit.xml"
allow-empty-results: true
-12
View File
@@ -1,12 +0,0 @@
---
- job:
name: elastic+elasticsearch-py+6.x
display-name: 'elastic / elasticsearch-py # 6.x'
description: Testing the elasticsearch-py 6.x branch.
junit_results: "junit/*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/6.x
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
-12
View File
@@ -1,12 +0,0 @@
---
- job:
name: elastic+elasticsearch-py+7.x
display-name: 'elastic / elasticsearch-py # 7.x'
description: Testing the elasticsearch-py 7.x branch.
junit_results: "junit/*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/7.x
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
@@ -1,12 +0,0 @@
---
- job:
name: elastic+elasticsearch-py+master
display-name: 'elastic / elasticsearch-py # master'
description: Testing the elasticsearch-py master branch.
junit_results: "junit/*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/master
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
@@ -1,19 +0,0 @@
---
- job:
name: elastic+elasticsearch-py+pull-request
display-name: 'elastic / elasticsearch-py # pull-request'
description: Testing of elasticsearch-py pull requests.
junit_results: "junit/*-junit.xml"
scm:
- git:
branches:
- ${ghprbActualCommit}
refspec: +refs/pull/*:refs/remotes/origin/pr/*
triggers:
- github-pull-request:
org-list:
- elastic
allow-whitelist-orgs-as-admins: true
github-hooks: true
status-context: clients-ci
cancel-builds-on-update: true