pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Set the job pool explicitly for the test packaging stage #86

Closed praneetloke closed 2 years ago

praneetloke commented 2 years ago

The stage that builds/publishes a test version of the task extension for integration test purposes is being skipped because Az Pipelines service is failing to find an agent with the following error:

##[warning]An image label with the label Ubuntu16 does not exist.
,##[error]The remote provider was unable to process the request.
Pool: Azure Pipelines
Image: Ubuntu16

It looks like the agent pool image is defaulting to an old version of ubuntu that perhaps no longer is in service in Az Pipelines? In any case, this PR sets the pool image for the relevant stage similar to the other ones in the pipelines.

praneetloke commented 2 years ago

Ping