Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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] Pull requests migration to buildkite #3573
[CI] Pull requests migration to buildkite #3573
Changes from 51 commits
fba1cd5
0b6c3dc
6eb573a
31ece98
75711d3
c33a46d
d45138b
5d98e25
0d9b498
59b65bf
108a01a
d2ac348
8c5936c
4a1c285
43ebbed
6032209
ff83b14
49fe289
6e5c49d
59e0112
4f8a97e
aa64a97
dcaddb2
477422c
7fa1a5e
86d18a8
210bf64
2b633ea
61adfbd
fc5a39e
447c4e8
0ec623c
22583c9
8bcf6b2
542556e
a345b14
5f9c79c
750f0fc
a687804
53923a9
1dae269
0fd1194
81663ed
1ed495c
802597b
ee09aba
2f264ef
33f21f2
b5a72cd
609f062
f8b3127
ffc3991
c547d9a
12a1304
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Alternatively, all the unit-tests* could live in a different group e.g. called
unit-tests
and this and following steps in another group e.g.test-reports
using `depends_on: "unit-tests"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.
nit: if this is meant to be used for creating a collapsed section in the buildkite output shouldn't it have three dashes
---
as per https://buildkite.com/docs/pipelines/managing-log-output#collapsing-output?