Skip to content

Commit

Permalink
Merge branch 'v1.17.x' into backport/v1.17.x/recent-gg-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron authored Jun 20, 2024
2 parents 388591b + 8c86a08 commit a85427a
Show file tree
Hide file tree
Showing 50 changed files with 747 additions and 1,869 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/composite-actions/istio-tests/action.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/istio-tests.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pr-kubernetes-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# May 14th: ~ minutes execution time (see load_balancing_tests.md)
- cluster-name: 'cluster-three'
go-test-args: '-v -timeout=25m'
go-test-run-regex: '(^TestK8sGatewayIstioAutoMtls$$|^TestAutomtlsIstioEdgeApisGateway$$|^TestIstioEdgeApiGateway$$)'
go-test-run-regex: '(^TestK8sGatewayIstioAutoMtls$$|^TestAutomtlsIstioEdgeApisGateway$$|^TestIstioEdgeApiGateway$$|^TestIstioRegression$$)'

# May 14th: ~ minutes execution time (see load_balancing_tests.md)
- cluster-name: 'cluster-four'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# upgrade tests are run on LTS but not on main branch, for main they are run nightly
# ingress is deprecated from 1.17. Ref: https://solo-io-corp.slack.com/archives/G01EERAK3KJ/p1716389614777799
# this is the github action version of ternary op
kube-e2e-test-type: [ 'gateway', 'gloo', 'helm', 'gloomtls', 'glooctl', 'upgrade', 'istio' ]
kube-e2e-test-type: [ 'gateway', 'gloo', 'ingress', 'helm', 'gloomtls', 'glooctl', 'upgrade' ]
kube-version: [ { node: 'v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245', kubectl: 'v1.29.2', kind: 'v0.20.0', helm: 'v3.14.4' } ]
image-variant:
- distroless
Expand Down
8 changes: 0 additions & 8 deletions changelog/v1.17.0-rc5/e2e-tests-cleanup.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/v1.17.0-rc6/remove-old-istio-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Remove old Istio integration regression e2e tests and glooctl Istio integration e2e tests.
15 changes: 0 additions & 15 deletions ci/kind/setup-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ SKIP_DOCKER="${SKIP_DOCKER:-false}"
JUST_KIND="${JUST_KIND:-false}"
# Offer a default value for type of installation
KUBE2E_TESTS="${KUBE2E_TESTS:-gateway}" # If 'KUBE2E_TESTS' not set or null, use 'gateway'.
# The version of istio to install for glooctl tests. This should get set by the 'setup-kind-cluster' github action, where it is a required input.
ISTIO_VERSION="${ISTIO_VERSION:-1.22.0}"
# Set the default image variant to standard
IMAGE_VARIANT="${IMAGE_VARIANT:-standard}"
# If true, run extra steps to set up k8s gateway api conformance test environment
Expand Down Expand Up @@ -112,16 +110,3 @@ if [[ $CONFORMANCE == "true" ]]; then
- address-pool
EOF
fi

# 7. Install additional resources used for particular KUBE2E tests
if [[ $KUBE2E_TESTS = "glooctl" || $KUBE2E_TESTS = "istio" ]]; then
TARGET_ARCH=x86_64
if [[ $ARCH == 'arm64' ]]; then
TARGET_ARCH=arm64
fi
echo "Downloading Istio $ISTIO_VERSION"
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=$ISTIO_VERSION TARGET_ARCH=$TARGET_ARCH sh -

echo "Installing Istio"
yes | "./istio-$ISTIO_VERSION/bin/istioctl" install --set profile=minimal
fi
Loading

0 comments on commit a85427a

Please sign in to comment.