The panic-loop tests sometimes fail in our downstream CI. The first patch fixes this issue. While we're at it, add the tests to the upstream CI, too (second patch). The third patch is a RFC: Is it ok to drop our dependecy on "jq" for these tests by replacing it with "grep"? Thomas Huth (3): s390x: Fix unreliable panic-loop tests .gitlab-ci.yml: Add the s390x panic-loop tests to the CI scripts/arch-run.bash: Drop the dependency on "jq" .gitlab-ci.yml | 2 ++ scripts/arch-run.bash | 27 +++++---------------------- 2 files changed, 7 insertions(+), 22 deletions(-) -- 2.50.1