Skip to content

Commit 45e45f2

Browse files
committed
Updated the .ci folder with elasticsearch-php
1 parent e766b5f commit 45e45f2

7 files changed

+14
-42
lines changed

.ci/jobs/defaults.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
numToKeep: 100
1515
properties:
1616
- github:
17-
url: https://github.com/elastic/elasticsearch-js/
17+
url: https://github.com/elastic/elasticsearch-php/
1818
- inject:
1919
properties-content: HOME=$JENKINS_HOME
2020
concurrent: true
@@ -23,10 +23,10 @@
2323
- git:
2424
name: origin
2525
credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba
26-
reference-repo: /var/lib/jenkins/.git-references/elasticsearch-js.git
26+
reference-repo: /var/lib/jenkins/.git-references/elasticsearch-php.git
2727
branches:
2828
- ${branch_specifier}
29-
url: https://github.com/elastic/elasticsearch-js.git
29+
url: https://github.com/elastic/elasticsearch-php.git
3030
wipe-workspace: 'True'
3131
triggers:
3232
- github
@@ -46,7 +46,7 @@
4646
- axis:
4747
type: yaml
4848
filename: .ci/test-matrix.yml
49-
name: NODE_JS_VERSION
49+
name: PHP_VERSION
5050
- axis:
5151
type: yaml
5252
filename: .ci/test-matrix.yml

.ci/jobs/elastic+elasticsearch-js+5.x.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+6.x.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+7.x.yml renamed to .ci/jobs/elastic+elasticsearch-php+7.x.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+7.x
4-
display-name: 'elastic / elasticsearch-js # 7.x'
5-
description: Testing the elasticsearch-js 7.x branch.
3+
name: elastic+elasticsearch-php+7.x
4+
display-name: 'elastic / elasticsearch-php # 7.x'
5+
description: Testing the elasticsearch-php 7.x branch.
66
parameters:
77
- string:
88
name: branch_specifier

.ci/jobs/elastic+elasticsearch-js+master.yml renamed to .ci/jobs/elastic+elasticsearch-php+master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+master
4-
display-name: 'elastic / elasticsearch-js # master'
5-
description: Testing the elasticsearch-js master branch.
3+
name: elastic+elasticsearch-php+master
4+
display-name: 'elastic / elasticsearch-php # master'
5+
description: Testing the elasticsearch-php master branch.
66
parameters:
77
- string:
88
name: branch_specifier

.ci/jobs/elastic+elasticsearch-js+pull-request.yml renamed to .ci/jobs/elastic+elasticsearch-php+pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+pull-request
4-
display-name: 'elastic / elasticsearch-js # pull-request'
5-
description: Testing of elasticsearch-js pull requests.
3+
name: elastic+elasticsearch-php+pull-request
4+
display-name: 'elastic / elasticsearch-php # pull-request'
5+
description: Testing of elasticsearch-php pull requests.
66
scm:
77
- git:
88
branches:

.ci/run-repository.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# STACK_VERSION -- version e.g Major.Minor.Patch(-Prelease)
55
# TEST_SUITE -- which test suite to run: oss or xpack
66
# ELASTICSEARCH_URL -- The url at which elasticsearch is reachable, a default is composed based on STACK_VERSION and TEST_SUITE
7-
# PHP_VERSION -- node js version (defined in test-matrix.yml, a default is hardcoded here)
7+
# PHP_VERSION -- PHP version (defined in test-matrix.yml, a default is hardcoded here)
88
script_path=$(dirname $(realpath -s $0))
99
source $script_path/functions/imports.sh
1010
set -euo pipefail

0 commit comments

Comments
 (0)