Skip to content

Commit 5c474a7

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. Issue runtimes/infrastructure 9263 Signed-off-by: Adam Brousseau <[email protected]>
1 parent 061b05b commit 5c474a7

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

instances/technology.omr/jenkins/configuration.yml

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

0 commit comments

Comments
 (0)