ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

driver: Increase timeout for arm64 to 8m #312

Closed nathanchance closed 3 years ago

nathanchance commented 3 years ago

arm64 builds have recently been timing out during boot on mainline and next, regardless of LLVM version. It is possible this is something that should be investigated on the kernel side but local reproduction is a bit more difficult due to higher power cores than what are available on Travis. Just increase the timeout to 8m to be sure that we are hung.

Presubmit: https://travis-ci.com/github/nathanchance/continuous-integration/builds/183784691

nickdesaulniers commented 3 years ago

This is likely from enabling cpu max features to test PAC/BTI. I suspect QEMU emulation of those ISA extensions is slow. We could always just disable that for now.