Skip to content

Commit d52932e

Browse files
committed
Update 7.x jobs
1 parent 0bb691f commit d52932e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.ci/jobs/elastic+elasticsearch-rs+7.10.yml renamed to .ci/jobs/elastic+elasticsearch-rs+7.14.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-rs+7.10
4-
display-name: 'elastic / elasticsearch-rs # 7.10'
5-
description: Testing the elasticsearch-rs 7.10 branch.
3+
name: elastic+elasticsearch-rs+7.14
4+
display-name: 'elastic / elasticsearch-rs # 7.14'
5+
description: Testing the elasticsearch-rs 7.14 branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/7.10
10+
default: refs/heads/7.14
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github

.ci/jobs/elastic+elasticsearch-rs+7.11.yml renamed to .ci/jobs/elastic+elasticsearch-rs+7.15.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-rs+7.11
4-
display-name: 'elastic / elasticsearch-rs # 7.11'
5-
description: Testing the elasticsearch-rs 7.11 branch.
3+
name: elastic+elasticsearch-rs+7.15
4+
display-name: 'elastic / elasticsearch-rs # 7.15'
5+
description: Testing the elasticsearch-rs 7.15 branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/7.11
10+
default: refs/heads/7.15
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github

0 commit comments

Comments
 (0)