A couple of ARM64-related fixes (#934)
* Do not rely on AArch64 CPUs to support 32-bit ARM for cross-testing. Signed-off-by: Alexey Kopytov <akopytov@gmail.com> * aarch64 like ppc64le reports 64k node_sockstat_TCP_mem_bytes due to 64k pages. Signed-off-by: Alexey Kopytov <akopytov@gmail.com>
This commit is contained in:
parent
84dc362b05
commit
dd98a09bb2
3 changed files with 6 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ skip_re="^(go_|node_exporter_build_info|node_scrape_collector_duration_seconds|p
|
|||
arch="$(uname -m)"
|
||||
|
||||
case "${arch}" in
|
||||
ppc64le) fixture='collector/fixtures/e2e-ppc64le-output.txt' ;;
|
||||
aarch64|ppc64le) fixture='collector/fixtures/e2e-64k-page-output.txt' ;;
|
||||
*) fixture='collector/fixtures/e2e-output.txt' ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue