From 2b9b2c784e21f8ed538ee5bcf53d8ade8408f5bb Mon Sep 17 00:00:00 2001 From: Paurush Garg <62579325+PaurushGarg@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:55:28 -0700 Subject: [PATCH] Updating e2e cluster versions (#571) --- .github/workflows/testcases.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testcases.json b/.github/workflows/testcases.json index cf0b51b940..3f3ad396e6 100644 --- a/.github/workflows/testcases.json +++ b/.github/workflows/testcases.json @@ -4,11 +4,11 @@ "type": "EKS_ADOT_OPERATOR", "targets": [ { - "name": "java-instrumentation-operator-ci-amd64-1-23", + "name": "java-instrumentation-operator-ci-amd64-1-24", "region": "us-west-2" }, { - "name": "java-instrumentation-operator-ci-amd64-1-26", + "name": "java-instrumentation-operator-ci-amd64-1-27", "region": "us-west-2" } ] @@ -17,11 +17,11 @@ "type": "EKS_ADOT_OPERATOR_ARM64", "targets": [ { - "name": "java-instrumentation-operator-ci-arm64-1-23", + "name": "java-instrumentation-operator-ci-arm64-1-24", "region": "us-west-2" }, { - "name": "java-instrumentation-operator-ci-arm64-1-26", + "name": "java-instrumentation-operator-ci-arm64-1-27", "region": "us-west-2" } ]