Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Simrel gerrit builder is still called "photon" ? Simrel pipeline has missed 28 commits?

Four ideas for why it's not triggering:

a) you have BOTH "Gerrit event" and "Build periodically" as Build Triggers enabled. Can both actually run when there's no gerrit info provided because you're doing a crontab-triggered build? I guess so if it's building a sanity-check build every monday, so maybe this isn't an issue. But surely you'd rather have a non-gerrit, just-build-latest-in-master job run on Mondays instead?

b) "Strategy for choosing what to build" - maybe that's not needed or conflicts w/ the other Gerrit Trigger info?

c) there's already another gerrit-listening job enabled [1] for the repo, so maybe only the old is being fired. If the old one is disabled/deleted, maybe the new one will fire instead? 

d) Or is there some sort of api/ssh key, handshake, etc. needed to configure your gerrit w/ the job? Does the job need to have permissions/ACL set up so that gerrit can trigger it?




Back to the top