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: 37246d54d656
Choose a base ref
...
head repository: qemu/qemu
compare: c549823824fb
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on May 22, 2023

  1. Remove redundant CI variables

    These are not needed when using gitlab.com shared runners.
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    Message-Id: <20230522174153.46801-2-cconte@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 22, 2023
    Copy the full SHA
    85d628f View commit details
    Browse the repository at this point in the history
  2. Use docker "stable" tag

    Use the same tag in all jobs.
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    Message-Id: <20230522174153.46801-3-cconte@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 22, 2023
    Copy the full SHA
    0412dc6 View commit details
    Browse the repository at this point in the history
  3. Add loop over docker info

    Wait for docker info to return successfuly to ensure that
    the docker server (daemon) started.
    This is needed for jobs running on Kubernetes.
    See https://wiki.qemu.org/Testing/CI/KubernetesRunners.
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    Message-Id: <20230522174153.46801-4-cconte@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 22, 2023
    Copy the full SHA
    34cad17 View commit details
    Browse the repository at this point in the history
  4. Add CI variable RUNNER_TAG

    This allows to set a job tag dinamically.
    We need this to be able to select the Kubernetes runner.
    See https://wiki.qemu.org/Testing/CI/KubernetesRunners.
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    Message-Id: <20230522174153.46801-5-cconte@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 22, 2023
    Copy the full SHA
    d566475 View commit details
    Browse the repository at this point in the history
  5. Add Kubernetes runner configuration

    Custom values for the gitlab-runner Helm chart.
    See https://wiki.qemu.org/Testing/CI/KubernetesRunners.
    
    Signed-off-by: Camilla Conte <cconte@redhat.com>
    Message-Id: <20230522174153.46801-6-cconte@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 22, 2023
    Copy the full SHA
    c549823 View commit details
    Browse the repository at this point in the history