mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
build: use small low-cost Aspect Workflows runners for buildifier, gazelle & finalization steps (#59204)
This commit is contained in:
parent
2306a64ba5
commit
17cff22ecf
@ -17,8 +17,10 @@ env:
|
||||
tasks:
|
||||
# Checks that BUILD files are formatted
|
||||
buildifier:
|
||||
queue: aspect-small
|
||||
# Checks that BUILD file content is up-to-date with sources
|
||||
gazelle:
|
||||
queue: aspect-small
|
||||
target: //:configure
|
||||
fix_target: //:configure
|
||||
# Checks that all tests are passing
|
||||
@ -31,3 +33,5 @@ tasks:
|
||||
# evaluate Aspect Workflows it is ok
|
||||
# TODO(burmudar): Let this only run on main branch
|
||||
- //testing:codeintel_integration_test
|
||||
finalization:
|
||||
queue: aspect-small
|
||||
|
||||
Loading…
Reference in New Issue
Block a user