From 341a84af79d727654a808c244555bb3af92b8d2a Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Fri, 6 Oct 2023 17:05:15 -0400 Subject: [PATCH] Remove the agent version override in tests. We now have working 8.12.0 and 8.11.0 snapshots. --- .buildkite/scripts/steps/integration_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/scripts/steps/integration_tests.sh b/.buildkite/scripts/steps/integration_tests.sh index 8b1dec76449..5c89c451976 100755 --- a/.buildkite/scripts/steps/integration_tests.sh +++ b/.buildkite/scripts/steps/integration_tests.sh @@ -5,8 +5,7 @@ source .buildkite/scripts/common.sh # Override the agent package version using a string with format .. # NOTE: use only after version bump when the new version is not yet available, for example: -# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.3" -OVERRIDE_AGENT_PACKAGE_VERSION="8.10.2" +# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.2" if [[ -n "$OVERRIDE_AGENT_PACKAGE_VERSION" ]]; then OVERRIDE_TEST_AGENT_VERSION=${OVERRIDE_AGENT_PACKAGE_VERSION}"-SNAPSHOT"