racket/.gitlab
Paulo Matos 0dffc2fb29 Use all CPUS available for CI on the runner and install qemu magic
There are two parts to this commit:
* Until now we have been hardcoding the number of cores used per job
  but this is wrong. We should use all cores available but limit new
  jobs spawning if the load is too high. This enables us to use the 40
  cores available in the pinwheel server.
* Unless qemu has been already installed, the job will fail because
  the qemu magic has not been ran. Now we run the qemu magic in any
  case. If the magic has been previously installed, it gets
  updated. This was noticed when I started running racket jobs on the
  brand new pinwheel.
2019-05-10 22:00:40 +02:00
..
build-test.sh Use all CPUS available for CI on the runner and install qemu magic 2019-05-10 22:00:40 +02:00