qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] ba27de: .travis.yml: the xcode10 image seems


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] ba27de: .travis.yml: the xcode10 image seems to be hosed
Date: Mon, 25 Feb 2019 17:15:55 +0000 (UTC)

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ba27de8d0425a14203fc701dc50f5e91746afb7e
      
https://github.com/qemu/qemu/commit/ba27de8d0425a14203fc701dc50f5e91746afb7e
  Author: Paolo Bonzini <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.yml: the xcode10 image seems to be hosed

It fails to install homebrew.  Unfortunately we cannot mark
it as an expected failure because Travis does not match
allow_failures rows against include rows (only against the
main test matrix, which we do not use at all), so just disable
it.

Signed-off-by: Paolo Bonzini <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>


  Commit: 4e6e7df61e1408d09990a12bc050be8e65e7f4f6
      
https://github.com/qemu/qemu/commit/4e6e7df61e1408d09990a12bc050be8e65e7f4f6
  Author: Alex Bennée <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.yml: split debug builds

The builds are reaching the magic 50 minute limit with regularity so
lets split them up. Rather than doing a full debug build on both just
enable debug tcg for linux-user.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>


  Commit: ad0adb4b0e69ee4f9e99c1b446ba4d7fdb404e2a
      
https://github.com/qemu/qemu/commit/ad0adb4b0e69ee4f9e99c1b446ba4d7fdb404e2a
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.yml: Test with disable-replication

We've had the build break with replication disabled, so lets
test that case in travis.

Suggsted-by: Alex Bennée <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>


  Commit: 4aeb5d242872ff31698698db4fbb2148a327796a
      
https://github.com/qemu/qemu/commit/4aeb5d242872ff31698698db4fbb2148a327796a
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.yml: Remove disable-uuid

Commit 315d3184525 turned --disable-uuid into a warning only; remove
the check from Travis.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>


  Commit: a48a1d18274f0e69cdbb29d1e51a0da52311ae5c
      
https://github.com/qemu/qemu/commit/a48a1d18274f0e69cdbb29d1e51a0da52311ae5c
  Author: Alex Bennée <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M tests/docker/dockerfiles/debian9.docker

  Log Message:
  -----------
  tests/docker: squash initial update and install step for debian9

Signed-off-by: Alex Bennée <address@hidden>


  Commit: e92a43bb1868cda5b267c982dcd61a4cbe549ac2
      
https://github.com/qemu/qemu/commit/e92a43bb1868cda5b267c982dcd61a4cbe549ac2
  Author: Alex Bennée <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M tests/docker/dockerfiles/debian-amd64.docker

  Log Message:
  -----------
  tests/docker: peg netmap code to a specific version

Tracking head is always going to be at the whims of the upstream.
Let's use a defined release so things don't magically change under us.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>


  Commit: 0a8b05c7cbd1412561d72e80beb9bead57a1a9aa
      
https://github.com/qemu/qemu/commit/0a8b05c7cbd1412561d72e80beb9bead57a1a9aa
  Author: Thomas Huth <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    A .gitlab-ci.yml
    M MAINTAINERS

  Log Message:
  -----------
  Add a gitlab-ci file for Continuous Integration testing on Gitlab

This is very convenient for people like me who store their QEMU git trees
on gitlab.com: Automatic CI pipelines are now run for each branch that is
pushed to the server - useful for some extra-testing before sending PULL-
requests for example. Since the runtime of the jobs is limited to 1h, the
jobs are distributed into multiple pipelines - this way everything finishs
fine within time (ca. 30 minutes currently).

Signed-off-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Reviewed-by: Cleber Rosa <address@hidden>


  Commit: 4f575c08ca856f03fd5c8567f5ca9389433e3e66
      
https://github.com/qemu/qemu/commit/4f575c08ca856f03fd5c8567f5ca9389433e3e66
  Author: Alex Bennée <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests/softfloat: always do quick softfloat tests

Some operations take a long time and enabling "-l 2 -r all" can take
more than a day which is stretching the definition of a "slow" test.
Lets default to the quick test and leave a note for those who wish to
run by hand.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>


  Commit: 4300dadc00bec6d75283ffbe1fd85c2b442bef2d
      
https://github.com/qemu/qemu/commit/4300dadc00bec6d75283ffbe1fd85c2b442bef2d
  Author: Alex Bennée <address@hidden>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M tests/cdrom-test.c

  Log Message:
  -----------
  tests/cdrom-test: only include isapc cdrom test when g_test_slow()

We are seeing instability on our CI runs which has been there since
the test was introduced. I suspect it triggers more on Travis due to
their heavy load.

Signed-off-by: Alex Bennée <address@hidden>
Acked-by: Thomas Huth <address@hidden>


  Commit: ef80b99ce7ffbd66b3efd493f4ca99f8abf59e79
      
https://github.com/qemu/qemu/commit/ef80b99ce7ffbd66b3efd493f4ca99f8abf59e79
  Author: Peter Maydell <address@hidden>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    A .gitlab-ci.yml
    M .travis.yml
    M MAINTAINERS
    M tests/Makefile.include
    M tests/cdrom-test.c
    M tests/docker/dockerfiles/debian-amd64.docker
    M tests/docker/dockerfiles/debian9.docker

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stsquad/tags/pull-testing-next-220219-1' into staging

Various testing fixes:

  - Travis updates (inc disable isapc cdrom test)
  - Add gitlab control
  - Fix docker image
  - keep softloat tests short

# gpg: Signature made Fri 22 Feb 2019 09:51:36 GMT
# gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <address@hidden>" 
[full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* remotes/stsquad/tags/pull-testing-next-220219-1:
  tests/cdrom-test: only include isapc cdrom test when g_test_slow()
  tests/softfloat: always do quick softfloat tests
  Add a gitlab-ci file for Continuous Integration testing on Gitlab
  tests/docker: peg netmap code to a specific version
  tests/docker: squash initial update and install step for debian9
  .travis.yml: Remove disable-uuid
  .travis.yml: Test with disable-replication
  .travis.yml: split debug builds
  .travis.yml: the xcode10 image seems to be hosed

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/59a568b57848...ef80b99ce7ff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]