From 17cff22ecf691fa0c7f60dd64d93b18de949628b Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 22 Dec 2023 02:45:15 -0800 Subject: [PATCH] build: use small low-cost Aspect Workflows runners for buildifier, gazelle & finalization steps (#59204) --- .aspect/workflows/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index d3cf6abb768..e51a87c904d 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -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