mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 15:00:25 +01:00
contrib/jenkins: extend build script to set NMTST_DEBUG environment variable
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
0e889246ce
commit
47dfad8fba
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ REPO=ssh://Jenkins-nm-user/var/lib/git/NetworkManager.git
|
|||
|
||||
MAKE_JOBS="-j $((3 * $(grep -c ^processor /proc/cpuinfo || echo 1)))"
|
||||
|
||||
ulimit -c unlimited
|
||||
export NMTST_DEBUG="no-debug,sudo-cmd=$PWD/tools/test-sudo-wrapper.sh"
|
||||
|
||||
git_notes() {
|
||||
if [[ "$GIT_NOTES_DISABLED" == true ]]; then
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue