mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci/verify-es-serverless] Add annotation with command to run es image locally (#182579)
https://buildkite.com/elastic/kibana-elasticsearch-serverless-verify-and-promote/builds/1074#annotation-es-serverless-run
This commit is contained in:
parent
0c0cf0a8e0
commit
4982ead45c
2 changed files with 9 additions and 2 deletions
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
env:
|
||||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
ES_SERVERLESS_IMAGE: latest
|
||||
ES_SERVERLESS_IMAGE: docker.elastic.co/elasticsearch-ci/elasticsearch-serverless:latest
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
|
||||
allow_rebuilds: true
|
||||
|
|
|
@ -17,8 +17,15 @@ agents:
|
|||
steps:
|
||||
- label: "Annotate runtime parameters"
|
||||
command: |
|
||||
buildkite-agent annotate --context es-serverless-image --style info "ES Serverless image: $ES_SERVERLESS_IMAGE"
|
||||
buildkite-agent annotate --context kibana-commit --style info "Kibana build hash: $BUILDKITE_BRANCH / $BUILDKITE_COMMIT"
|
||||
cat << EOF | buildkite-agent annotate --context es-serverless-image --style info
|
||||
ES Serverless image: \`$ES_SERVERLESS_IMAGE\`
|
||||
|
||||
To run this locally:
|
||||
\`\`\`
|
||||
node scripts/es serverless --image $ES_SERVERLESS_IMAGE
|
||||
\`\`\`
|
||||
EOF
|
||||
|
||||
- group: "(:kibana: x :elastic:) Trigger Kibana Serverless suite"
|
||||
if: "build.env('SKIP_VERIFICATION') != '1' && build.env('SKIP_VERIFICATION') != 'true'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue