mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Switch Check Types to Commit Diff for on merge pipeline (#167206)
## Summary After merging #167060, `Check Types` is going to fail in the on merge pipeline until all type errors are triaged. For now, lets use the commit diff type check.
This commit is contained in:
parent
5ede05f558
commit
307234384d
1 changed files with 5 additions and 2 deletions
|
@ -154,8 +154,11 @@ steps:
|
||||||
- exit_status: '-1'
|
- exit_status: '-1'
|
||||||
limit: 3
|
limit: 3
|
||||||
|
|
||||||
- command: .buildkite/scripts/steps/check_types.sh
|
- command: .buildkite/scripts/steps/check_types_commits.sh
|
||||||
label: 'Check Types'
|
label: 'Check Types Commit Diff'
|
||||||
|
# TODO: Enable in #166813 after fixing types
|
||||||
|
# - command: .buildkite/scripts/steps/check_types.sh
|
||||||
|
# label: 'Check Types'
|
||||||
agents:
|
agents:
|
||||||
queue: n2-16-spot
|
queue: n2-16-spot
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue