Skip to content

Commit

Permalink
Address review messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaeenie committed Jan 16, 2025
1 parent 748bea7 commit 495e2e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
- cluster-type: "eksctl"
arch: "arm"
family: "Bottlerocket"
- cluster-type: "eksctl"
family: "Ubuntu2004"
# Our tests are failing on clusters created with kops 1.29+.
# Until we fix that issue, we use kops 1.28 which only supports k8s versions up to 1.28.
# So, we only run our tests in k8s versions 1.29 and 1.30 on eksctl.
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-kubernetes/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function create_cluster() {
"$INSTANCE_TYPE" \
"$AMI_FAMILY" \
"$K8S_VERSION_EKSCTL"\
"EKSCTL_PATCH_SELINUX_ENFORCING_FILE"
"$EKSCTL_PATCH_SELINUX_ENFORCING_FILE"
fi
}

Expand Down

0 comments on commit 495e2e1

Please # to comment.