-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix failures in internal validation pipeline #123452
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0594311
Set up feed credentials for internal validation PR pipeline
jkoritzinsky 9ff47bd
Fix the open/internal split for runtime helix queues
jkoritzinsky 6bd5370
Hack around lack of a corresponding internal queue for Android
jkoritzinsky a1bbd20
Do a little cleanup
jkoritzinsky c9168e6
Use shared template for enabling internal sources
jkoritzinsky 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,31 +34,52 @@ jobs: | |
|
|
||
| # iOS Simulator/Mac Catalyst arm64 | ||
| - ${{ if in(parameters.platform, 'iossimulator_arm64', 'tvossimulator_arm64', 'maccatalyst_arm64') }}: | ||
| - OSX.15.Arm64.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - OSX.15.Arm64.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - OSX.15.Arm64 | ||
|
|
||
| # iOS/tvOS Simulator x64 & MacCatalyst x64 | ||
| - ${{ if in(parameters.platform, 'iossimulator_x64', 'tvossimulator_x64', 'maccatalyst_x64') }}: | ||
| - OSX.15.Amd64.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - OSX.15.Amd64.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - OSX.15.Amd64 | ||
|
|
||
| # Android arm64 | ||
| - ${{ if in(parameters.platform, 'android_arm64') }}: | ||
| - Windows.11.Amd64.Android.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - Windows.11.Amd64.Android.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - Windows.11.Amd64.Android | ||
|
|
||
| # Android x64 | ||
| - ${{ if in(parameters.platform, 'android_x64') }}: | ||
| - Ubuntu.2204.Amd64.Android.29.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - Ubuntu.2204.Amd64.Android.29.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - Ubuntu.2204.Amd64.Android.29 | ||
|
|
||
| # Browser wasm | ||
| - ${{ if eq(parameters.platform, 'browser_wasm') }}: | ||
| - (Ubuntu.2404.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-24.04-helix-webassembly-amd64 | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - (Ubuntu.2404.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-24.04-helix-webassembly-amd64 | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - (Ubuntu.2404.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-24.04-helix-webassembly-amd64 | ||
|
|
||
| # iOS devices | ||
| - ${{ if in(parameters.platform, 'ios_arm64') }}: | ||
| - osx.15.amd64.iphone.open | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - osx.15.amd64.iphone.open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - osx.15.amd64.iphone | ||
|
|
||
| # tvOS devices | ||
| - ${{ if in(parameters.platform, 'tvos_arm64') }}: | ||
| - osx.15.amd64.appletv.open | ||
| - ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| - osx.15.amd64.appletv.open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - osx.15.amd64.appletv | ||
|
|
||
| # Linux arm | ||
| - ${{ if eq(parameters.platform, 'linux_arm') }}: | ||
|
|
||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.