-
Notifications
You must be signed in to change notification settings - Fork 394
[release/10.0.3xx] Source code updates from dotnet/dotnet #9754
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
Closed
dotnet-maestro
wants to merge
11
commits into
release/10.0.3xx
from
darc-release/10.0.3xx-95c4fe45-7bdf-4be2-9a2a-bf5a9bc1b854
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
8d96eff
Update dependencies
dotnet-maestro[bot] 15eaf9f
Update dependencies
dotnet-maestro[bot] 7542fdd
Merge branch 'release/10.0.3xx' into darc-release/10.0.3xx-95c4fe45-7…
DonnaChen888 cc328d5
Update dependencies
dotnet-maestro[bot] fffdc02
Merge release/10.0.3xx into darc-release/10.0.3xx-95c4fe45-7bdf-4be2-…
dotnet-maestro[bot] 7a38381
Update dependencies
dotnet-maestro[bot] 64573c5
Merge branch 'release/10.0.3xx' into darc-release/10.0.3xx-95c4fe45-7…
DonnaChen888 6c21930
Merge branch 'release/10.0.3xx' into darc-release/10.0.3xx-95c4fe45-7…
DonnaChen888 bbbb2e6
Merge branch 'release/10.0.3xx' into darc-release/10.0.3xx-95c4fe45-7…
DonnaChen888 967e76a
Merge branch 'release/10.0.3xx' into darc-release/10.0.3xx-95c4fe45-7…
DonnaChen888 f23392e
Merge branch 'release/10.0.3xx' into darc-release/10.0.3xx-95c4fe45-7…
DonnaChen888 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
This will break the build. We need to wait until the Arcade version in the 10 version of Arcade properly flows to the VMR and then back into this PR. CC @MichaelSimons
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.
@MichaelSimons @MiYanni Has this happened? Can we merge this PR?
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.
Yeah, you cannot run
1es-mariner-2in CI currently (for this repo). There was a separate discussion on it, but Sean ended up hotfixing it here to fix the build: #9736But this change has occurred in Arcade at this point. But we cannot merge this PR reverting that hotfix or CI builds will immediately stop working. VMR needs the right Arcade version to flow to it so it can flow here, so this hotfix won't be reverted.
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.
Yeah, it is correct in release/10.0 for Arcade here: https://github.com/dotnet/arcade/blob/release/10.0/eng/common/core-templates/job/source-build.yml#L66
It has to be that value/version that flows to the VMR and then flows back 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.
@MichaelSimons we disabled source build in main. Can we do all 10+ branches as well?
I know we still need these for 8/9.
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.
@marcpopMSFT Why is it taking so long for Arcade 10 updates to flow into this PR? Is something wrong with the flow from Arcade 10 to VMR to templating? The change we need is over 3 weeks old...

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.
Trying darc trigger-subscriptions --id bbf9aa7e-217b-4275-99d1-5f23eb747967 --force to see if that helps.
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.
@premun even after a force on the subscription, no new flows came through. Is there a bug in maestro or is this PR out of sync somehow blocking the backflow?
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.
@marcpopMSFT I will have a look. Force-triggering should work. In the meantime, it's also possible to close this one and let a new one re-open (if there are no manual changes which I don't see here)
Uh oh!
There was an error while loading. Please reload this page.
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 problem seems to be that the
--forcedoes not override the block described in #9754 (comment). I logged dotnet/arcade-services#5908 and I would suggest closing here and re-triggering.