aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/setup/vars.yml.template
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-01-24 18:00:53 +0000
committerAlex Bennée <alex.bennee@linaro.org>2023-02-02 10:44:23 +0000
commit69c4befba15ff5ace7408e0f107c38c699c294a4 (patch)
treeb5845ffda3a5b7ede6cb44a3a2d5449535911720 /scripts/ci/setup/vars.yml.template
parent026817fb69414c9d3909d8b1a209f90180d777d6 (diff)
downloadqemu-69c4befba15ff5ace7408e0f107c38c699c294a4.zip
qemu-69c4befba15ff5ace7408e0f107c38c699c294a4.tar.gz
qemu-69c4befba15ff5ace7408e0f107c38c699c294a4.tar.bz2
scripts/ci: update gitlab-runner playbook to use latest runner
We were using quite and old runner on our machines and running into issues with stalling jobs. Gitlab in the meantime now reliably provide the latest packaged versions of the runner under a stable URL. This update: - creates a per-arch subdir for builds - switches from binary tarballs to deb packages - re-uses the same binary for the secondary runner - updates distro check for second to 22.04 Note this script isn't fully idempotent as we end up accumulating runners especially during testing. However we also want to be able to run twice with different GitLab keys (e.g. project and personal) so I think we just have to be mindful of that during testing. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230124180127.1881110-2-alex.bennee@linaro.org>
Diffstat (limited to 'scripts/ci/setup/vars.yml.template')
-rw-r--r--scripts/ci/setup/vars.yml.template2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/setup/vars.yml.template b/scripts/ci/setup/vars.yml.template
index e480897..4b355fb 100644
--- a/scripts/ci/setup/vars.yml.template
+++ b/scripts/ci/setup/vars.yml.template
@@ -1,5 +1,3 @@
-# The version of the gitlab-runner to use
-gitlab_runner_version: 13.12.0
# The URL of the gitlab server to use, usually https://gitlab.com unless you're
# using a private GitLab instance
gitlab_runner_server_url: https://gitlab.com