Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the OVERRIDE_AGENT_PACKAGE_VERSION value as 8.13 is now built #3901

Merged
merged 20 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5b817c3
Remove OVERRIDE_AGENT_PACKAGE_VERSION
pierrehilbert Dec 12, 2023
224fd83
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Dec 13, 2023
d321c52
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Dec 14, 2023
c163410
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Dec 15, 2023
52d31de
Merge branch 'main' into integration-test-to-8.13.0
blakerouse Dec 18, 2023
888cede
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Dec 19, 2023
bf745c4
Merge branch 'main' into integration-test-to-8.13.0
jlind23 Dec 19, 2023
53d235c
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Dec 20, 2023
8bbe4c7
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Dec 23, 2023
8239565
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Jan 1, 2024
5703d9c
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Jan 2, 2024
b035af3
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Jan 2, 2024
5bfe98e
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Jan 2, 2024
a6f19a5
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Jan 3, 2024
8521a11
Merge branch 'main' into integration-test-to-8.13.0
cmacknz Jan 3, 2024
b187eec
Merge branch 'main' into integration-test-to-8.13.0
cmacknz Jan 4, 2024
db41de8
Merge branch 'main' into integration-test-to-8.13.0
pierrehilbert Jan 5, 2024
5ea544d
Merge branch 'main' into integration-test-to-8.13.0
cmacknz Jan 5, 2024
8d37ecc
Merge branch 'main' into integration-test-to-8.13.0
cmacknz Jan 8, 2024
124f7d0
Merge branch 'main' into integration-test-to-8.13.0
cmacknz Jan 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MAGE_SUBTARGET="${3:-""}"
# Override the agent package version using a string with format <major>.<minor>.<patch>
# NOTE: use only after version bump when the new version is not yet available, for example:
# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.3" otherwise OVERRIDE_AGENT_PACKAGE_VERSION="".
OVERRIDE_AGENT_PACKAGE_VERSION="8.12.0"
OVERRIDE_AGENT_PACKAGE_VERSION=""

if [[ -n "$OVERRIDE_AGENT_PACKAGE_VERSION" ]]; then
OVERRIDE_TEST_AGENT_VERSION=${OVERRIDE_AGENT_PACKAGE_VERSION}"-SNAPSHOT"
Expand Down
Loading