mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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'
|
||||
limit: 3
|
||||
|
||||
- command: .buildkite/scripts/steps/check_types.sh
|
||||
label: 'Check Types'
|
||||
- command: .buildkite/scripts/steps/check_types_commits.sh
|
||||
label: 'Check Types Commit Diff'
|
||||
# TODO: Enable in #166813 after fixing types
|
||||
# - command: .buildkite/scripts/steps/check_types.sh
|
||||
# label: 'Check Types'
|
||||
agents:
|
||||
queue: n2-16-spot
|
||||
timeout_in_minutes: 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue