diff options
Diffstat (limited to 'jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh')
-rwxr-xr-x | jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh | 53 |
1 files changed, 24 insertions, 29 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh b/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh index 4149017..34c1469 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh +++ b/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh @@ -4,12 +4,12 @@ cd ~/jenkins JENKINS_NODE_STARTUP_DIR=`pwd` -scp [email protected]:/srv/jenkins/war/WEB-INF/slave.jar . +#scp [email protected]:/srv/jenkins/war/WEB-INF/slave.jar . +curl -O https://jogamp.org/chuck/jnlpJars/agent.jar function connect_1 { - . /opt-share/etc/profile.ant - . /opt-linux-x86/etc/profile.jre8 - . /opt-linux-x86/etc/profile.j2se8 + . ./profile.ant + . ./profile.i386.j2se8 export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 @@ -25,14 +25,13 @@ function connect_1 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6001:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-debian7-jogamp-x32-sgothel-001/slave-agent.jnlp + java -server -Xmx512m -XX:+UseCompressedOops -jar agent.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-debian7-jogamp-x32-sgothel-001/slave-agent.jnlp done } function connect_2 { - . /opt-share/etc/profile.ant - . /opt-linux-x86_64/etc/profile.jre8 - . /opt-linux-x86_64/etc/profile.j2se8 + . ./profile.ant + . ./profile.amd64.j2se8 export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 @@ -48,14 +47,13 @@ function connect_2 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6002:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-debian7-jogamp-x64-sgothel-002/slave-agent.jnlp + java -server -Xmx512m -XX:+UseCompressedOops -jar agent.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-debian7-jogamp-x64-sgothel-002/slave-agent.jnlp done } function connect_30 { - . /opt-share/etc/profile.ant - . /opt-linux-x86_64/etc/profile.jre8 - . /opt-linux-x86_64/etc/profile.j2se8 + . ./profile.ant + . ./profile.amd64.j2se8 export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 @@ -96,14 +94,13 @@ function connect_30 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6030:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linuxARMv7-jogamp-arm32-sgothel-030/slave-agent.jnlp + java -server -Xmx512m -XX:+UseCompressedOops -jar agent.jar -jnlpUrl https://jogamp.org/chuck/computer/linuxARMv7-jogamp-arm32-sgothel-030/slave-agent.jnlp done } function connect_31 { - . /opt-share/etc/profile.ant - . /opt-linux-x86_64/etc/profile.jre8 - . /opt-linux-x86_64/etc/profile.j2se8 + . ./profile.ant + . ./profile.amd64.j2se8 export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 @@ -144,15 +141,14 @@ function connect_31 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6031:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linuxARMv7hf-jogamp-arm32hf-sgothel-031/slave-agent.jnlp + java -server -Xmx512m -XX:+UseCompressedOops -jar agent.jar -jnlpUrl https://jogamp.org/chuck/computer/linuxARMv7hf-jogamp-arm32hf-sgothel-031/slave-agent.jnlp done } function connect_40 { - . /opt-share/etc/profile.ant - . /opt-linux-x86_64/etc/profile.jre8 - . /opt-linux-x86_64/etc/profile.j2se8 + . ./profile.ant + . ./profile.amd64.j2se8 export NODE_LABEL=label/android-armv7-img HOST_ROOT=/home/jogamp/JogAmpSlaveARMv7_Android @@ -214,15 +210,14 @@ function connect_40 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6040:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/androidARMv7-jogamp-arm32-sgothel-040/slave-agent.jnlp + java -server -Xmx512m -XX:+UseCompressedOops -jar agent.jar -jnlpUrl https://jogamp.org/chuck/computer/androidARMv7-jogamp-arm32-sgothel-040/slave-agent.jnlp done } function connect_41 { - . /opt-share/etc/profile.ant - . /opt-linux-x86_64/etc/profile.jre8 - . /opt-linux-x86_64/etc/profile.j2se8 + . ./profile.ant + . ./profile.amd64.j2se8 export NODE_LABEL=label/android-aarch64 HOST_ROOT=/home/jogamp/JogAmpSlaveArm64_Android @@ -282,18 +277,18 @@ function connect_41 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6041:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/androidArm64-jogamp-aarch64-sgothel-041/slave-agent.jnlp + java -server -Xmx512m -XX:+UseCompressedOops -jar agent.jar -jnlpUrl https://jogamp.org/chuck/computer/androidArm64-jogamp-aarch64-sgothel-041/slave-agent.jnlp done } -connect_1 > linux64-AMD58xx-debian7-jogamp-x32-sgothel-001.log 2>&1 & -disown $! +#connect_1 > linux64-AMD58xx-debian7-jogamp-x32-sgothel-001.log 2>&1 & +#disown $! connect_2 > linux64-AMD58xx-debian7-jogamp-x64-sgothel-002.log 2>&1 & disown $! -connect_30 > linuxARMv7-jogamp-arm32-sgothel-030.log 2>&1 & -disown $! +#connect_30 > linuxARMv7-jogamp-arm32-sgothel-030.log 2>&1 & +#disown $! connect_31 > linuxARMv7hf-jogamp-arm32hf-sgothel-031.log 2>&1 & disown $! |