File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,6 @@ jobs:
443443 " ${{ needs.vars.outputs.k8s_latest }}" ,
444444 ]
445445 enable-experimental : [true, false]
446- enable-inference-extension : true
447446 uses : ./.github/workflows/conformance.yml
448447 with :
449448 image : ${{ matrix.image }}
@@ -452,6 +451,7 @@ jobs:
452451 build-os : ${{ matrix.build-os }}
453452 production-release : ${{ inputs.is_production_release == true && (inputs.dry_run == false || inputs.dry_run == null) }}
454453 release_version : ${{ inputs.release_version }}
454+ enable-inference-extension : true
455455 secrets : inherit
456456 permissions :
457457 contents : write
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
1111 github.com/prometheus/client_golang v1.23.2
1212 github.com/prometheus/common v0.67.1
1313 github.com/tsenart/vegeta/v12 v12.12.0
14- gopkg.in/yaml.v2 v2.4.0
1514 k8s.io/api v0.34.1
1615 k8s.io/apiextensions-apiserver v0.34.1
1716 k8s.io/apimachinery v0.34.1
Original file line number Diff line number Diff line change @@ -245,8 +245,6 @@ gopkg.in/evanphx/json-patch.v4 v4.13.0 h1:czT3CmqEaQ1aanPc5SdlgQrrEIb8w/wwCvWWnf
245245gopkg.in/evanphx/json-patch.v4 v4.13.0 /go.mod h1:p8EYWUEYMpynmqDbY58zCKCFZw8pRWMG4EsWvDvM72M =
246246gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc =
247247gopkg.in/inf.v0 v0.9.1 /go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw =
248- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
249- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
250248gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
251249gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
252250k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM =
You can’t perform that action at this time.
0 commit comments