Skip to content

Commit

Permalink
Add label to machines that are shared
Browse files Browse the repository at this point in the history
Some machines are shared with OpenJ9 farm.
Makes it easy to identify which machines are shared.

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau authored and fredg02 committed Nov 22, 2024
1 parent 72d1e92 commit a0c8e72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions instances/technology.omr/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jenkins:
- permanent:
name: "rh7-s390x-03"
nodeDescription: "zLinux node"
labelString: "Linux 390 compile:zlinux"
labelString: "Linux 390 compile:zlinux shared"
remoteFS: '/home/omr'
numExecutors: 1
mode: EXCLUSIVE
Expand All @@ -248,7 +248,7 @@ jenkins:
- permanent:
name: "rh7-s390x-04"
nodeDescription: "zLinux node"
labelString: "Linux 390 compile:zlinux"
labelString: "Linux 390 compile:zlinux shared"
remoteFS: '/home/omr'
numExecutors: 1
mode: EXCLUSIVE
Expand All @@ -267,7 +267,7 @@ jenkins:
- permanent:
name: "win2019x64-openj9-1"
nodeDescription: "Windows x86 "
labelString: "Windows x86 compile:xwindows"
labelString: "Windows x86 compile:xwindows shared"
remoteFS: 'c:\omr'
numExecutors: 1
mode: EXCLUSIVE
Expand All @@ -285,7 +285,7 @@ jenkins:
- permanent:
name: "win2019x64-openj9-2"
nodeDescription: "Windows x86 "
labelString: "Windows x86 compile:xwindows"
labelString: "Windows x86 compile:xwindows shared"
remoteFS: 'c:\omr'
numExecutors: 1
mode: EXCLUSIVE
Expand Down Expand Up @@ -397,7 +397,7 @@ jenkins:
- permanent:
name: "p8-java1-ibm11"
nodeDescription: "AIX 7.2"
labelString: "aix ppc compile:aix"
labelString: "aix ppc compile:aix shared"
remoteFS: '/home/omr/'
numExecutors: 1
mode: EXCLUSIVE
Expand All @@ -423,7 +423,7 @@ jenkins:
- permanent:
name: "p8-java1-ibm12"
nodeDescription: "AIX 7.2"
labelString: "aix ppc compile:aix"
labelString: "aix ppc compile:aix shared"
remoteFS: '/home/omr/'
numExecutors: 1
mode: EXCLUSIVE
Expand Down

0 comments on commit a0c8e72

Please sign in to comment.