mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
ci: set timeouts - gazelle 5 min and buildifier to 2 min (#61757)
This commit is contained in:
parent
1d07a278bb
commit
8ff72b9db0
@ -11,11 +11,13 @@ tasks:
|
||||
# Checks that BUILD files are formatted
|
||||
- buildifier:
|
||||
queue: aspect-small
|
||||
timeout_in_minutes: 2
|
||||
# Checks that BUILD file content is up-to-date with sources
|
||||
- gazelle:
|
||||
queue: aspect-small
|
||||
target: //:configure
|
||||
fix_target: //:configure
|
||||
timeout_in_minutes: 5
|
||||
# Checks that all tests are passing
|
||||
- test:
|
||||
targets:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user