leviathan icon indicating copy to clipboard operation
leviathan copied to clipboard

Testing GHA on OS Suite

Open vipulgupta2048 opened this issue 2 years ago • 1 comments

Signed-off-by: Vipul Gupta (@vipulgupta2048) [email protected]

vipulgupta2048 avatar Feb 23 '24 15:02 vipulgupta2048

Errors Found

QEMU

  • GitHub hosted runners can't run the ping command: https://github.com/actions/runner-images/issues/1519 by design.

    • The fix would be running QEMU worker tests on our runners which allow ICMP packets.
    • Or replacing the ping command with curl to validate if the interface works correctly.
  • Next run it did work out and some other tests errored out. Failure because of the recent change of DToverlay tests. Updating.

  • Final Run

    • Ping is definitely the issue for x86, amd64, aarch64 flakes out on something else
    • Autokit ??

vipulgupta2048 avatar Feb 27 '24 18:02 vipulgupta2048