Skip to content

Commit

Permalink
Add 1.31 E2E tests for Docker (#8738)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 committed Sep 12, 2024
1 parent b16cd4e commit fb48ed9
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 126 deletions.
2 changes: 1 addition & 1 deletion test/e2e/QUICK_TESTS.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quick_tests:
# Docker
- TestDocker.*130
- TestDocker.*131
# vSphere
- ^TestVSphereKubernetes129To130RedHatUpgrade$
- TestVSphereKubernetes129To130StackedEtcdRedHatUpgrade
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ const (

var (
EksaPackageControllerHelmValues = []string{"sourceRegistry=public.ecr.aws/l0g8r8j6"}
KubeVersions = []v1alpha1.KubernetesVersion{v1alpha1.Kube126, v1alpha1.Kube127, v1alpha1.Kube128, v1alpha1.Kube129, v1alpha1.Kube130}
KubeVersions = []v1alpha1.KubernetesVersion{v1alpha1.Kube126, v1alpha1.Kube127, v1alpha1.Kube128, v1alpha1.Kube129, v1alpha1.Kube130, v1alpha1.Kube131}
)
Loading

0 comments on commit fb48ed9

Please sign in to comment.