Skip to content

Smoke tests fail during release stage of net - template pipeline #48729

Open
@hallipr

Description

@hallipr

The smoke tests intermitently fail when releasing Azure.Template. It seems to be related to searching for recently released versions of Azure.Core:

https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4574451&view=logs&j=d13a0820-0e61-50c7-29d9-987cb16039dd&t=0a909bce-bedc-50e3-57ed-43443dda1957&l=385

Find-Package: /mnt/vss/_work/1/s/eng/scripts/smoketest/Get-Package-Version.ps1:41
Line |
  41 |      $azureCorePkg = Find-Package -Name 'Azure.Core' `
     |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | No match was found for the specified search criteria and package name
     | 'Azure.Core'. Try Get-PackageSource to see all available registered
     | package sources.
1.46.0-beta.1-alpha.20250125
1.46.0-beta.1-alpha.20250224.99
Azure.Core Version: 
InvalidOperation: /mnt/vss/_work/1/s/eng/scripts/smoketest/Get-Package-Version.ps1:51
Line |
  51 |      $azureCoreVerExtension = $azureCorePkg.Version.Replace($azureCore …
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
InvalidOperation: /mnt/vss/_work/1/s/eng/scripts/smoketest/Get-Package-Version.ps1:52
Line |
  52 |      $azureCoreVerDateStr = $azureCoreVerExtension.split(".")[1]
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
Exception: /mnt/vss/_work/1/s/common/SmokeTests/SmokeTest/Update-Dependencies.ps1:92
Line |
  92 |      throw "No packages have been referenced."
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | No packages have been referenced.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Central-EngSysThis issue is owned by the Engineering System team.EngSysThis issue is impacting the engineering system.

Type

No type

Projects

  • Status

    🤔 Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions