Skip to content

Commit fbad965

Browse files
jchen6585Joseph Chen
andauthored
Update Kops test for 1.30 (#2868)
Co-authored-by: Joseph Chen <[email protected]>
1 parent 883c3b2 commit fbad965

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/weekly-cron-tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
ROLE_ARN: ${{ secrets.EKS_CLUSTER_ROLE_ARN }}
5454
RUN_CNI_INTEGRATION_TESTS: false
5555
RUN_KOPS_TEST: true
56-
K8S_VERSION: 1.29.0-alpha.3
57-
KOPS_VERSION: v1.29.0-alpha.3
56+
K8S_VERSION: 1.30.0-beta.0
57+
KOPS_VERSION: v1.28.4
58+
KOPS_RUN_TOO_NEW_VERSION: 1
5859
run: |
5960
./scripts/run-integration-tests.sh
6061
if: always()

scripts/lib/integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ function run_kops_conformance() {
1313

1414
wget -qO- https://dl.k8s.io/v$K8S_VERSION/kubernetes-test-linux-amd64.tar.gz | tar -zxvf - --strip-components=3 -C /tmp kubernetes/test/bin/e2e.test
1515

16-
/tmp/e2e.test --ginkgo.focus="Conformance" --ginkgo.timeout 120m --kubeconfig=$KUBECONFIG --ginkgo.fail-fast --ginkgo.flake-attempts 2 \
16+
/tmp/e2e.test --ginkgo.focus="Conformance" --ginkgo.timeout 120m --kubeconfig=$KUBECONFIG --ginkgo.v --ginkgo.fail-fast --ginkgo.flake-attempts 2 \
1717
--ginkgo.skip="(works for CRD with validation schema)|(ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer)|(should support remote command execution over websockets)|(should support retrieving logs from the container over websockets)|(Basic StatefulSet functionality [StatefulSetBasic])|\[Slow\]|\[Serial\]"
1818

19-
/tmp/e2e.test --ginkgo.focus="\[Serial\].*Conformance" --kubeconfig=$KUBECONFIG --ginkgo.fail-fast --ginkgo.flake-attempts 2 \
19+
/tmp/e2e.test --ginkgo.focus="\[Serial\].*Conformance" --kubeconfig=$KUBECONFIG --ginkgo.v --ginkgo.fail-fast --ginkgo.flake-attempts 2 \
2020
--ginkgo.skip="(ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer)|(should support remote command execution over websockets)|(should support retrieving logs from the container over websockets)|\[Slow\]"
2121
echo "Kops conformance tests ran successfully!"
2222

0 commit comments

Comments
 (0)