-
Notifications
You must be signed in to change notification settings - Fork 268
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
Enable autobaselining only for rust - core
#2189
base: main
Are you sure you want to change the base?
Conversation
eng/pipelines/templates/jobs/ci.yml
Outdated
paths: | ||
- "/*" | ||
- ${{ else }}: | ||
- checkout: self |
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.
As we chatted I don't think this should be needed.
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.
I'm still unsure. SDL Baselining does require the github token and sparse checkout doesn't set the variable
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.
None of the other repos need to by-pass sparse-checkout so you shouldn't need to either. If we need to do it for this support we should do it consistently.
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.
Meaning we should have the other repos do it to or that we should always using native checkout here?
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.
No we should always do the sparse-checkout.
34f3f88
to
203625b
Compare
No description provided.