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 (#100630) (#101004)

(cherry picked from commit b280a63)
  • Loading branch information
brianseeders committed Oct 17, 2023
1 parent 468bef1 commit 23db6a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 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 @@ -18,7 +19,7 @@
- "ubuntu-1804-aarch64&&immutable"
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
scm:
Expand Down Expand Up @@ -35,7 +36,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,12 +26,12 @@
type: user-defined
name: GRADLE_TASK
values:
- 'checkPart1'
- 'checkPart2'
- 'bwcTestSnapshots'
- "checkPart1"
- "checkPart2"
- "bwcTestSnapshots"
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 23db6a8

Please sign in to comment.