Skip to content

Commit

Permalink
Re-enable kdump test on QEMU, x86_64 & aarch64 only
Browse files Browse the repository at this point in the history
This is currently broken on cloud platforms but should work in QEMU in
CI on x86_64 & aarch64.

See coreos/fedora-coreos-tracker#860

This reverts commit 1e707cd.
  • Loading branch information
travier authored and HuijingHei committed Oct 10, 2023
1 parent f238c8b commit b7d5bb1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/kola/kdump/test.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#!/bin/bash
set -xeuo pipefail
# https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-kernel-crashes/
# kola: {"minMemory": 4096, "tags": "skip-base-checks"}

# ===== FIXME: Disabled due to broken CI
echo "Test disabled"
exit 0
# =====
# Only run on QEMU and x86_64 & aarch64 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"}

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

0 comments on commit b7d5bb1

Please sign in to comment.