mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[CI] Increase pipeline timeouts (#91587)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
f398244425
commit
b9bccf33aa
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ currentBuild.description = "ES: ${SNAPSHOT_VERSION}<br />Kibana: ${params.branch
|
||||||
|
|
||||||
def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-daily/${SNAPSHOT_VERSION}/archives/${SNAPSHOT_ID}/manifest.json"
|
def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-daily/${SNAPSHOT_VERSION}/archives/${SNAPSHOT_ID}/manifest.json"
|
||||||
|
|
||||||
kibanaPipeline(timeoutMinutes: 150) {
|
kibanaPipeline(timeoutMinutes: 210) {
|
||||||
catchErrors {
|
catchErrors {
|
||||||
slackNotifications.onFailure(
|
slackNotifications.onFailure(
|
||||||
title: "*<${env.BUILD_URL}|[${SNAPSHOT_VERSION}] ES Snapshot Verification Failure>*",
|
title: "*<${env.BUILD_URL}|[${SNAPSHOT_VERSION}] ES Snapshot Verification Failure>*",
|
||||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@
|
||||||
library 'kibana-pipeline-library'
|
library 'kibana-pipeline-library'
|
||||||
kibanaLibrary.load()
|
kibanaLibrary.load()
|
||||||
|
|
||||||
kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true, setCommitStatus: true) {
|
kibanaPipeline(timeoutMinutes: 210, checkPrChanges: true, setCommitStatus: true) {
|
||||||
slackNotifications.onFailure(disabled: !params.NOTIFY_ON_FAILURE) {
|
slackNotifications.onFailure(disabled: !params.NOTIFY_ON_FAILURE) {
|
||||||
githubPr.withDefaultPrComments {
|
githubPr.withDefaultPrComments {
|
||||||
ciStats.trackBuild {
|
ciStats.trackBuild {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue