forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Disable periodic java-matrix, java-fips-matrix, and bwc jobs in …
…Jenkins (elastic#101234) (elastic#101242) (cherry picked from commit 6e6e85d)
- Loading branch information
1 parent
98d4539
commit a139eab
Showing
7 changed files
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+java-fips-matrix-trigger.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+java-matrix-trigger.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
- job: | ||
name: "{job-name}" | ||
display-name: "{job-display-name}" | ||
description: "This job has been migrated to Buildkite.\n" | ||
disabled: true | ||
project-type: matrix | ||
child-workspace: /dev/shm/{job-name} | ||
node: master | ||
scm: | ||
- git: | ||
wipe-workspace: false | ||
axes: | ||
- axis: | ||
type: slave | ||
name: nodes | ||
values: | ||
- "general-purpose" | ||
- axis: | ||
type: yaml | ||
filename: "{matrix-yaml-file}" | ||
name: "{matrix-variable}" | ||
builders: | ||
- inject: | ||
properties-file: ".ci/java-versions.properties" | ||
properties-content: | | ||
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA | ||
JAVA11_HOME=$HOME/.java/java11 | ||
JAVA16_HOME=$HOME/.java/openjdk16 | ||
- shell: | | ||
#!/usr/local/bin/runbld --redirect-stderr | ||
$WORKSPACE/.ci/scripts/run-gradle.sh {gradle-args} |