Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qemu/qemu
base: 62ae086dbb05
Choose a base ref
...
head repository: qemu/qemu
compare: ab4f9674b485
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 19, 2023

  1. gitlab: Wait for docker server to start

    Should fix failures such as
    
    $ docker info
    Client:
     Debug Mode: false
    Server:
    ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
    Is the docker daemon running?
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    [rth: Split out of a larger patch]
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 19, 2023
    Copy the full SHA
    ede37a1 View commit details
    Browse the repository at this point in the history
  2. Raise crash-test-debian timeout to 90 minutes

    When running on the Kubernetes runner, this CI job is timing out.
    Raise the limit to give the job enough time to run.
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    Reviewed-by: Thomas Huth <thuth@redhat.com>
    Message-Id: <20230407145252.32955-2-cconte@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 19, 2023
    Copy the full SHA
    ab4f967 View commit details
    Browse the repository at this point in the history