* .gitlab-ci.yml (before_script): Debug parallelization settings.
This commit is contained in:
parent
094a6fa57e
commit
99bc0f998f
1 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,16 @@ stages:
|
||||||
- build2
|
- build2
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
|
default:
|
||||||
|
before_script:
|
||||||
|
# Our build agent are supposed to define these variables to enable
|
||||||
|
# build parallelization using a number of cores appropriate for
|
||||||
|
# the agent. However we have had cases where they were not
|
||||||
|
# defined, slowing down the builds. This should help us debug
|
||||||
|
# these situations.
|
||||||
|
- echo "MAKEFLAGS='$MAKEFLAGS' NBPROC='$NBPROC'"
|
||||||
|
- cat /sys/fs/cgroup/cpuset.cpus || cat /sys/fs/cgroup/cpuset/cpuset.cpus
|
||||||
|
|
||||||
debian-stable-gcc:
|
debian-stable-gcc:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue