Skip to content

Commit

Permalink
Test a different CPU
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Oct 30, 2023
1 parent 45dfb38 commit fd31ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
if-no-files-found: error
- name: Upload qemu stdout for ${{ matrix.test }}
uses: actions/upload-artifact@v3
if: always()
if: failure()
with:
name: vmstdout-${{ env.ARCH }}-${{ env.FLAVOR }}-${{ matrix.test }}.log
path: tests/vmstdout
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
if-no-files-found: error
- name: Upload qemu stdout for installer tests
uses: actions/upload-artifact@v3
if: always()
if: failure()
with:
name: vmstdout-${{ env.ARCH }}-${{ env.FLAVOR }}-installer.log
path: tests/vmstdout
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TESTS_PATH=$(realpath -s "${SCRIPTS_PATH}/../tests")
: "${ELMNTL_ACCEL:=kvm}"
: "${ELMNTL_TARGETARCH:=$(uname -p)}"
: "${ELMNTL_MACHINETYPE:=q35}"
: "${ELMNTL_CPU:=max}"
: "${ELMNTL_CPU:=Skylake-Client-v4}"

function _abort {
echo "$@" && exit 1
Expand Down

0 comments on commit fd31ea1

Please sign in to comment.