image: fdiotools/builder-ubuntu2204:prod-aarch64
volumes:
- /tmp/ccache.ubuntu2204:/scratch/ccache
+ - /var/crash:/var/crash
- /scratch/nomad:/scratch/nomad:ro
Resources:
# Limit scheduling of only 1 job per server by specifying max cpushares and more than half memory
image: fdiotools/builder-ubuntu2204:prod-x86_64
volumes:
- /tmp/ccache.ubuntu2204:/scratch/ccache
+ - /var/crash:/var/crash
- /scratch/nomad:/scratch/nomad:ro
Resources:
# Limit scheduling of only 1 job per server by specifying max cpushares and more than half memory
image: fdiotools/builder-ubuntu2204:sandbox-aarch64
volumes:
- /tmp/ccache.ubuntu2204:/scratch/ccache
+ - /var/crash:/var/crash
- /scratch/nomad:/scratch/nomad:ro
Artifacts:
- GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar
image: fdiotools/builder-ubuntu2204:sandbox-x86_64
volumes:
- /tmp/ccache.ubuntu2204:/scratch/ccache
+ - /var/crash:/var/crash
- /scratch/nomad:/scratch/nomad:ro
Artifacts:
- GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar
image: fdiotools/builder-ubuntu2404:prod-x86_64
volumes:
- /tmp/ccache.ubuntu2404:/scratch/ccache
+ - /var/crash:/var/crash
- /scratch/nomad:/scratch/nomad:ro
Resources:
# Limit scheduling of only 1 job per server by specifying max cpushares and more than half memory
image: fdiotools/builder-ubuntu2404:sandbox-x86_64
volumes:
- /tmp/ccache.ubuntu2404:/scratch/ccache
+ - /var/crash:/var/crash
- /scratch/nomad:/scratch/nomad:ro
Artifacts:
- GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar
}
if [ "${DRYRUN,,}" != "true" ] ; then
+ echo "Check for system core files"
+ ls -l /var/crash || true
hst_build_run
+ echo "Check for system core files"
+ ls -l /var/crash || true
fi
if [ -n "$BUILD_ERROR" ] ; then
BUILD_RESULT="$BUILD_ERROR"
}
if [ "${DRYRUN,,}" != "true" ] ; then
+ echo "Check for system core files"
+ ls -l /var/crash || true
vpp_make_build
hst_test
+ echo "Check for system core files"
+ ls -l /var/crash || true
fi
if [ -n "$BUILD_ERROR" ] ; then
BUILD_RESULT="$BUILD_ERROR"