This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 5124eb9 Revert "[hotfix][ci] Always print environment information"
5124eb9 is described below
commit 5124eb98ca7c0b8ed8fbe6d0898a11187cddee39
Author: Chesnay Schepler <[email protected]>
AuthorDate: Fri Feb 11 09:55:33 2022 +0100
Revert "[hotfix][ci] Always print environment information"
This reverts commit f5819cec01eab914e8d4e7db41587b715a557e3b.
---
tools/ci/maven-utils.sh | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/tools/ci/maven-utils.sh b/tools/ci/maven-utils.sh
index 396e8d3..106ead1 100755
--- a/tools/ci/maven-utils.sh
+++ b/tools/ci/maven-utils.sh
@@ -111,19 +111,3 @@ MVN_GLOBAL_OPTIONS_WITHOUT_MIRROR+="$PROFILE "
export MVN_GLOBAL_OPTIONS="${MVN_GLOBAL_OPTIONS_WITHOUT_MIRROR} "
# use google mirror everywhere
MVN_GLOBAL_OPTIONS+="--settings $MAVEN_MIRROR_CONFIG_FILE
${NPM_PROXY_PROFILE_ACTIVATION} "
-
-print_system_info() {
- echo "CPU information"
- lscpu
-
- echo "Memory information"
- cat /proc/meminfo
-
- echo "Disk information"
- df -hH
-
- echo "Running build as"
- whoami
-}
-
-print_system_info