public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: kvm@vger.kernel.org, Paolo Bonzini <pbonzini@redhat.com>,
	Drew Jones <drjones@redhat.com>
Cc: Laurent Vivier <lvivier@redhat.com>,
	David Hildenbrand <david@redhat.com>,
	Janosch Frank <frankja@linux.ibm.com>,
	Cornelia Huck <cohuck@redhat.com>
Subject: [kvm-unit-tests PATCH 8/9] travis.yml: Rework the aarch64 jobs
Date: Thu, 24 Sep 2020 18:16:11 +0200	[thread overview]
Message-ID: <20200924161612.144549-9-thuth@redhat.com> (raw)
In-Reply-To: <20200924161612.144549-1-thuth@redhat.com>

With the new QEMU from Ubuntu Focal, we can now run some more tests
with TCG. Also switch the second build job to native arm64, so we
can use Clang to compile these tests to get some additional compiler
test coverage.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7e96faa..f1bcf3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,14 +78,22 @@ jobs:
       env:
       - CONFIG="--arch=arm64 --cross-prefix=aarch64-linux-gnu-"
       - BUILD_DIR="."
-      - TESTS="selftest-vectors-kernel selftest-vectors-user selftest-smp"
+      - TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi pci-test
+          pmu-cycle-counter pmu-event-counter-config pmu-sw-incr psci
+          selftest-setup selftest-smp selftest-vectors-kernel
+          selftest-vectors-user timer"
 
-    - addons:
-        apt_packages: gcc-aarch64-linux-gnu qemu-system-aarch64
+    - arch: arm64
+      addons:
+        apt_packages: clang-10 qemu-system-aarch64
+      compiler: clang
       env:
-      - CONFIG="--arch=arm64 --cross-prefix=aarch64-linux-gnu-"
+      - CONFIG="--arch=arm64 --cc=clang-10"
       - BUILD_DIR="arm64-buildir"
-      - TESTS="pci-test pmu gicv2-active gicv3-active psci timer selftest-setup"
+      - TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi pci-test
+          pmu-cycle-counter pmu-event-counter-config pmu-sw-incr psci
+          selftest-setup selftest-smp selftest-vectors-kernel
+          selftest-vectors-user timer"
 
     - addons:
         apt_packages: gcc-powerpc64le-linux-gnu qemu-system-ppc
-- 
2.18.2


  parent reply	other threads:[~2020-09-24 16:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24 16:16 [kvm-unit-tests PATCH 0/9] Update travis CI Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 1/9] travis.yml: Update from Bionic to Focal Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 2/9] travis.yml: Rework the x86 64-bit tests Thomas Huth
2020-09-25  6:44   ` Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 3/9] travis.yml: Refresh the x86 32-bit test list Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 4/9] travis.yml: Add the selftest-setup ppc64 test Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 5/9] kbuild: fix asm-offset generation to work with clang Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 6/9] arm/pmu: Fix inline assembly for Clang Thomas Huth
2020-09-24 16:16 ` [kvm-unit-tests PATCH 7/9] lib/arm64/spinlock: " Thomas Huth
2020-09-24 16:16 ` Thomas Huth [this message]
2020-09-24 16:16 ` [kvm-unit-tests PATCH 9/9] travis.yml: Update the list of s390x tests Thomas Huth
2020-09-25  9:57   ` Cornelia Huck
2020-09-25 10:09     ` David Hildenbrand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200924161612.144549-9-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=drjones@redhat.com \
    --cc=frankja@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox