mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
add timeout value for baking period (#169617)
We run into a timeout problem where the agent was called in our current definition of the baking period. This adds the cap explicitly above the 24h
This commit is contained in:
parent
3e02648b63
commit
fac9a99d3d
3 changed files with 12 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
# A failure in this pipeline build will prevent further progression to the subsequent stage.
|
||||
|
||||
steps:
|
||||
- label: ":pipeline::kibana::seedling: Trigger SLO check"
|
||||
- label: ":kibana: SLO check"
|
||||
trigger: "serverless-quality-gates" # https://buildkite.com/elastic/serverless-quality-gates
|
||||
build:
|
||||
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-production.yaml)"
|
||||
|
@ -13,7 +13,7 @@ steps:
|
|||
CHECK_SLO_TAG: kibana
|
||||
soft_fail: true
|
||||
|
||||
- label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests"
|
||||
- label: ":rocket: control-plane e2e tests"
|
||||
if: build.env("ENVIRONMENT") == "production-canary"
|
||||
trigger: "ess-k8s-production-e2e-tests" # https://buildkite.com/elastic/ess-k8s-production-e2e-tests
|
||||
build:
|
||||
|
@ -25,3 +25,6 @@ steps:
|
|||
- label: ":cookie: 24h bake time before continuing promotion"
|
||||
if: build.env("ENVIRONMENT") == "production-canary"
|
||||
command: "sleep 86400"
|
||||
agents:
|
||||
# How long can this agent live for in minutes - 25 hours
|
||||
instanceMaxAge: 1500
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# A failure in this pipeline build will prevent further progression to the subsequent stage.
|
||||
|
||||
steps:
|
||||
- label: ":pipeline::kibana::seedling: Trigger Kibana Serverless Tests for ${ENVIRONMENT}"
|
||||
- label: ":kibana: Kibana Serverless Tests for ${ENVIRONMENT}"
|
||||
trigger: appex-qa-serverless-kibana-ftr-tests # https://buildkite.com/elastic/appex-qa-serverless-kibana-ftr-tests
|
||||
soft_fail: true # Remove this before release or when tests stabilize
|
||||
build:
|
||||
|
@ -12,8 +12,8 @@ steps:
|
|||
EC_ENV: qa
|
||||
EC_REGION: aws-eu-west-1
|
||||
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-qa.yaml)"
|
||||
|
||||
# TODO: Uncomment this code when the integration is ready.
|
||||
|
||||
# TODO: Uncomment this code when the integration is ready.
|
||||
# - label: ":pipeline::female-detective::seedling: Trigger Security Solution quality gate script"
|
||||
# trigger: security-serverless-quality-gate # https://buildkite.com/elastic/security-serverless-quality-gate
|
||||
# soft_fail: true # Remove this when tests are fixed
|
||||
|
@ -22,7 +22,7 @@ steps:
|
|||
# ENVIRONMENT: ${ENVIRONMENT}
|
||||
# message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-qa.yaml)"
|
||||
|
||||
- label: ":pipeline::ship::seedling: Trigger Fleet serverless smoke tests for ${ENVIRONMENT}"
|
||||
- label: ":ship: Fleet serverless smoke tests for ${ENVIRONMENT}"
|
||||
trigger: fleet-smoke-tests # https://buildkite.com/elastic/fleet-smoke-tests
|
||||
soft_fail: true # Remove this before release
|
||||
build:
|
||||
|
@ -30,7 +30,7 @@ steps:
|
|||
ENVIRONMENT: ${ENVIRONMENT}
|
||||
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-qa.yaml)"
|
||||
|
||||
- label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests"
|
||||
- label: ":rocket: control-plane e2e tests"
|
||||
trigger: "ess-k8s-qa-e2e-tests-daily" # https://buildkite.com/elastic/ess-k8s-qa-e2e-tests-daily
|
||||
build:
|
||||
env:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# A failure in this pipeline build will prevent further progression to the subsequent stage.
|
||||
|
||||
steps:
|
||||
- label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests"
|
||||
- label: ":rocket: control-plane e2e tests"
|
||||
trigger: "ess-k8s-staging-e2e-tests" # https://buildkite.com/elastic/ess-k8s-staging-e2e-tests
|
||||
build:
|
||||
env:
|
||||
|
@ -11,7 +11,7 @@ steps:
|
|||
NAME_PREFIX: ci_test_kibana-promotion_
|
||||
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-staging.yaml)"
|
||||
|
||||
- label: ":pipeline::kibana::seedling: Trigger Kibana Serverless Tests for ${ENVIRONMENT}"
|
||||
- label: ":kibana: Kibana Serverless Tests for ${ENVIRONMENT}"
|
||||
trigger: appex-qa-serverless-kibana-ftr-tests # https://buildkite.com/elastic/appex-qa-serverless-kibana-ftr-tests
|
||||
soft_fail: true # Remove this before release or when tests stabilize
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue