early-match-56268
11/16/2019, 1:37 PMwhite-balloon-205
early-match-56268
11/16/2019, 6:17 PMpulumi preview
command is not getting picked up. The docs say
Once installed in your organization, any pulumi preview or pulumi up that is run in your CI system will have its results reported back to GitHub.But nothing is showing up on the pull request or in the Checks
colossal-beach-47527
11/16/2019, 7:11 PMpulumi
output for the GitHub Actions run. And can visit https://app.pulumi.com/<your-stack>/previews/… and see the preview that was performed in the GitHub Actions was persisted as you would expect on app.pulumi.com?
• If you click the “Checks” tab for the Pull Request, you see the Pulumi GitHub app, but it just isn’t posting any check runs? (But you are seeing the GitHub actions output on that page?)early-match-56268
11/16/2019, 9:15 PMcolossal-beach-47527
11/16/2019, 9:24 PMpulumi up
or pulumi preview
, we associate some metadata from the current environment with the update. (e.g. the current git hash at head.) That’s how we know to associate the preview/update with the PR. But it’s possible something isn’t quite the way we expect. (For example, if the git SHA that the preview is running as doesn’t match up with the GitHub pull request’s SHA or something.)early-intern-90238
11/17/2019, 12:31 AM