Skip to content

Commit ff6853c

Browse files
committed
OMR: Add new zos 3.1 systems
Copy from existing zos machines. Remove unneeded java8 tool. Remove rocket tools and old cmake version from PATH. Remove rocker from LIBPATH. Update Perl lib path. Issue runtimes/infrastructure 9263 Signed-off-by: Adam Brousseau <[email protected]>
1 parent 061b05b commit ff6853c

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

instances/technology.omr/jenkins/configuration.yml

+86
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,92 @@ jenkins:
427427
428428
- home: '/u/user1/jenkins-zos/git'
429429
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
430+
- permanent:
431+
name: "ZISVJD30"
432+
nodeDescription: "zOS node"
433+
labelString: "zOS 390 compile:zos"
434+
remoteFS: '/u/user1/'
435+
numExecutors: 1
436+
mode: EXCLUSIVE
437+
retentionStrategy: "always"
438+
launcher:
439+
ssh:
440+
host: "148.100.36.166"
441+
port: "65522"
442+
credentialsId: "omr-agents-ssh-zos"
443+
javaPath: "/u/user1/jdk17/bin/java"
444+
jvmOptions: "-Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.user.passphrase.file.encoding=IBM-1047 -Dfile.encoding=ISO8859_1 -Djava.io.tmpdir=/u/user1/tmp"
445+
sshHostKeyVerificationStrategy:
446+
manuallyProvidedKeyVerificationStrategy:
447+
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjFm85L8GcY34Rr+8FBIP7TOf7ji9In3bSPC3E0AOzo"
448+
nodeProperties:
449+
- envVars:
450+
env:
451+
- key: "_BPXK_AUTOCVT"
452+
value: 'ON'
453+
- key: "_C89_CCMODE"
454+
value: '1'
455+
- key: "_CC_CCMODE"
456+
value: '1'
457+
- key: "_CEE_RUNOPTS"
458+
value: 'FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)'
459+
- key: "_CXX_CCMODE"
460+
value: '1'
461+
- key: "_TAG_REDIR_ERR"
462+
value: 'txt'
463+
- key: "_TAG_REDIR_OUT"
464+
value: 'txt'
465+
- key: "PATH"
466+
value: '/u/user1/jenkins-zos:$PATH'
467+
- key: "PERL5LIB"
468+
value: '/u/user1/zopen/usr/local/lib'
469+
- toolLocation:
470+
locations:
471+
- home: '/u/user1/jenkins-zos/git'
472+
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
473+
- permanent:
474+
name: "ZISVJD39"
475+
nodeDescription: "zOS node"
476+
labelString: "zOS 390 compile:zos"
477+
remoteFS: '/u/user1/'
478+
numExecutors: 1
479+
mode: EXCLUSIVE
480+
retentionStrategy: "always"
481+
launcher:
482+
ssh:
483+
host: "148.100.36.167"
484+
port: "65522"
485+
credentialsId: "omr-agents-ssh-zos"
486+
javaPath: "/u/user1/jdk17/bin/java"
487+
jvmOptions: "-Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.user.passphrase.file.encoding=IBM-1047 -Dfile.encoding=ISO8859_1 -Djava.io.tmpdir=/u/user1/tmp"
488+
sshHostKeyVerificationStrategy:
489+
manuallyProvidedKeyVerificationStrategy:
490+
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgqfKb6DJ6Gn+CVtwtVebwVxezf7MYB87ZPV8yWy6vX"
491+
nodeProperties:
492+
- envVars:
493+
env:
494+
- key: "_BPXK_AUTOCVT"
495+
value: 'ON'
496+
- key: "_C89_CCMODE"
497+
value: '1'
498+
- key: "_CC_CCMODE"
499+
value: '1'
500+
- key: "_CEE_RUNOPTS"
501+
value: 'FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)'
502+
- key: "_CXX_CCMODE"
503+
value: '1'
504+
- key: "_TAG_REDIR_ERR"
505+
value: 'txt'
506+
- key: "_TAG_REDIR_OUT"
507+
value: 'txt'
508+
- key: "PATH"
509+
value: '/u/user1/jenkins-zos:$PATH'
510+
- key: "PERL5LIB"
511+
value: '/u/user1/zopen/usr/local/lib'
512+
- toolLocation:
513+
locations:
514+
- home: '/u/user1/jenkins-zos/git'
515+
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
430516
- permanent:
431517
name: "p8-java1-ibm11"
432518
nodeDescription: "AIX 7.2"

0 commit comments

Comments
 (0)