Skip to content

Commit

Permalink
chore: set correct warming queue (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 26, 2024
1 parent 3323d2d commit bb18a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ tasks:
always_deliver: true
branches:
- main
- warming:
queue: bazel-lib-warming
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ jobs:
ASPECT_WORKFLOWS_CONFIG: .aspect/workflows/config.yaml
XDG_CACHE_HOME: /mnt/ephemeral/caches
machine: true
resource_class: aspect-build/bazel-lib-small-warming
resource_class: aspect-build/bazel-lib-warming
steps:
- run:
command: /etc/aspect/workflows/bin/configure_workflows_env
Expand Down

0 comments on commit bb18a47

Please sign in to comment.