We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cce98 commit 66320c1Copy full SHA for 66320c1
.buildkite/scripts/steps/integration_tests_tf.sh
@@ -20,6 +20,11 @@ if [ -z "$TEST_SUDO" ]; then
20
exit 1
21
fi
22
23
+# Debug the current system information
24
+echo "~~~ System information"
25
+uname -s
26
+uname -m
27
+
28
# Override the agent package version using a string with format <major>.<minor>.<patch>
29
# There is a time when the snapshot is not built yet, so we cannot use the latest version automatically
30
# This file is managed by an automation (mage integration:UpdateAgentPackageVersion) that check if the snapshot is ready.
0 commit comments