kibana/.buildkite
Stavros Kroustouris 2dd713c505
TLS-626 Trigger promote with e2e tests (#165334)
## Summary
This PR calls the pipeline introduced on
https://github.com/elastic/gpctl/pull/167 which calls the e2e tests
before updating serverless gitops.

The previous change which was introduced on the commits below, used
gpctl to update the image tags for kibana on the controller. This change
resulted in skipping the part where the e2e tests were being run 😬


bf148fb35f

3cfbf24190

The present PR fixes this, by using the new pipeline which includes the
e2e tests introduced on https://github.com/elastic/gpctl/pull/167
2023-09-01 15:02:38 +02:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipeline-utils [Build Kite][Code Coverage] Drop ftr_run_order.json (#151114) 2023-02-22 11:39:06 +00:00
pipelines reverse which config we call to keep locking working (#165351) 2023-08-31 15:55:10 -05:00
scripts TLS-626 Trigger promote with e2e tests (#165334) 2023-09-01 15:02:38 +02:00
.mocharc.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
.npmrc [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
disabled_jest_configs.json [Watcher] Re-enable jest tests (#162592) 2023-08-09 13:17:07 -04:00
ftr_configs.yml [Data Discovery] Run example plugin functional tests in Serverless (#163411) 2023-08-31 10:23:05 -03:00
package-lock.json Upgrade Node.js from v16.18.1 to v18.13.0 (#144012) 2023-01-17 21:04:23 +01:00
package.json Upgrade Node.js from v16.18.1 to v18.13.0 (#144012) 2023-01-17 21:04:23 +01:00
pull_requests.json Add temporary test pipeline for KME test (#157334) 2023-05-10 17:16:49 -04:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
tsconfig.json Implement package linter (#148496) 2023-01-09 16:49:29 -07:00
tsconfig.test.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00

Kibana / Buildkite

Directory Structure

  • hooks - special directory used by Buildkite agents for hooks
  • pipeline-utils - Shared TypeScript utils for use in pipeline scripts
  • pipelines - contains pipeline definitions
  • scripts/common - scripts that get sourced by other scripts to set environment variables or import shared functions
  • scripts/lifecycle - general scripts for tasks that run before or after individual steps or the entire build
  • scripts/steps - scripts that define something that will run for a step defined in a pipeline
  • scripts/* - all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not be sourced