Skip to content

Commit c4d8086

Browse files
pb8oalxiord
authored andcommitted
fix(ci): only run style in x86_64
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent c84f72b commit c4d8086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline_pr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ def group(group_name, command, agent_tags=None, priority=0, timeout=30):
5555
step_style = {
5656
"command": "./tools/devtool -y test -- ../tests/integration_tests/style/",
5757
"label": "🪶 Style",
58-
# no agent tags, it doesn't matter where this runs
58+
# we only install the required dependencies in x86_64
59+
"agents": ["platform=x86_64.metal"]
5960
}
6061

6162
build_grp = group(

0 commit comments

Comments
 (0)