-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable DRA for 8.14 on Buildkite (#39321)
This commit enables publishing of DRA artifacts via Buildkite on the `8.14` by switching the DRY_RUN default to `true. Additionally it backports the Jenkins changes brought in #39322 that actually disable the corresponding builds on Jenkins -- this is not really needed as Jenkins reads its configuration only from `main` but it's done for consistency. Relates: elastic/ingest-dev#3095, #39322
- Loading branch information
Showing
3 changed files
with
6 additions
and
20 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -9,4 +9,3 @@ repos: | |
hooks: | ||
- id: check-jenkins-pipelines | ||
files: ^(.ci/(.*\.groovy|Jenkinsfile)|Jenkinsfile)$ | ||
- id: check-jjbb |