-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
[CI] Fix broken pipeline #28781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Fix broken pipeline #28781
Conversation
Signed-off-by: Nick Hill <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request fixes a broken CI pipeline by replacing the ampersand character (&) with and in a step label within the .buildkite/test-pipeline.yaml file. The use of & can cause parsing issues in YAML, so this change is correct and necessary. The fix is straightforward and directly addresses the problem. The code looks good to merge.
ProExpertProg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, thanks!
Signed-off-by: Nick Hill <[email protected]> Signed-off-by: George D. Torres <[email protected]>
Signed-off-by: Nick Hill <[email protected]> Signed-off-by: Bram Wasti <[email protected]>
Signed-off-by: Nick Hill <[email protected]>
Signed-off-by: Nick Hill <[email protected]>
Signed-off-by: Nick Hill <[email protected]>
Signed-off-by: Nick Hill <[email protected]> Signed-off-by: Xingyu Liu <[email protected]>
Signed-off-by: Nick Hill <[email protected]>
Build broken by #27126 due to
&in buildkite pipeline step name.Not sure why this wasn't hit in the CI which ran on the PR.