refactor(test): extract e2e test scripts into reusable lib modules

Split run-e2e-tests.sh into test/lib helpers for kind setup, dependency
install, shared utilities, and centralized version defaults.
This commit is contained in:
Amir Alavi
2026-08-10 16:56:26 -04:00
parent ad19067697
commit fb908401dd
10 changed files with 181 additions and 74 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
descheduler-version: ["v0.36.0"]
descheduler-api: ["v1alpha2"]
manifest: ["deployment"]
kind-version: ["v0.31.0"] # keep in sync with test/run-e2e-tests.sh
kind-version: ["v0.31.0"] # keep in sync with test/lib/e2e-versions.env
runs-on: ubuntu-latest
steps:
- name: Checkout Repo