ci: set timeouts - gazelle 5 min and buildifier to 2 min (#61757)

This commit is contained in:
William Bezuidenhout 2024-04-10 16:03:32 +02:00 committed by GitHub
parent 1d07a278bb
commit 8ff72b9db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: