"Plan not found on PR" #334
Replies: 8 comments
|
Hi, can you post the workflows here? |
|
|
|
Does a comment exist on the PR with the changes? It looks like the |
|
Yes it does. A plan is only generated when there are changes in that specific folder and the tf runs only if there are specific changes. |
|
I am also getting "Plan not found on PR" errors after upgrading from 1.35 to 1.42. I did not have time to debug this, but this is what happens:
Previously, I was able to rerun failed jobs successfully, but not sure why it doesn't work anymore. |
|
I haven't managed to look into it and investigate. I am at first attributing it to the concurrency issues, because I am running two (or more) terraform applies in the same PR. |
Uh oh!
There was an error while loading. Please reload this page.
I have a GH workflow setup in such a way that it runs
tf planin the branch workflow on the PR. It is executed in every changed subdirectory which generates multiple plans (one for every subdirectory). When the PR lands, the main workflow runs on the main branch. But thetf applyannounces that the plan was not found on the PR. Anybody got the experience with this issue?All reactions