Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: e4da92d9943377b83a3840e2b157e832bff5bc78
https://github.com/qemu/qemu/commit/e4da92d9943377b83a3840e2b157e832bff5bc78
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: ee327b23d1eb20ac1a6159e325a551dc55b7a32f
https://github.com/qemu/qemu/commit/ee327b23d1eb20ac1a6159e325a551dc55b7a32f
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/d009607d08d2...ee327b23d1eb