-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2207 from ks-ci-bot/cherry-pick-2206-to-release-3.4
[release-3.4] upgrade devops to 3.4.0
- Loading branch information
Showing
15 changed files
with
302 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
approvers: | ||
- chilianyi | ||
- yudong2015 | ||
- zhbinary | ||
reviewers: | ||
- chilianyi | ||
- yudong2015 | ||
- zhbinary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,11 @@ | ||
--- | ||
devops: | ||
jenkinsVolumeSize: "8Gi" | ||
jenkinsVolumeSize: "16Gi" | ||
jenkinsMemoryLim: "{{ jenkins_memory_lim |default('4Gi') }}" | ||
jenkinsMemoryReq: "{{ jenkins_memory_req |default('2Gi') }}" | ||
jenkinsMemoryReq: "{{ jenkins_memory_req |default('4Gi') }}" | ||
jenkinsCpuReq: "{{ jenkins_cpu_req |default('0.5') }}" | ||
jenkinsCpuLim: "{{ jenkins_cpu_lim |default('1') }}" | ||
|
||
JavaOpts: > | ||
-XX:MaxRAMPercentage=80 -XX:MinRAMPercentage=60 | ||
-Dhudson.slaves.NodeProvisioner.initialDelay=20 | ||
-Dhudson.slaves.NodeProvisioner.MARGIN=50 | ||
-Dhudson.slaves.NodeProvisioner.MARGIN0=0.85 | ||
-Dhudson.model.LoadStatistics.clock=5000 | ||
-Dhudson.model.LoadStatistics.decay=0.2 | ||
-Dhudson.slaves.NodeProvisioner.recurrencePeriod=5000 | ||
-Dhudson.security.csrf.DefaultCrumbIssuer.EXCLUDE_SESSION_ID=true | ||
-Dio.jenkins.plugins.casc.ConfigurationAsCode.initialDelay=10000 | ||
-Djenkins.install.runSetupWizard=false | ||
-XX:+AlwaysPreTouch | ||
-XX:+HeapDumpOnOutOfMemoryError | ||
-XX:+UseG1GC | ||
-XX:+UseStringDeduplication | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+DisableExplicitGC | ||
-XX:+UnlockDiagnosticVMOptions | ||
-XX:+UnlockExperimentalVMOptions | ||
JenkinsLocationUrl: jenkins.devops.kubesphere.local | ||
|
||
EMAIL_SMTP_HOST: mail.example.com | ||
EMAIL_FROM_ADDR: [email protected] | ||
|
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.