Adding AIX

Change-Id: Ibf023a1f6b635872c849bda885b47ea1dbf7dda3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2410733
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
This commit is contained in:
Milad Fa
2020-09-15 21:24:46 +00:00
committed by LUCI CQ
parent dd48130b29
commit 52fdd1ffce
3 changed files with 7 additions and 5 deletions

View File

@@ -216,7 +216,7 @@ class MetricsCollector(object):
# Add metrics regarding environment information.
self.add('timestamp', int(time.time()))
self.add('python_version', metrics_utils.get_python_version())
self.add('host_os', gclient_utils.GetMacWinOrLinux())
self.add('host_os', gclient_utils.GetMacWinAixOrLinux())
self.add('host_arch', detect_host_arch.HostArch())
depot_tools_age = metrics_utils.get_repo_timestamp(DEPOT_TOOLS)