Skip to content

Commit

Permalink
fix: jcasc node configuration for equinox
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Jul 11, 2024
1 parent 7be3a3c commit a0df7ff
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 84 deletions.
4 changes: 2 additions & 2 deletions instances/eclipse.equinox/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
project+: {
fullName: "eclipse.equinox",
displayName: "Eclipse Equinox"
displayName: "Eclipse Equinox",
# remoteFSSuffix must be individual among all JIPPs which link the eclipse.platform.releng/jenkins/configuration.yml
remoteFSSuffix: "equinox",
},
jenkins+: {
plugins+: [
"gerrit-code-review",
"github-checks",
"git-forensics",
"mail-watcher-plugin",
],
},
}
22 changes: 16 additions & 6 deletions instances/eclipse.equinox/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"home": "/home/jenkins",
"kubernetes": {
"inheritYamlMergeStrategy": true,
"resources": {
"cpu": {
"limit": "2000m",
Expand Down Expand Up @@ -88,7 +89,8 @@
],
"name": "m2-dir"
}
]
],
"yamlMergeStrategy": "merge"
},
"labels": [
"basic"
Expand Down Expand Up @@ -138,6 +140,7 @@
},
"home": "/home/jenkins",
"kubernetes": {
"inheritYamlMergeStrategy": true,
"resources": {
"cpu": {
"limit": "2000m",
Expand Down Expand Up @@ -181,7 +184,8 @@
],
"name": "m2-dir"
}
]
],
"yamlMergeStrategy": "merge"
},
"labels": [
"basic-ubuntu"
Expand Down Expand Up @@ -231,6 +235,7 @@
},
"home": "/home/jenkins",
"kubernetes": {
"inheritYamlMergeStrategy": true,
"resources": {
"cpu": {
"limit": "2000m",
Expand Down Expand Up @@ -274,7 +279,8 @@
],
"name": "m2-dir"
}
]
],
"yamlMergeStrategy": "merge"
},
"labels": [
"migration",
Expand Down Expand Up @@ -326,6 +332,7 @@
},
"home": "/home/jenkins",
"kubernetes": {
"inheritYamlMergeStrategy": true,
"resources": {
"cpu": {
"limit": "2000m",
Expand Down Expand Up @@ -369,7 +376,8 @@
],
"name": "m2-dir"
}
]
],
"yamlMergeStrategy": "merge"
},
"labels": [
"centos-latest",
Expand Down Expand Up @@ -482,9 +490,9 @@
}
],
"plugins": [
"gerrit-code-review",
"github-checks",
"git-forensics"
"git-forensics",
"mail-watcher-plugin"
],
"pluginsForceUpgrade": true,
"staticAgentCount": 0,
Expand Down Expand Up @@ -515,6 +523,7 @@
"authorize-project",
"bouncycastle-api",
"build-timeout",
"cloudbees-disk-usage-simple",
"cloudbees-folder",
"command-launcher",
"config-file-provider",
Expand Down Expand Up @@ -666,6 +675,7 @@
"project": {
"displayName": "Eclipse Equinox",
"fullName": "eclipse.equinox",
"remoteFSSuffix": "equinox",
"resourcePacks": 1,
"shortName": "equinox",
"unixGroupName": "eclipse.equinox"
Expand Down
Loading

0 comments on commit a0df7ff

Please sign in to comment.