Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Introduce environment-var/property to disable unit tests (per node) (details)
  2. Even if 'junit.is.disabled', we need to produce the test archive (7z), (details)
  3. If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins (details)
Commit 0dce3191754bd73138ff6a72e576a2af05f850ba by Sven Gothel
Introduce environment-var/property to disable unit tests (per node)

JUNIT_DISABLED -> junit.is.disabled
The file was modified make/scripts/make.gluegen.all.linux-armv7-cross.sh (diff)
The file was modified make/gluegen-cpptasks.xml (diff)
The file was modified make/build-test.xml (diff)
The file was modified make/jogamp-env.xml (diff)
Commit 7d0aacbf139d52c8a1ef76c3fa9d753ecfab234a by Sven Gothel
Even if 'junit.is.disabled', we need to produce the test archive (7z), otherwise the jenkins build fails.
The file was modified make/build-test.xml (diff)
Commit 4af25334965ac9f2b47c7f098b556c02057616cb by Sven Gothel
If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims failure.
The file was modified make/build-test.xml (diff)
The file was addedmake/lib/TEST-com.jogamp.junit.DisabledTest.xml (diff)