Skip to content

releng: switch riscv to Scaleway #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions instances/eclipse.platform.releng/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,21 +249,21 @@ jenkins:
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
name: "riscv-build1"
nodeDescription: "4-core 8Gb riscv machine hosted by EF"
nodeDescription: "Scaleway hosted https://labs.scaleway.com/en/em-rv1/"
labelString: "hw.arch.riscv64 riscv64 swt.natives-gtk.linux.riscv64 native.builder-gtk.linux.riscv64"
remoteFS: '/home/jenkins'
numExecutors: 1
mode: EXCLUSIVE
retentionStrategy: "always"
launcher:
ssh:
host: "172.30.206.102"
host: "62.210.163.101"
port: "2022"
credentialsId: "jenkins-riscv-ssh"
prefixStartSlaveCmd: "ulimit -c 0 && "
javaPath: "/usr/bin/java"
jvmOptions: "-XX:-HeapDumpOnOutOfMemoryError -XX:-CreateCoredumpOnCrash"
sshHostKeyVerificationStrategy:
manuallyProvidedKeyVerificationStrategy:
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkyLXj92rxKybYq6KuI8SpU7v5gGTWA3t/dMkHD1X1/"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJG9E2uspGY1szNEq6Cl0nR6Gpa+1NpixcQzGLV7b2CF"

Original file line number Diff line number Diff line change
Expand Up @@ -645,23 +645,23 @@ jenkins:
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
name: "riscv-build1"
nodeDescription: "4-core 8Gb riscv machine hosted by EF"
nodeDescription: "Scaleway hosted https://labs.scaleway.com/en/em-rv1/"
labelString: "hw.arch.riscv64 riscv64 swt.natives-gtk.linux.riscv64 native.builder-gtk.linux.riscv64"
remoteFS: '/home/jenkins'
numExecutors: 1
mode: EXCLUSIVE
retentionStrategy: "always"
launcher:
ssh:
host: "172.30.206.102"
host: "62.210.163.101"
port: "2022"
credentialsId: "jenkins-riscv-ssh"
prefixStartSlaveCmd: "ulimit -c 0 && "
javaPath: "/usr/bin/java"
jvmOptions: "-XX:-HeapDumpOnOutOfMemoryError -XX:-CreateCoredumpOnCrash"
sshHostKeyVerificationStrategy:
manuallyProvidedKeyVerificationStrategy:
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkyLXj92rxKybYq6KuI8SpU7v5gGTWA3t/dMkHD1X1/"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJG9E2uspGY1szNEq6Cl0nR6Gpa+1NpixcQzGLV7b2CF"
security:
apiToken:
creationOfLegacyTokenEnabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -668,23 +668,23 @@ data:
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
name: "riscv-build1"
nodeDescription: "4-core 8Gb riscv machine hosted by EF"
nodeDescription: "Scaleway hosted https://labs.scaleway.com/en/em-rv1/"
labelString: "hw.arch.riscv64 riscv64 swt.natives-gtk.linux.riscv64 native.builder-gtk.linux.riscv64"
remoteFS: '/home/jenkins'
numExecutors: 1
mode: EXCLUSIVE
retentionStrategy: "always"
launcher:
ssh:
host: "172.30.206.102"
host: "62.210.163.101"
port: "2022"
credentialsId: "jenkins-riscv-ssh"
prefixStartSlaveCmd: "ulimit -c 0 && "
javaPath: "/usr/bin/java"
jvmOptions: "-XX:-HeapDumpOnOutOfMemoryError -XX:-CreateCoredumpOnCrash"
sshHostKeyVerificationStrategy:
manuallyProvidedKeyVerificationStrategy:
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkyLXj92rxKybYq6KuI8SpU7v5gGTWA3t/dMkHD1X1/"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJG9E2uspGY1szNEq6Cl0nR6Gpa+1NpixcQzGLV7b2CF"
security:
apiToken:
creationOfLegacyTokenEnabled: false
Expand Down