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
We are using the github-pr-resource quite heavily in our pipeline. We've come across an issue where the github status of checks where the path that is not valid is not being updated, stuck in expected state. For instance, we have this configuration:
When a PR comes with files changed in the app/ and gradle/ folder, the tests run and statuses are updated. But if a PR runs with files changed in other folders, the statuses stay in the expected state.
The same is also true for the ignore_paths config as well:
If files changed on a PR are in the app/ folder, the statuses are not updated. If any other folder is changed, it runs fine.
I've tried destroying and recreating the pipeline from Concourse yml. I looked at the logs for Concourse but these jobs that are supposed to sjipdon't even exist in the logs when they're missed. I've also tried renaming the resource, then reverting to the original name since the current resource names are intertwined in our build scripts. I also version bumped our usage of the github-pr-resource from v0.21.0 to v0.23.0.
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
On our Concourse installation at Gstack, that one is working fine. Could you give a try and provide feedback there?
(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)
Hey there,
We are using the github-pr-resource quite heavily in our pipeline. We've come across an issue where the github status of checks where the path that is not valid is not being updated, stuck in
expected
state. For instance, we have this configuration:When a PR comes with files changed in the
app/
andgradle/
folder, the tests run and statuses are updated. But if a PR runs with files changed in other folders, the statuses stay in theexpected
state.The same is also true for the
ignore_paths
config as well:If files changed on a PR are in the
app/
folder, the statuses are not updated. If any other folder is changed, it runs fine.I've tried destroying and recreating the pipeline from Concourse yml. I looked at the logs for Concourse but these jobs that are supposed to sjipdon't even exist in the logs when they're missed. I've also tried renaming the resource, then reverting to the original name since the current resource names are intertwined in our build scripts. I also version bumped our usage of the
github-pr-resource
fromv0.21.0
tov0.23.0
.Any help is appreciated!
The text was updated successfully, but these errors were encountered: