Skip to content

Commit 66320c1

Browse files
committed
debug
1 parent 67cce98 commit 66320c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/scripts/steps/integration_tests_tf.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ if [ -z "$TEST_SUDO" ]; then
2020
exit 1
2121
fi
2222

23+
# Debug the current system information
24+
echo "~~~ System information"
25+
uname -s
26+
uname -m
27+
2328
# Override the agent package version using a string with format <major>.<minor>.<patch>
2429
# There is a time when the snapshot is not built yet, so we cannot use the latest version automatically
2530
# This file is managed by an automation (mage integration:UpdateAgentPackageVersion) that check if the snapshot is ready.

0 commit comments

Comments
 (0)