Skip to content

Commit

Permalink
Merge pull request #1970 from jupblb/b215304045
Browse files Browse the repository at this point in the history
Add CL2_CHECK_IF_PODS_ARE_UPDATED support to the huge-service config
  • Loading branch information
k8s-ci-robot authored Jan 20, 2022
2 parents 71fd473 + 755ec43 commit b2f2197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clusterloader2/testing/huge-service/modules/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
{{$isHeadless := .isHeadless}}
{{$serviceName := .serviceName}}

## CL2 params
{{$CHECK_IF_PODS_ARE_UPDATED := DefaultParam .CL2_CHECK_IF_PODS_ARE_UPDATED true}}

steps:
- name: Create {{$serviceName}}
phases:
Expand All @@ -22,6 +25,7 @@ steps:
Params:
action: start
apiVersion: apps/v1
checkIfPodsAreUpdated: {{$CHECK_IF_PODS_ARE_UPDATED}}
kind: Deployment
labelSelector: group = {{$serviceName}}
operationTimeout: 20m
Expand Down

0 comments on commit b2f2197

Please sign in to comment.