-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[YUNIKORN-2911] Add kind-e2e Makefile target (#925)
Adds a simple kind-e2e Makefile target. This target starts a kind cluster on the latest version, executes the e2e tests, and tears down the cluster. Ideally this should be run by users prior to PR pushes. Also, update to kind image for v1.31.1. Closes: #925
- Loading branch information
1 parent
32903ff
commit 92a17ad
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
matrix: | ||
k8s: | ||
[ | ||
v1.31.0, | ||
v1.31.1, | ||
v1.30.4, | ||
v1.29.8, | ||
v1.28.13, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters