-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[CI] Move faster beta build to default #252200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ffdb01d
0015eea
945233b
386db02
ea98db4
2a0616d
29a13bc
7c3735c
a52d0e3
63b8dd5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,4 @@ | ||
| steps: | ||
| - command: .buildkite/scripts/lifecycle/pre_build.sh | ||
| label: Pre-Build | ||
| timeout_in_minutes: 10 | ||
| id: pre_build | ||
| agents: | ||
| machineType: n2-standard-2 | ||
|
|
||
| - wait | ||
|
|
||
| - command: .buildkite/scripts/steps/store_cache.sh | ||
| label: Store Cache for build | ||
| timeout_in_minutes: 10 | ||
| id: store_cache | ||
| soft_fail: true | ||
| depends_on: | ||
| - terrazzo-initial-pipeline-upload | ||
| agents: | ||
| machineType: n2-standard-2 | ||
| diskSizeGb: 95 | ||
|
|
||
| - command: .buildkite/scripts/steps/build_kibana.sh | ||
| label: Build Kibana Distribution | ||
| agents: | ||
|
|
@@ -123,7 +103,38 @@ steps: | |
| - exit_status: '-1' | ||
| limit: 3 | ||
|
|
||
| - wait | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing the As a follow-up, I think we could do something like what I experimented with here. Start everything as soon as we can, but cancel e2e jobs if one of these early gates fail.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added all checks to be blocking again in 7c3735c. Runtime is about 90 min without preemption https://buildkite.com/elastic/kibana-pull-request/builds/392225/waterfall
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tylersmalley - you can find the original reasoning here: #241927 with Dario's estimations that these errors might increase the CI costs, but not significantly. Maybe we could have considered build termination on these failed checks? |
||
| - command: .buildkite/scripts/steps/test/pick_test_group_run_order.sh | ||
| label: 'Pick Test Group Run Order' | ||
| agents: | ||
| machineType: n2-standard-2 | ||
| diskSizeGb: 115 | ||
| timeout_in_minutes: 10 | ||
| env: | ||
| JEST_UNIT_SCRIPT: '.buildkite/scripts/steps/test/jest.sh' | ||
| JEST_INTEGRATION_SCRIPT: '.buildkite/scripts/steps/test/jest_integration.sh' | ||
| JEST_CONFIGS_DEPS: 'build,quick_checks,checks,linting,linting_with_types,check_oas_snapshot,check_types' | ||
| FTR_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/ftr_configs.sh' | ||
| FTR_CONFIGS_DEPS: 'build,quick_checks,checks,linting,linting_with_types,check_oas_snapshot,check_types' | ||
| retry: | ||
| automatic: | ||
| - exit_status: '*' | ||
| limit: 1 | ||
|
|
||
| - command: .buildkite/scripts/steps/test/scout_test_run_builder.sh | ||
| label: 'Scout Test Run Builder' | ||
| agents: | ||
| machineType: c3d-standard-8 | ||
| key: build_scout_tests | ||
| timeout_in_minutes: 20 | ||
| depends_on: | ||
| - build | ||
| env: | ||
| SCOUT_CONFIGS_DEPS: 'quick_checks,checks,linting,linting_with_types,check_oas_snapshot,check_types,build_scout_tests' | ||
| SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh' | ||
| retry: | ||
| automatic: | ||
| - exit_status: '*' | ||
| limit: 1 | ||
|
|
||
| - command: .buildkite/scripts/steps/ci_stats_ready.sh | ||
| label: Mark CI Stats as ready | ||
|
|
@@ -146,6 +157,13 @@ steps: | |
| spotZones: us-central1-f,us-central1-c,us-central1-a | ||
| diskSizeGb: 105 | ||
| key: build_api_docs | ||
| depends_on: | ||
| - build | ||
| - check_types | ||
| - linting | ||
| - linting_with_types | ||
| - quick_checks | ||
| - check_oas_snapshot | ||
| timeout_in_minutes: 90 | ||
| retry: | ||
| automatic: | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.