actions / runner-images

GitHub Actions runner images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows agent image build fail

jaswant-dnv opened this issue · comments

Description

Windows agent image build fail

==> azure-arm.image: Invoke-PesterTests : Unable to find type [PesterConfiguration].
==> azure-arm.image: At C:\Windows\Temp\script-65ebc787-b155-b9ea-a7e2-ac35bf878797.ps1:55 char:1
==> azure-arm.image: + Invoke-PesterTests -TestFile "Docker" -TestName "Docker"
==> azure-arm.image: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> azure-arm.image: + CategoryInfo : InvalidOperation: (PesterConfiguration:TypeName) [Invoke-PesterTests], RuntimeException
==> azure-arm.image: + FullyQualifiedErrorId : TypeNotFound,Invoke-PesterTests
==> azure-arm.image:

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Image 20240304.2.0

Is it regression?

NA

Expected behavior

Image build completes

Actual behavior

==> azure-arm.image: Invoke-PesterTests : Unable to find type [PesterConfiguration].
==> azure-arm.image: At C:\Windows\Temp\script-65ebc787-b155-b9ea-a7e2-ac35bf878797.ps1:55 char:1
==> azure-arm.image: + Invoke-PesterTests -TestFile "Docker" -TestName "Docker"
==> azure-arm.image: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> azure-arm.image: + CategoryInfo : InvalidOperation: (PesterConfiguration:TypeName) [Invoke-PesterTests], RuntimeException
==> azure-arm.image: + FullyQualifiedErrorId : TypeNotFound,Invoke-PesterTests
==> azure-arm.image:

Repro steps

rerun pipeline

Hello @jaswant-dnv!
As you can see, Windows22 test builds on the main branch were successful. Please make sure you are using the correct configuration.