Skip to content

Commit

Permalink
Add kubelet-density-light to pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored and chaitanyaenr committed Jan 4, 2021
1 parent e6371e6 commit 9b128a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ node (node_label) {
env.WORKLOAD="ATS-SCALE-CI-HTTP"
load "pipeline-scripts/workload.groovy"
}
if (kubelet_density_light == "TRUE") {
env.WORKLOAD_PROPERTIES_FILE=KUBELET_DENSITY_LIGHT_PROPERTIES_FILE
env.WORKLOAD="RIPSAW-KUBELET-DENSITY-LIGHT"
load "pipeline-scripts/workload.groovy"
}
if (kubelet_density == "TRUE") {
env.WORKLOAD_PROPERTIES_FILE=KUBELET_DENSITY_PROPERTIES_FILE
env.WORKLOAD="RIPSAW-KUBELET-DENSITY"
Expand Down

0 comments on commit 9b128a2

Please sign in to comment.