Skip to content

Commit

Permalink
ci: increase CPU request to 1 and disable concurrent builds
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Laver <10552966+emlaver@users.noreply.github.com>
  • Loading branch information
emlaver committed Jan 11, 2024
1 parent 5eb1fc3 commit aa92941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|test/fixtures|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-11-23T11:02:43Z",
"generated_at": "2024-01-11T17:39:14Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -214,7 +214,7 @@
}
]
},
"version": "0.13.1+ibm.61.dss",
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def agentYaml() {
| resources:
| requests:
| memory: "2Gi"
| cpu: "650m"
| cpu: "1"
| limits:
| memory: "4Gi"
| cpu: "4"
Expand Down Expand Up @@ -165,6 +165,9 @@ pipeline {
yaml "${agentYaml()}"
}
}
options {
disableConcurrentBuilds()
}
stages {
stage('Build') {
steps {
Expand Down

0 comments on commit aa92941

Please sign in to comment.