From c09f5705baf4c6350dcf1147a729392f45912b60 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 14 May 2024 18:04:33 +0200 Subject: [PATCH] Attempting to limit codereview spam while improving runner requirements --- .github/CODEOWNERS | 8 ++------ .github/workflows/qemu-tests.yaml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c93403a..eb80e4e9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,3 @@ # As per https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file - -* @Torxed - -# Any PKGBUILD changes should tag grazzolini -/PKGBUILDs/ @grazzolini -/PKGBUILD @grazzolini +.github/* @Torxed +tests/qemu/* @Torxed \ No newline at end of file diff --git a/.github/workflows/qemu-tests.yaml b/.github/workflows/qemu-tests.yaml index 7a1c240f..a35fc3cc 100644 --- a/.github/workflows/qemu-tests.yaml +++ b/.github/workflows/qemu-tests.yaml @@ -32,7 +32,7 @@ jobs: - run: cp /usr/share/ovmf/x64/OVMF_VARS.fd ./tests/qemu/OVMF_VARS.fd - run: rm -f -- ./tests/qemu/archtest.img - run: qemu-img create -f qcow2 ./tests/qemu/archtest.img 10G - - run: tree + - run: tree -L 2 - run: cat .screenrc_test - run: script -c "stty rows 24 && stty cols 80 && screen -c .screenrc_test" - uses: actions/upload-artifact@v4