We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022d124 commit d70b11cCopy full SHA for d70b11c
.buildkite/scripts/steps/integration_tests.sh
@@ -11,7 +11,7 @@ MAGE_SUBTARGET="${3:-""}"
11
# Override the agent package version using a string with format <major>.<minor>.<patch>
12
# NOTE: use only after version bump when the new version is not yet available, for example:
13
# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.3" otherwise OVERRIDE_AGENT_PACKAGE_VERSION="".
14
-OVERRIDE_AGENT_PACKAGE_VERSION=""
+OVERRIDE_AGENT_PACKAGE_VERSION="8.13.3"
15
16
if [[ -n "$OVERRIDE_AGENT_PACKAGE_VERSION" ]]; then
17
OVERRIDE_TEST_AGENT_VERSION=${OVERRIDE_AGENT_PACKAGE_VERSION}"-SNAPSHOT"
0 commit comments