You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pulumi up command took 8 min to fail when running in a Github Actions with the following error:
Diagnostics: azure-native:resources:ResourceGroup (rg-breizhCamp): error: azure-native:resources:ResourceGroup resource 'rg-breizhCamp' has a problem: missing required property 'location'. Either set it explicitly or configure it with 'pulumi config set azure-native:location <value>'.
Expected Behavior
It should have failed fast by detecting that there was no default azure location set in the setting and no location in the resource group.
Steps to reproduce
Create a new pulumi project using the azure-typescript template. Remove the azure-native:location from the dev stack . Run the pulumi up -y command in a github action.
It took 8 min when running from github action.
When running locally it failed quickly.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
The
pulumi up
command took 8 min to fail when running in a Github Actions with the following error:Diagnostics: azure-native:resources:ResourceGroup (rg-breizhCamp): error: azure-native:resources:ResourceGroup resource 'rg-breizhCamp' has a problem: missing required property 'location'. Either set it explicitly or configure it with 'pulumi config set azure-native:location <value>'.
Expected Behavior
It should have failed fast by detecting that there was no default azure location set in the setting and no location in the resource group.
Steps to reproduce
Create a new pulumi project using the
azure-typescript
template. Remove theazure-native:location
from the dev stack . Run the pulumi up -y command in a github action.Here is the pipeline:
Output of
pulumi about
CLI
Version 3.73.0
Go Version go1.20.5
Go Compiler gc
Plugins
NAME VERSION
azure-native 2.0.0-beta.1
nodejs unknown
Host
OS Microsoft Windows 11 Pro
Version 10.0.22621 Build 22621
Arch x86_64
This project is written in nodejs: executable='C:\Users\alexa\AppData\Local\pnpm\node.exe' version='v18.16.0'
Current Stack: TechWatching/demo/dev
Found no resources associated with dev
Found no pending operations associated with dev
Backend
Name pulumi.com
URL https://app.pulumi.com/TechWatching
User TechWatching
Organizations TechWatching, teachingiac
Additional context
It took 8 min when running from github action.
When running locally it failed quickly.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: