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
Support buildkite CICD and restructure smoke tests #4396
Support buildkite CICD and restructure smoke tests #4396
Changes from 63 commits
468409c
7191844
5cbebeb
6f68409
1f67691
eacc23f
be7964e
9712505
c464005
03485cb
c054edf
8675df3
7e7c055
f631cd3
d822c4b
9d8194e
41dfbee
6a13540
d83647f
573e83e
e32f1df
1202d1a
87d7f12
9abd4d4
e0a4c9f
58090a3
88b396f
9405b44
5a2409f
e11a7d1
ec13656
8a65150
41bac9b
fd46f09
dc71b72
e68430b
d2ab7ba
d2a065e
ab6a311
2ada082
a39c055
9e14168
a2b0415
1d577cf
e764192
a63a8c9
7f75f9f
64f9282
543ced4
2cff4bd
19fc691
115af30
0c7bfd5
b14a655
f4a1b36
60c9290
b22afff
def4eb7
bef1cf1
60c5c97
cd64c4c
cd4d6e1
7db0579
4428c90
e6c7577
ce550e7
e389780
74b2d6e
595c043
f29637f
010f4af
8d5d023
0bd7d04
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.
The
format.sh
script limits files to this range, but.github/workflows/format.yml
does not. Remove the limitation in.pre-commit-config.yaml
to ensure consistency with the final result (.github/workflows/format.yml
).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.
If we don't add this flag,
pre-commit
does nothing for yapf. Now it should be fine.