github-pullrequest-resource icon indicating copy to clipboard operation
github-pullrequest-resource copied to clipboard

[Help wanted] Trigger manually

Open Pasupathi-Rajamanickam opened this issue 6 years ago • 10 comments

I searched all issues and documents, I don't find answer. I see few PR test has not been started. How do I manually trigger for new PR number. For existing on which was already ran, I can retry the build. For new PR if the pipeline not started how could I start one?

Pasupathi-Rajamanickam avatar May 03 '18 20:05 Pasupathi-Rajamanickam

@PasupathiRajamanickam can you show us what you've tried, the actual YAML of the pipeline?

jtarchie avatar May 16 '18 04:05 jtarchie

I experience this as well. No matter how long I wait, it just won't start building some PRs: image

It's been like this for days.

jacob-hd avatar May 23 '18 20:05 jacob-hd

And are you you using version: every?

jtarchie avatar May 23 '18 20:05 jtarchie

We were not!

I just applied version: every to the get:

   - get: app-catalog-gateway
     resource: pull-request
     trigger: true
+    version: every

...and re-triggered a check, but it did not help. I'm going to uninstall and re-install the pipeline, and hope that solves it...

jacob-hd avatar May 23 '18 20:05 jacob-hd

yeah you have to do that. Concourse does not trigger every after it has already detected versions.

jtarchie avatar May 23 '18 20:05 jtarchie

Got it, thanks @jtarchie !

jacob-hd avatar May 23 '18 20:05 jacob-hd

@jtarchie -

Even after deleting and re-set'ing the entire pipeline: image

It still will not run some of the PRs: image

:cry:

jacob-hd avatar May 23 '18 21:05 jacob-hd

Evidently, after 15 minutes, they all kicked off at once: image

This is incredibly confusing to me. It checked the resource at least 15 times before it finally kicked them off..

But, at least it's doing it now.

jacob-hd avatar May 23 '18 21:05 jacob-hd

For me some times when I retry Build 10 -> pointing PR 405 on 4th may The retried build pointing to PR 415 Confusing

Pasupathi-Rajamanickam avatar May 23 '18 21:05 Pasupathi-Rajamanickam

This issue is recurring insidiously for us, even after applying version: every. It may be unrelated to this resource, and an issue with Concourse itself.

I've documented the issue further here: https://github.com/quotecenter/concourse-issue

The issue includes our full pipeline for scrutiny.

jacob-hd avatar Jun 05 '18 00:06 jacob-hd