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

Commits on May 24, 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>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 24, 2023
    Copy the full SHA
    a878264 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>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 24, 2023
    Copy the full SHA
    5f63a67 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>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 24, 2023
    Copy the full SHA
    b105ce6 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 dynamically.
    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>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 24, 2023
    Copy the full SHA
    037a171 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>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    spotlesstofu authored and rth7680 committed May 24, 2023
    Copy the full SHA
    8acf865 View commit details
    Browse the repository at this point in the history