Commit 84d2d91
authored
[ML] Fix CI analytics steps failing with exit code 127 (#3000)
The python:3-slim image lacks curl and git, which the Buildkite
agent environment hook requires. This caused the analyze_build_timings,
ingest_build_timings, and check_build_regression steps to fail with
exit code 127 ("command not found").
Made-with: Cursor1 parent e85af07 commit 84d2d91
File tree
3 files changed
+3
-3
lines changed- .buildkite/pipelines
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
0 commit comments