Hi All,
I'm trying to run the burnin test via Jenkins .
The command I was scripting was:
./bit.exe -D 1 -C "file.bitcfg" -r -x
This command works correcly locally but it produces failures when sent remotely via jenkins.
CPU 3 85.015 Billion PASS 0 No errors Memory (RAM) 0 0 FAIL 1 No operations during test period 2D Graphics 0 0 FAIL 4 Hardware-only DirectDraw object creation not possible 3D Graphics 0 0 FAIL 1 Unknown DirectX error Temperature - - PASS 0 No errors Sound 0 0 FAIL 1 No operations during test period Video Playback 3 46 PASS 0 No errors Serial Port 1 1 1.171 Million PASS 0 No errors Serial Port 2 1 1.183 Million PASS 0 No errors Serial Port 3 1 1.188 Million PASS 0 No errors Serial Port 4 1 1.194 Million PASS 0 No errors Have you any suggestion? Thanks a lot in advance Marco
I'm trying to run the burnin test via Jenkins .
The command I was scripting was:
./bit.exe -D 1 -C "file.bitcfg" -r -x
This command works correcly locally but it produces failures when sent remotely via jenkins.
CPU 3 85.015 Billion PASS 0 No errors Memory (RAM) 0 0 FAIL 1 No operations during test period 2D Graphics 0 0 FAIL 4 Hardware-only DirectDraw object creation not possible 3D Graphics 0 0 FAIL 1 Unknown DirectX error Temperature - - PASS 0 No errors Sound 0 0 FAIL 1 No operations during test period Video Playback 3 46 PASS 0 No errors Serial Port 1 1 1.171 Million PASS 0 No errors Serial Port 2 1 1.183 Million PASS 0 No errors Serial Port 3 1 1.188 Million PASS 0 No errors Serial Port 4 1 1.194 Million PASS 0 No errors Have you any suggestion? Thanks a lot in advance Marco
Comment