Skip to content

Commit c60a16b

Browse files
committed
OMR: Add new zos 3.1 systems
Issue runtimes/infrastructure 9263 Signed-off-by: Adam Brousseau <[email protected]>
1 parent 061b05b commit c60a16b

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

instances/technology.omr/jenkins/configuration.yml

+94
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,100 @@ 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: "LIBPATH"
466+
value: '/openzdk/rocket/lib:$LIBPATH'
467+
- key: "PATH"
468+
value: '/u/user1/jenkins-zos:/u/user1/CMake/bin:/openzdk/rocket/bin:$PATH'
469+
- key: "PERL5LIB"
470+
value: '/openzdk/rocket/lib/perl5'
471+
- toolLocation:
472+
locations:
473+
- home: '/usr/lpp/java/J8.0_64/bin/java'
474+
475+
- home: '/u/user1/jenkins-zos/git'
476+
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
477+
- permanent:
478+
name: "ZISVJD39"
479+
nodeDescription: "zOS node"
480+
labelString: "zOS 390 compile:zos"
481+
remoteFS: '/u/user1/'
482+
numExecutors: 1
483+
mode: EXCLUSIVE
484+
retentionStrategy: "always"
485+
launcher:
486+
ssh:
487+
host: "148.100.36.167"
488+
port: "65522"
489+
credentialsId: "omr-agents-ssh-zos"
490+
javaPath: "/u/user1/jdk17/bin/java"
491+
jvmOptions: "-Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.user.passphrase.file.encoding=IBM-1047 -Dfile.encoding=ISO8859_1 -Djava.io.tmpdir=/u/user1/tmp"
492+
sshHostKeyVerificationStrategy:
493+
manuallyProvidedKeyVerificationStrategy:
494+
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgqfKb6DJ6Gn+CVtwtVebwVxezf7MYB87ZPV8yWy6vX"
495+
nodeProperties:
496+
- envVars:
497+
env:
498+
- key: "_BPXK_AUTOCVT"
499+
value: 'ON'
500+
- key: "_C89_CCMODE"
501+
value: '1'
502+
- key: "_CC_CCMODE"
503+
value: '1'
504+
- key: "_CEE_RUNOPTS"
505+
value: 'FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)'
506+
- key: "_CXX_CCMODE"
507+
value: '1'
508+
- key: "_TAG_REDIR_ERR"
509+
value: 'txt'
510+
- key: "_TAG_REDIR_OUT"
511+
value: 'txt'
512+
- key: "LIBPATH"
513+
value: '/openzdk/rocket/lib:$LIBPATH'
514+
- key: "PATH"
515+
value: '/u/user1/jenkins-zos:/u/user1/CMake/bin:/openzdk/rocket/bin:$PATH'
516+
- key: "PERL5LIB"
517+
value: '/openzdk/rocket/lib/perl5'
518+
- toolLocation:
519+
locations:
520+
- home: '/usr/lpp/java/J8.0_64/bin/java'
521+
522+
- home: '/u/user1/jenkins-zos/git'
523+
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
430524
- permanent:
431525
name: "p8-java1-ibm11"
432526
nodeDescription: "AIX 7.2"

0 commit comments

Comments
 (0)