Message ID | 20200924161612.144549-10-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Update travis CI | expand |
On Thu, 24 Sep 2020 18:16:12 +0200 Thomas Huth <thuth@redhat.com> wrote: > With the new QEMU from Ubuntu Focal, we can now run more tests with TCG. > > Signed-off-by: Thomas Huth <thuth@redhat.com> > --- > .travis.yml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index f1bcf3d..6080326 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -116,7 +116,8 @@ jobs: > env: > - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" > - BUILD_DIR="." > - - TESTS="diag10 diag308" > + - TESTS="cpumodel css diag10 diag288 diag308 emulator intercept sclp-1g > + sclp-3g selftest-setup" > - ACCEL="tcg,firmware=s390x/run" > > - addons: > @@ -124,7 +125,7 @@ jobs: > env: > - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" > - BUILD_DIR="s390x-builddir" > - - TESTS="sieve" > + - TESTS="sieve skey stsi vector" > - ACCEL="tcg,firmware=s390x/run" > > - os: osx Nice. Acked-by: Cornelia Huck <cohuck@redhat.com>
On 25.09.20 11:57, Cornelia Huck wrote: > On Thu, 24 Sep 2020 18:16:12 +0200 > Thomas Huth <thuth@redhat.com> wrote: > >> With the new QEMU from Ubuntu Focal, we can now run more tests with TCG. >> >> Signed-off-by: Thomas Huth <thuth@redhat.com> >> --- >> .travis.yml | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/.travis.yml b/.travis.yml >> index f1bcf3d..6080326 100644 >> --- a/.travis.yml >> +++ b/.travis.yml >> @@ -116,7 +116,8 @@ jobs: >> env: >> - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" >> - BUILD_DIR="." >> - - TESTS="diag10 diag308" >> + - TESTS="cpumodel css diag10 diag288 diag308 emulator intercept sclp-1g >> + sclp-3g selftest-setup" >> - ACCEL="tcg,firmware=s390x/run" >> >> - addons: >> @@ -124,7 +125,7 @@ jobs: >> env: >> - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" >> - BUILD_DIR="s390x-builddir" >> - - TESTS="sieve" >> + - TESTS="sieve skey stsi vector" >> - ACCEL="tcg,firmware=s390x/run" >> >> - os: osx > > Nice. > > Acked-by: Cornelia Huck <cohuck@redhat.com> > Indeed Acked-by: David Hildenbrand <david@redhat.com>
diff --git a/.travis.yml b/.travis.yml index f1bcf3d..6080326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,8 @@ jobs: env: - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" - BUILD_DIR="." - - TESTS="diag10 diag308" + - TESTS="cpumodel css diag10 diag288 diag308 emulator intercept sclp-1g + sclp-3g selftest-setup" - ACCEL="tcg,firmware=s390x/run" - addons: @@ -124,7 +125,7 @@ jobs: env: - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" - BUILD_DIR="s390x-builddir" - - TESTS="sieve" + - TESTS="sieve skey stsi vector" - ACCEL="tcg,firmware=s390x/run" - os: osx
With the new QEMU from Ubuntu Focal, we can now run more tests with TCG. Signed-off-by: Thomas Huth <thuth@redhat.com> --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)