Skip to content

Commit

Permalink
Move omr-agent to risc-build1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstankie authored and fredg02 committed Nov 26, 2024
1 parent 95f902a commit a28f50f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions instances/technology.omr/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jenkins:
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"

- permanent:
name: "riscv-build2"
name: "riscv-build1"
nodeDescription: "4-core 8Gb riscv machine hosted by EF"
labelString: "hw.arch.riscv64 riscv64 swt.natives-gtk.linux.riscv64 native.builder-gtk.linux.riscv64"
remoteFS: '/home/jenkins'
Expand All @@ -457,13 +457,13 @@ jenkins:
retentionStrategy: "always"
launcher:
ssh:
host: "172.30.206.102"
host: "172.30.206.101"
port: "2024"
credentialsId: "jenkins-riscv-ssh"
prefixStartSlaveCmd: "ulimit -c 0 && "
javaPath: "/usr/bin/java"
jvmOptions: "-XX:-HeapDumpOnOutOfMemoryError -XX:-CreateCoredumpOnCrash"
sshHostKeyVerificationStrategy:
manuallyProvidedKeyVerificationStrategy:
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwuKHHnbEl7Jv/Oo5yCDosY8Dsvz4tcFKcwb5163H/7"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILKthLtjDSshZUHsq/VLuum1WxRkYuRHq4WpZOdihOym"

6 changes: 3 additions & 3 deletions instances/technology.omr/target/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ jenkins:
- home: '/opt/freeware/bin/git'
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
name: "riscv-build2"
name: "riscv-build1"
nodeDescription: "4-core 8Gb riscv machine hosted by EF"
labelString: "hw.arch.riscv64 riscv64 swt.natives-gtk.linux.riscv64 native.builder-gtk.linux.riscv64"
remoteFS: '/home/jenkins'
Expand All @@ -1126,15 +1126,15 @@ jenkins:
retentionStrategy: "always"
launcher:
ssh:
host: "172.30.206.102"
host: "172.30.206.101"
port: "2024"
credentialsId: "jenkins-riscv-ssh"
prefixStartSlaveCmd: "ulimit -c 0 && "
javaPath: "/usr/bin/java"
jvmOptions: "-XX:-HeapDumpOnOutOfMemoryError -XX:-CreateCoredumpOnCrash"
sshHostKeyVerificationStrategy:
manuallyProvidedKeyVerificationStrategy:
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwuKHHnbEl7Jv/Oo5yCDosY8Dsvz4tcFKcwb5163H/7"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILKthLtjDSshZUHsq/VLuum1WxRkYuRHq4WpZOdihOym"
security:
apiToken:
creationOfLegacyTokenEnabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ data:
- home: '/opt/freeware/bin/git'
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
name: "riscv-build2"
name: "riscv-build1"
nodeDescription: "4-core 8Gb riscv machine hosted by EF"
labelString: "hw.arch.riscv64 riscv64 swt.natives-gtk.linux.riscv64 native.builder-gtk.linux.riscv64"
remoteFS: '/home/jenkins'
Expand All @@ -1149,15 +1149,15 @@ data:
retentionStrategy: "always"
launcher:
ssh:
host: "172.30.206.102"
host: "172.30.206.101"
port: "2024"
credentialsId: "jenkins-riscv-ssh"
prefixStartSlaveCmd: "ulimit -c 0 && "
javaPath: "/usr/bin/java"
jvmOptions: "-XX:-HeapDumpOnOutOfMemoryError -XX:-CreateCoredumpOnCrash"
sshHostKeyVerificationStrategy:
manuallyProvidedKeyVerificationStrategy:
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwuKHHnbEl7Jv/Oo5yCDosY8Dsvz4tcFKcwb5163H/7"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILKthLtjDSshZUHsq/VLuum1WxRkYuRHq4WpZOdihOym"
security:
apiToken:
creationOfLegacyTokenEnabled: false
Expand Down

0 comments on commit a28f50f

Please sign in to comment.