diff options
Diffstat (limited to 'jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10')
4 files changed, 0 insertions, 138 deletions
diff --git a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/edid-sgothel-dfp0.bin b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/edid-sgothel-dfp0.bin Binary files differdeleted file mode 100644 index 4e39474..0000000 --- a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/edid-sgothel-dfp0.bin +++ /dev/null diff --git a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/jenkins.desktop b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/jenkins.desktop deleted file mode 100755 index fd5f558..0000000 --- a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/jenkins.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Comment[en_US]= -Comment= -Exec=/home/jogamp/jenkins/start-ssh-jenkins-linux.sh -GenericName[en_US]=jenkins KDE autostart -GenericName=jenkins KDE autostart -Icon=exec -MimeType= -Name[en_US]=jenkins -Name=jenkins -Path=/home/jogamp/jenkins -StartupNotify=false -Terminal=false -TerminalOptions= -Type=Application -X-DBUS-ServiceName= -X-DBUS-StartupType=none -X-KDE-SubstituteUID=false -X-KDE-Username= -X-Ubuntu-Gettext-Domain=desktop_kdebase diff --git a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/start-ssh-jenkins-linux.sh b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/start-ssh-jenkins-linux.sh deleted file mode 100755 index 6e01327..0000000 --- a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/start-ssh-jenkins-linux.sh +++ /dev/null @@ -1,61 +0,0 @@ -#! /bin/bash - -cd ~/jenkins - -scp [email protected]:/srv/jenkins/war/WEB-INF/slave.jar . - -xrandr -s 1920x1080 - -function connect_3 { - . /opt-share/etc/profile.ant - . /opt-linux-x86/etc/profile.jre7 - . /opt-linux-x86/etc/profile.j2se7 - - export SOURCE_LEVEL=1.6 - export TARGET_LEVEL=1.6 - export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar - - export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" - - java -version - sshpid= - while true ; do - if [ ! -z "$sshpid" ] ; then - kill -9 $sshpid - fi - ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 5703:localhost:5555 -N & - sshpid=$! - java -server -Xmx1024m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-NVFX580-ubuntu10-jogamp-x32-c3d-003/slave-agent.jnlp - done -} - -function connect_4 { - . /opt-share/etc/profile.ant - . /opt-linux-x86_64/etc/profile.jre7 - . /opt-linux-x86_64/etc/profile.j2se7 - - export SOURCE_LEVEL=1.6 - export TARGET_LEVEL=1.6 - export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar - - export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" - - java -version - sshpid= - while true ; do - if [ ! -z "$sshpid" ] ; then - kill -9 $sshpid - fi - ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 5704:localhost:5555 -N & - sshpid=$! - java -server -Xmx1024m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-NVFX580-ubuntu10-jogamp-x64-c3d-004/slave-agent.jnlp - done -} - - -connect_3 > linux64-NVFX580-ubuntu10-jogamp-x32-c3d-003.log 2>&1 & -disown $! - -connect_4 > linux64-NVFX580-ubuntu10-jogamp-x64-c3d-004.log 2>&1 & -disown $! - diff --git a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/xorg-linux-nv_gpu.conf b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/xorg-linux-nv_gpu.conf deleted file mode 100644 index 0cdca62..0000000 --- a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/xorg-linux-nv_gpu.conf +++ /dev/null @@ -1,57 +0,0 @@ -# nvidia-xconfig: X configuration file generated by nvidia-xconfig -# nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Apr 22 20:35:23 PDT 2010 - -Section "ServerLayout" - Identifier "Default Layout" - Screen "Default Screen" 0 0 - InputDevice "Keyboard0" "CoreKeyboard" - InputDevice "Mouse0" "CorePointer" -EndSection - -Section "InputDevice" - # generated from default - Identifier "Keyboard0" - Driver "keyboard" -EndSection - -Section "InputDevice" - # generated from default - Identifier "Mouse0" - Driver "mouse" - Option "Protocol" "auto" - Option "Device" "/dev/psaux" - Option "Emulate3Buttons" "no" - Option "ZAxisMapping" "4 5" -EndSection - -Section "Monitor" - Identifier "Configured Monitor" - VendorName "Unknown" - ModelName "Unknown" - HorizSync 30.0 - 140.0 - VertRefresh 56.0 - 120.0 - Option "DPMS" - DisplaySize 521 293 -EndSection - -Section "Device" - Identifier "Configured Video Device" - Driver "nvidia" - Option "CustomEDID" "DFP-0:/etc/X11/edid-sgothel-dfp0.bin" - Option "UseEdidDpi" "false" - Option "RandRRotation" "on" - Option "DynamicTwinView" "False" - Option "ConnectedMonitor" "DFP" -EndSection - -Section "Screen" - Identifier "Default Screen" - Device "Configured Video Device" - Monitor "Configured Monitor" - DefaultDepth 24 - SubSection "Display" - Depth 24 - Modes "1920x1080" "1680x1050" "1600x1200" "1440x900" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "640x480" - EndSubSection -EndSection - |