Skip to content

Commit

Permalink
Assign dedicated agent to project Eclipse openpass
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Oct 9, 2023
1 parent 32e6ad8 commit d5c83e9
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion instances/automotive.openpass/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project+: {
fullName: "automotive.openpass",
displayName: "Eclipse openPASS",
resourcePacks: 2
resourcePacks: 3
},
jenkins+: {
plugins+: [
Expand Down
10 changes: 5 additions & 5 deletions instances/automotive.openpass/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
},
"jenkins": {
"agentConnectionTimeout": 180,
"maxConcurrency": 4,
"maxConcurrency": 6,
"permissions": [
{
"grantedPermissions": [
Expand Down Expand Up @@ -603,11 +603,11 @@
"resources": {
"cpu": {
"limit": "2000m",
"request": "550m"
"request": "850m"
},
"memory": {
"limit": "2048Mi",
"request": "2048Mi"
"limit": "2560Mi",
"request": "2560Mi"
}
},
"stsName": "openpass"
Expand Down Expand Up @@ -664,7 +664,7 @@
"project": {
"displayName": "Eclipse openPASS",
"fullName": "automotive.openpass",
"resourcePacks": 2,
"resourcePacks": 3,
"shortName": "openpass",
"unixGroupName": "automotive.openpass"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jenkins:
clouds:
- kubernetes:
name: "kubernetes"
containerCapStr: "4"
containerCapStr: "6"
jenkinsUrl: "http://jenkins-ui.openpass.svc.cluster.local/openpass"
jenkinsTunnel: "jenkins-discovery.openpass.svc.cluster.local:50000"
maxRequestsPerHostStr: "32"
Expand Down
16 changes: 8 additions & 8 deletions instances/automotive.openpass/target/jenkins/plugins.log
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ commons-text-api 1.10.0-78.v3e7b_ea_d5a_fe1
conditional-buildstep 1.4.3
config-file-provider 959.vcff671a_4518b_
configuration-as-code 1714.v09593e830cfa
credentials 1271.v54b_1c2c6388a_
credentials 1293.vff276f713473
credentials-binding 636.v55f1275c7b_27
data-tables-api 1.13.6-4
display-url-api 2.3.9
display-url-api 2.200.vb_9327d658781
durable-task 523.va_a_22cf15d5e0
echarts-api 5.4.0-6
email-ext 2.101
email-ext 2.102
extended-read-permission 53.v6499940139e5
external-monitor-job 215.v2e88e894db_f8
extra-columns 1.26
Expand All @@ -35,7 +35,7 @@ git 5.2.0
git-client 4.5.0
git-parameter 0.9.19
github 1.37.3
github-api 1.314-431.v78d72a_3fe4c3
github-api 1.316-451.v15738eef3414
github-branch-source 1741.va_3028eb_9fd21
gitlab-api 5.3.0-91.v1f9a_fda_d654f
gitlab-branch-source 677.v0b_63b_038322b_
Expand Down Expand Up @@ -86,7 +86,7 @@ pipeline-stage-step 305.ve96d0205c1c6
pipeline-stage-tags-metadata 2.2144.v077a_d1928a_40
pipeline-stage-view 2.33
plain-credentials 143.v1b_df8b_d3b_e48
plugin-util-api 3.3.0
plugin-util-api 3.5.0
prism-api 1.29.0-8
promoted-builds 892.vd6219fc0a_efb
rebuild 320.v5a_0933a_e7d61
Expand All @@ -96,7 +96,7 @@ scm-api 676.v886669a_199a_a_
script-security 1275.v23895f409fb_d
simple-theme-plugin 160.vb_76454b_67900
snakeyaml-api 2.2-111.vc6598e30cc65
sonar 2.15
sonar 2.16
ssh-agent 333.v878b_53c89511
ssh-credentials 308.ve4497b_ccd8f4
ssh-slaves 2.916.vd17b_43357ce4
Expand All @@ -107,11 +107,11 @@ trilead-api 2.84.v72119de229b_7
variant 60.v7290fc0eb_b_cd
warnings-ng 10.4.0
workflow-aggregator 596.v8c21c963d92d
workflow-api 1281.vca_5fddb_3fceb_
workflow-api 1283.v99c10937efcb_
workflow-basic-steps 1042.ve7b_140c4a_e0c
workflow-cps 3793.v65dec41c3a_c3
workflow-durable-task-step 1289.v4d3e7b_01546b_
workflow-job 1346.v180a_63f40267
workflow-job 1348.v32a_a_f150910e
workflow-multibranch 756.v891d88f2cd46
workflow-scm-step 415.v434365564324
workflow-step-api 639.v6eca_cd8c04a_a_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data:
clouds:
- kubernetes:
name: "kubernetes"
containerCapStr: "4"
containerCapStr: "6"
jenkinsUrl: "http://jenkins-ui.openpass.svc.cluster.local/openpass"
jenkinsTunnel: "jenkins-discovery.openpass.svc.cluster.local:50000"
maxRequestsPerHostStr: "32"
Expand Down
4 changes: 2 additions & 2 deletions instances/automotive.openpass/target/k8s/limit-range.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"limits": [
{
"max": {
"cpu": "4300m",
"cpu": "6300m",
"memory": "16640Mi"
},
"min": {
Expand All @@ -32,7 +32,7 @@
"memory": "256Mi"
},
"max": {
"cpu": "4000m",
"cpu": "6000m",
"memory": "16384Mi"
},
"min": {
Expand Down
10 changes: 5 additions & 5 deletions instances/automotive.openpass/target/k8s/resource-quotas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"spec": {
"hard": {
"limits.cpu": "11200m",
"limits.memory": "19456Mi",
"pods": 5,
"requests.cpu": "5350m",
"requests.memory": "19456Mi"
"limits.cpu": "15800m",
"limits.memory": "28672Mi",
"pods": 7,
"requests.cpu": "8050m",
"requests.memory": "28672Mi"
}
}
}
4 changes: 2 additions & 2 deletions instances/automotive.openpass/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
"resources": {
"limits": {
"cpu": "2000m",
"memory": "2048Mi"
"memory": "2560Mi"
},
"requests": {
"cpu": "550m"
"cpu": "850m"
}
},
"volumeMounts": [
Expand Down

0 comments on commit d5c83e9

Please sign in to comment.