Skip to content

Commit

Permalink
Update LITE to LIGHT
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Dec 24, 2020
1 parent 5c68076 commit e6371e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ node (node_label) {
// stage to run kubelet-density-light scale test
if (kubelet_density_light == "TRUE") {
env.WORKLOAD_PROPERTIES_FILE=KUBELET_DENSITY_LIGHT_PROPERTIES_FILE
env.WORKLOAD="RIPSAW-KUBELET-DENSITY-LITE"
env.WORKLOAD="RIPSAW-KUBELET-DENSITY-LIGHT"
load "pipeline-scripts/workload.groovy"
}

Expand Down

0 comments on commit e6371e6

Please sign in to comment.