Skip to content

Commit

Permalink
tests/kdump: Only run on x86_64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
travier authored and HuijingHei committed Oct 10, 2023
1 parent 295cb1e commit 578271a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/kola/kdump/test.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -xeuo pipefail
# https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-kernel-crashes/
# Only run on QEMU and x86_64 & aarch64 for now:
# Only run on QEMU x86_64 for now:
# https://github.com/coreos/fedora-coreos-tracker/issues/860
# kola: {"platforms": "qemu-unpriv", "minMemory": 4096, "tags": "skip-base-checks", "architectures": "x86_64 aarch64"}
# kola: {"platforms": "qemu-unpriv", "minMemory": 4096, "tags": "skip-base-checks", "architectures": "x86_64"}

fatal() {
echo "$@" >&2
Expand Down

0 comments on commit 578271a

Please sign in to comment.