django-jenkins
django-jenkins copied to clipboard
How to run jenkins task without running test?
I would like to run only pylint
without running test and I so far I added --tag=DO_NOT_RUN_ANY_TEST
.
It works as I expected but it still creates DB and takes about 15 sec. I wish I can just skip test entirely so the task will become faster.
well I came down to 1 sec
with --keepdb
so I kind of archived what I wanted to do but still it would be great if anyone tells me how to skip test. thanks!
+1
:+1: