Skip to content

Commit

Permalink
Merge pull request #31767 from pacoxu/disable-evented-pleg-in-kind-al…
Browse files Browse the repository at this point in the history
…pha-ci

disable EventedPLEG for kind CI on allalpha enabling
  • Loading branch information
k8s-ci-robot authored Jan 31, 2024
2 parents 37b85f7 + 157e9a8 commit a446b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ periodics:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: FEATURE_GATES
value: '{"AllAlpha":true}'
value: '{"AllAlpha":true,"EventedPLEG": false}'
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: FOCUS
Expand Down Expand Up @@ -563,7 +563,7 @@ periodics:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: FEATURE_GATES
value: '{"AllAlpha":true,"AllBeta":true}'
value: '{"AllAlpha":true,"AllBeta":true,"EventedPLEG": false}'
- name: RUNTIME_CONFIG
value: '{"api/all":"true"}'
- name: FOCUS
Expand Down

0 comments on commit a446b9e

Please sign in to comment.