square-laptop-45713
12/20/2022, 9:20 PMpulumi/actions
repo that starts it off. I updated it w latest testing.
The gist is:
• have 3 projects inside of a monorepo for our Infrastructure
• each project is within its own folder at the root and contains its own Pulumi.yaml
and Pulumi.dev.yaml
(folder name = project name, e.g. ./base
contains kettleos/base
project)
• all projects are namespaced to be part of our org (kettleos
)
• last successful run of pulumi/actions@v3
in a job was Oct 26, 2022
• first failed run of pulumi/actions@v3
in a job was Nov 14, 2022
• there were no runs in between those dates
Problem: despite configuring the stack-name
param to the job as kettleos/{project}/{stack}
(e.g. kettleos/base/dev
) the command run throws an error that the Stack Cannot be found with the error output missing the Project Name in the output, e.g.:
Logging into the Pulumi Service backend.
Error: code: -2
stdout:
stderr: Command failed with exit code 255: pulumi stack select --stack kettleos/base/dev --non-interactive
error: no stack named 'kettleos/dev' found
err?: Error: Command failed with exit code 255: pulumi stack select --stack kettleos/base/dev --non-interactive
error: no stack named 'kettleos/dev' found
billowy-army-68599
12/20/2022, 9:22 PMlittle-cartoon-10569
12/20/2022, 9:23 PM--stack kettleos/dev
square-laptop-45713
12/20/2022, 9:23 PMlittle-cartoon-10569
12/20/2022, 9:24 PMsquare-laptop-45713
12/20/2022, 9:24 PMbillowy-army-68599
12/20/2022, 9:24 PMsquare-laptop-45713
12/20/2022, 9:24 PMaction@3
little-cartoon-10569
12/20/2022, 9:25 PMsquare-laptop-45713
12/20/2022, 9:25 PMbillowy-army-68599
12/20/2022, 9:27 PMsquare-laptop-45713
12/20/2022, 9:27 PMrun a stack list against the project inside the action
billowy-army-68599
12/20/2022, 9:29 PMsquare-laptop-45713
12/20/2022, 9:33 PMworried-rain-74420
12/21/2022, 4:26 PMsquare-laptop-45713
12/21/2022, 10:06 PMworried-rain-74420
12/21/2022, 10:28 PM