From 4531e03cf92c05b9a5144c319368ad2d90adb292 Mon Sep 17 00:00:00 2001 From: ybonatakis Date: Thu, 8 Feb 2024 15:29:18 +0100 Subject: [PATCH 1/2] Update action version to 4 Signed-off-by: ybonatakis --- .github/workflows/isotovideo-action.yml | 2 +- .github/workflows/isotovideo-check-all-test-modules.yml | 2 +- .github/workflows/isotovideo.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/isotovideo-action.yml b/.github/workflows/isotovideo-action.yml index f49c026..cef9fe4 100644 --- a/.github/workflows/isotovideo-action.yml +++ b/.github/workflows/isotovideo-action.yml @@ -8,7 +8,7 @@ jobs: container: image: "registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install jq run: zypper -n in jq diff --git a/.github/workflows/isotovideo-check-all-test-modules.yml b/.github/workflows/isotovideo-check-all-test-modules.yml index b732c60..3be139f 100644 --- a/.github/workflows/isotovideo-check-all-test-modules.yml +++ b/.github/workflows/isotovideo-check-all-test-modules.yml @@ -11,6 +11,6 @@ jobs: # which can be fixed with a more recent version of Ubuntu explicitly runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run isotovideo against test code, fail if any test module failed run: podman run --rm -it -v .:/tests:Z --entrypoint '' registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq /bin/sh -c 'isotovideo --exit-status-from-test-results qemu_no_kvm=1 casedir=/tests' diff --git a/.github/workflows/isotovideo.yml b/.github/workflows/isotovideo.yml index 7117fbb..edf4b87 100644 --- a/.github/workflows/isotovideo.yml +++ b/.github/workflows/isotovideo.yml @@ -6,6 +6,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run isotovideo against test code in happy-path scenario run: podman run --rm -it -v .:/tests:Z registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86 --exit-status-from-test-results qemu_no_kvm=1 casedir=/tests From 316737b94099025c7a95b3bed1bdb5d0c58f206f Mon Sep 17 00:00:00 2001 From: ybonatakis Date: Fri, 9 Feb 2024 14:21:22 +0100 Subject: [PATCH 2/2] Remove unnecessary step from isotovideo-action.yml Due to isotovideo:qemu-x86-jq the step which installs jq is not needed. Signed-off-by: ybonatakis --- .github/workflows/isotovideo-action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/isotovideo-action.yml b/.github/workflows/isotovideo-action.yml index cef9fe4..1af36b5 100644 --- a/.github/workflows/isotovideo-action.yml +++ b/.github/workflows/isotovideo-action.yml @@ -9,8 +9,6 @@ jobs: image: "registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq" steps: - uses: actions/checkout@v4 - - name: install jq - run: zypper -n in jq - name: Run isotovideo against test code run: isotovideo --exit-status-from-test-results qemu_no_kvm=1 casedir=.