-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Pass along PGO type and use it in artifacts names #48171
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
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
| - windows_x64 | ||
| jobParameters: | ||
| testGroup: innerloop | ||
| pgoType: 'PGO' |
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.
do we expect different PGO types or why didn't you choose a bool?
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 couldn't figure out a good way in YAML to turn a bool into a string, and didn't want to repeat a conditional in the build where I change the name of jobs to include "PGO". If you have a better way I'd love to use it. I couldn't find any support for something like if(pgoInstrument, 'PGO', '') in YAML.
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.
ah I see. Unfortunately there is no way in YAML to do that. So let's keep it as is.
|
@safern @jkoritzinsky Anything else? |
|
@agocke if you haven't can you trigger an official build from this branch to make sure it is not broken? |
|
@safern How do I trigger a pipeline on the branch of a fork? Wouldn't it have to be on the runtime repo itself? |
|
You can push your branch to the internal repo and manually trigger a build for your branch. |
|
Tested this in the official build and it's all green. |
No description provided.