-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Change ci.yml -> sb-ci.yml #48953
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
Change ci.yml -> sb-ci.yml #48953
Conversation
This allows us to repoint the SB pipeline at this YAML file, meaning that we can manage triggers for UB, which uses ci.yml, via YAML files rather than the UI. Updated comments to reflect where this file will be used.
| - main | ||
| - release/* | ||
| - internal/release/* | ||
|
|
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.
Don't we also need to define a PR trigger for SB? e.g. for PR: ultralite build.
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 don't think so? The pipelines that use ci.yml are not running any PRs.
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.
It is possible we would want to test something e2e in the VMR for servicing.
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.
✅ Pipeline 'dotnet-source-build-lite' uses 'eng/pipelines/ci.yml'
✅ Pipeline 'dotnet-source-build' uses 'eng/pipelines/ci.yml'
✅ Pipeline 'dotnet-unified-build' uses 'eng/pipelines/ci.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.
And source-built-lite goes away, correct?
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.
You are right. I forgot we have a separate pr.yml.
This allows us to repoint the SB pipeline at this YAML file, meaning that we can manage triggers for UB, which uses ci.yml, via YAML files rather than the UI. Updated comments to reflect where this file will be used.