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
Most likely I'm just misunderstanding how this specific resource works, or concourse resources work in general. But here's what I'm seeing:
I created a pipeline to run tests for PRs. I opened a PR, it ran the tests, I merged the PR. Then I added a new job to the pipeline - and Concourse ran that job on the "open" version of the PR, even though the PR had already been merged.
Also, when looking at the resource in the Concourse UI, I see all the previous versions, and they appear to be OPEN even though viewing the metadata shows the state as MERGED.
So my questions:
How do I ensure that if I add a job, it doesn't get run for old versions of a PR that have already been closed?
Is there away to automatically clear out the PR versions once they've been merged? (is that necessary / useful?)
The text was updated successfully, but these errors were encountered:
With year of experience, I can tell you for sure that this resource executes jobs on "open" PRs only. You might have misunderstood what you've seen in the Concourse UI.
On our Concourse installation at Gstack, that one is working fine. You may be interested in giving a try!
(the new resource is a drop-in replacement; you only have to switch telia-ossto cfcommunity in in the resource_types: declaration, i.e. specify repository: cfcommunity/github-pr-resource)
Most likely I'm just misunderstanding how this specific resource works, or concourse resources work in general. But here's what I'm seeing:
I created a pipeline to run tests for PRs. I opened a PR, it ran the tests, I merged the PR. Then I added a new job to the pipeline - and Concourse ran that job on the "open" version of the PR, even though the PR had already been merged.
Also, when looking at the resource in the Concourse UI, I see all the previous versions, and they appear to be OPEN even though viewing the metadata shows the state as MERGED.
So my questions:
The text was updated successfully, but these errors were encountered: