Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ targets:
recipe: engine/engine_lint
properties:
add_recipes_cq: "true"
cores: "12"

@jmagman jmagman Apr 14, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The arm bots have 8 cores but should still be pretty fast.

cpu: arm64
lint_host: "true"
lint_ios: "false"
timeout: 75
Expand All @@ -405,6 +405,7 @@ targets:
recipe: engine/engine_lint
properties:
add_recipes_cq: "true"
cpu: arm64
lint_host: "false"
lint_ios: "true"
timeout: 75
Expand Down