VILLASframework/fpga

Hardcode number of Criterion jobs to 1

stv0g opened this issue · 6 comments

stv0g commented

Maybe a call setenv(CRITERION_JOBS, 1) in the main could help to facilitate this.

stv0g commented

In GitLab by @daniel-k on Jan 31, 2018, 10:34

I'm much in favor of this! setenv looks like the best option if we don't want to change much of the criterion code (which is at the bare minimum right now, I like that).

stv0g commented

Mhh, we only want to run the hardware tests with this option..

I already configured them accordingly: https://git.rwth-aachen.de/acs/public/villas/VILLASfpga-code/blob/develop/.gitlab-ci.yml#L81

stv0g commented

closed

stv0g commented

In GitLab by @daniel-k on Jan 31, 2018, 11:30

Hmm, too late. I have already pinned the number of jobs to 1 in 95bc9cb. This however can still be overwritten by supplying -jN.

stv0g commented

I think the commit was: 41ac20a

stv0g commented

In GitLab by @daniel-k on Jan 31, 2018, 11:55

I think the commit was: 41ac20a

Oops, sure :)