GothenburgBitFactory / flod

Flod is the Continous Integration Tool for Gothenburg Bit Factory
Other
3 stars 0 forks source link

[FD-2] flod mishandles --max-jobs parameter #2

Closed pbeckingham closed 6 years ago

pbeckingham commented 6 years ago

I attempted to test flod in the same manner as the documentation at the end of the page here: http://flod.us/donor.html

I expected it would run one job and exit. As I interpret the log, it's up to job 31 now. Paul was on IRC and can confirm it went well past 1, at least.

flod@transcendence:~$ flod satellite --max-jobs 1 --keep ERROR: Unrecognized argument '1' flod@transcendence:~$ flod satellite --max-jobs=1 --keep

Override max-jobs=1 Thanks!

pbeckingham commented 6 years ago

While the above holds true, my conjecture is that the closeEnough function isn't picking up the argument as valid.

"flod satellite --1" works, however.

pbeckingham commented 6 years ago

FD-2 John West