Skip to content

Commit

Permalink
[CI] Disable jenkins platform-support jobs, and re-enable all Buildki…
Browse files Browse the repository at this point in the history
…te periodic pipelines (elastic#100630)

(cherry picked from commit b280a63)
  • Loading branch information
brianseeders committed Oct 17, 2023
1 parent 3205c39 commit ba36bce
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm
display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility"
description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
child-workspace: "/dev/shm/elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm"
project-type: matrix
node: master
Expand All @@ -20,14 +21,14 @@
type: user-defined
name: GRADLE_TASK
values:
- 'checkPart1'
- 'checkPart2'
- 'checkPart3'
- 'bwcTestSnapshots'
- 'checkRestCompat'
- "checkPart1"
- "checkPart2"
- "checkPart3"
- "bwcTestSnapshots"
- "checkRestCompat"
builders:
- inject:
properties-file: '.ci/java-versions-aarch64.properties'
properties-file: ".ci/java-versions-aarch64.properties"
properties-content: |
COMPOSE_HTTP_TIMEOUT=120
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-unix
display-name: "elastic / elasticsearch # %BRANCH% - unix compatibility"
description: "Elasticsearch %BRANCH% unix compatibility testing.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
project-type: matrix
node: master
child-workspace: "/var/lib/jenkins/workspace/elastic+elasticsearch+%BRANCH%+multijob+platform-support-unix"
Expand Down Expand Up @@ -34,7 +35,7 @@
- "almalinux-8&&immutable"
builders:
- inject:
properties-file: '.ci/java-versions.properties'
properties-file: ".ci/java-versions.properties"
properties-content: |
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
JAVA11_HOME=$HOME/.java/java11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-windows
display-name: "elastic / elasticsearch # %BRANCH% - windows compatibility"
description: "Elasticsearch %BRANCH% Windows compatibility testing.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
project-type: matrix
node: master
# Use a hard-coded workspace directory to avoid hitting file path limits with auto-generated workspace path
Expand All @@ -25,14 +26,14 @@
type: user-defined
name: GRADLE_TASK
values:
- 'checkPart1'
- 'checkPart2'
- 'checkPart3'
- 'bwcTestSnapshots'
- 'checkRestCompat'
- "checkPart1"
- "checkPart2"
- "checkPart3"
- "bwcTestSnapshots"
- "checkRestCompat"
builders:
- inject:
properties-file: '.ci/java-versions.properties'
properties-file: ".ci/java-versions.properties"
properties-content: |
JAVA_HOME=$USERPROFILE\\.java\\$ES_BUILD_JAVA
JAVA11_HOME=$USERPROFILE\\.java\\java11
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+periodic+platform-support
display-name: "elastic / elasticsearch # %BRANCH% - platform support"
description: "Testing of the Elasticsearch %BRANCH% branch platform support tests.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
project-type: multijob
node: master
vault: []
Expand Down

0 comments on commit ba36bce

Please sign in to comment.