VILLASframework / fpga

Archived: VILLASfpga has been integrated into the VILLASnode repo

Home Page:https://fein-aachen.org/en/projects/villas-fpga/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcode number of Criterion jobs to 1

stv0g opened this issue · comments

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

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).

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

closed

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.

I think the commit was: 41ac20a

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

I think the commit was: 41ac20a

Oops, sure :)