-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into split-saved-search-plugin
- Loading branch information
Showing
3,375 changed files
with
92,889 additions
and
40,197 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
env: | ||
VERSION: ${BUILDKITE_COMMIT:0:12} | ||
EMERGENCY_RELEASE_REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/emergency.yaml | ||
|
||
steps: | ||
- label: ':label: Create tag' | ||
command: .buildkite/scripts/serverless/create_deploy_tag/create_fix_tag.sh | ||
if: build.branch =~ /^deploy-fix@.*\$/ | ||
|
||
- wait | ||
|
||
- label: ':argo: Emergency Release' | ||
if: build.branch =~ /^deploy-fix@.*\$/ | ||
trigger: gpctl-promote | ||
build: | ||
env: | ||
REMOTE_SERVICE_CONFIG: "${EMERGENCY_RELEASE_REMOTE_SERVICE_CONFIG}" | ||
SERVICE_COMMIT_HASH: "${VERSION}" |
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,14 @@ | ||
steps: | ||
- command: .buildkite/scripts/steps/fips/build.sh | ||
label: 'Build FIPS Image' | ||
agents: | ||
queue: n2-2-spot | ||
depends_on: | ||
- build | ||
- quick_checks | ||
timeout_in_minutes: 60 | ||
soft_fail: true | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 |
Oops, something went wrong.