Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: e998c2e3f825ea8e6bc1a02761fbf135c12beb59
https://github.com/qemu/qemu/commit/e998c2e3f825ea8e6bc1a02761fbf135c12beb59
Author: Camilla Conte <[email protected]>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M .gitlab-ci.d/container-template.yml
A .gitlab-ci.d/default.yml
M .gitlab-ci.d/opensbi.yml
M .gitlab-ci.d/qemu-project.yml
Log Message:
-----------
Add CI configuration for Kubernetes
Configure Gitlab CI to run on Kubernetes
according to the official documentation.
https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-with-tls-enabled-in-kubernetes
These changes are needed because of the CI jobs
using Docker-in-Docker (dind).
As soon as Docker-in-Docker is replaced with Kaniko,
these changes can be reverted.
I documented what I did to set up the Kubernetes runner on the wiki:
https://wiki.qemu.org/Testing/CI/KubernetesRunners
Signed-off-by: Camilla Conte <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Commit: 62ae086dbb050950495dd764b0d71769e6b6a5f7
https://github.com/qemu/qemu/commit/62ae086dbb050950495dd764b0d71769e6b6a5f7
Author: Camilla Conte <[email protected]>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M .gitlab-ci.d/buildtest.yml
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Compare: https://github.com/qemu/qemu/compare/64e63dca0883...62ae086dbb05