Re: precommit tests: please ignore Python_pytest

2019-02-27 Thread Udi Meiri
I've added a flag in my latest push so that a commit-triggered job is not created. It works :) On Wed, Feb 27, 2019, 11:30 Pablo Estrada wrote: > Currently it's not possible, because we run a Seed job that sets the > configuration globally. Lukazs Gajowy had talked to me about improvements > to

Re: precommit tests: please ignore Python_pytest

2019-02-27 Thread Pablo Estrada
Currently it's not possible, because we run a Seed job that sets the configuration globally. Lukazs Gajowy had talked to me about improvements to this process, but they've not been pursued further by anyone so far. TLDR: Currently it's not possible : ( -P. On Wed, Feb 27, 2019 at 3:29 AM

Re: precommit tests: please ignore Python_pytest

2019-02-27 Thread Maximilian Michels
Thanks for the heads-up Udi. I noticed the GitHub check and figured that it might not be fully-functional yet. It would be nice if there was a way to enable those hooks only for a testing PR, such that they do not interfere with other PRs. Perhaps somebody has an idea how to do that? -Max

precommit tests: please ignore Python_pytest

2019-02-26 Thread Udi Meiri
Hi all, I'm testing running Python tests using pytest, and I've added a temporary Jenkins jobs that seems to be triggering for PRs, even though I set triggerPathPatterns to an empty list. (file ) Please