Skip to content

Commit

Permalink
ignore EventedPLEG for WIP bugfix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Jan 17, 2024
1 parent a3d4b4e commit bea118b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ presubmits:
- --ginkgo-parallel=1
- --build=quick
- --cluster=
- --env=KUBE_FEATURE_GATES=AllAlpha=true,InTreePluginGCEUnregister=false
# EventedPLEG is disabled temporarily for https://github.com/kubernetes/kubernetes/issues/122721
- --env=KUBE_FEATURE_GATES=AllAlpha=true,InTreePluginGCEUnregister=false,EventedPLEG=false
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=ENABLE_APISERVER_TRACING=true
Expand Down
6 changes: 4 additions & 2 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,9 @@ presubmits:
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
# EventedPLEG is disabled temporarily for https://github.com/kubernetes/kubernetes/issues/122721
- 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 @@ -401,8 +402,9 @@ presubmits:
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
# EventedPLEG is disabled temporarily for https://github.com/kubernetes/kubernetes/issues/122721
- 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 bea118b

Please sign in to comment.