Skip to content
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

[ci] Fix signing identities missing on some bots #25948

Closed
rmarinho opened this issue Nov 19, 2024 · 1 comment · Fixed by #26170
Closed

[ci] Fix signing identities missing on some bots #25948

rmarinho opened this issue Nov 19, 2024 · 1 comment · Fixed by #26170
Assignees
Labels
area/infrastructure 🏗️ fixed-in-9.0.21 platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed t/bug Something isn't working testing-infrastructure Issue relating to testing infrastructure
Milestone

Comments

@rmarinho
Copy link
Member

rmarinho commented Nov 19, 2024

Description

Since we are skipping provisioantor to install the certs and profiles we need to find our clear the builds that need this.

Maybe for now only do that on DevDiv.

Steps to Reproduce

Try to run the UITEsts build or Maui build in a bot without signing identities

Link to public reproduction project repository

https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10581437&view=results

Version with bug

9.0.10 SR1

Affected platforms

iOS, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

ok another one ...
 
/Users/builder/azdo/_work/2/s/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.0/18.0.9617/tools/msbuild/iOS/Xamarin.Shared.targets(1836,3): error : Could not find any available provisioning profiles for Microsoft.Maui.Essentials.Sample on iOS. [/Users/builder/azdo/_work/2/s/src/Essentials/samples/Samples/Essentials.Sample.csproj::TargetFramework=net9.0-ios]
/Users/builder/azdo/_work/2/s/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.0/18.0.9617/tools/msbuild/iOS/Xamarin.Shared.targets(1836,3): error :          [/Users/builder/azdo/_work/2/s/src/Essentials/samples/Samples/Essentials.Sample.csproj::TargetFramework=net9.0-ios]
/Users/builder/azdo/_work/2/s/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.0/18.0.9617/tools/msbuild/iOS/Xamarin.Shared.targets(1836,3): error : Could not find any available provisioning profiles for Microsoft.Maui.Essentials.DeviceTests on iOS. [/Users/builder/azdo/_work/2/s/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj::TargetFramework=net9.0-ios]
/Users/builder/azdo/_work/2/s/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.0/18.0.9617/tools/msbuild/iOS/Xamarin.Shared.targets(1836,3): error :          [/Users/builder/azdo/_work/2/s/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj::TargetFramework=net9.0-ios]
/Users/builder/azdo/_work/2/s/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.0/18.0.9617/tools/msbuild/iOS/Xamarin.Shared.targets(1836,3): error : Could not find any available provisioning profiles for Microsoft.Maui.Graphics.DeviceTests on iOS. [/Users/builder/azdo/_work/2/s/src/Graphics/tests/DeviceTests/Graphics.DeviceTests.csproj::TargetFramework=net9.0-ios]
/Users/builder/azdo/_work/2/s/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.0/18.0.9617/tools/msbuild/iOS/Xamarin.Shared.targets(1836,3): error :          [/Users/builder/azdo/_work/2/s/src/Graphics/tests/DeviceTests/Graphics.DeviceTests.csproj::TargetFramework=net9.0-ios]
    5394 Warning(s)
    3 Error(s)
 
 
@rmarinho rmarinho added area/infrastructure 🏗️ t/bug Something isn't working testing-infrastructure Issue relating to testing infrastructure labels Nov 19, 2024
@rmarinho rmarinho added this to the .NET 9 SR1.1 milestone Nov 19, 2024
@rmarinho rmarinho self-assigned this Nov 19, 2024
@dotnet-policy-service dotnet-policy-service bot added the s/triaged Issue has been reviewed label Nov 19, 2024
@rmarinho rmarinho moved this from Todo to In Progress in MAUI SDK Ongoing Nov 20, 2024
@rmarinho rmarinho moved this from In Progress to Ready To Review in MAUI SDK Ongoing Nov 20, 2024
@rmarinho rmarinho moved this from Ready To Review to In Progress in MAUI SDK Ongoing Nov 21, 2024
@rmarinho
Copy link
Member Author

This seems to be kinda of working for handlers.yaml but not for device tests yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infrastructure 🏗️ fixed-in-9.0.21 platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed t/bug Something isn't working testing-infrastructure Issue relating to testing infrastructure
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants