diff options
author | Thomas Huth <thuth@redhat.com> | 2021-08-06 15:10:15 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2021-09-02 11:29:34 +0100 |
commit | 40e916b4bc414c730df48c7d4405e66c8691756f (patch) | |
tree | d2eb2b09dece36dbd1f9cfa2139fd4ef2b1c3c71 /docs/devel/ci-jobs.rst | |
parent | d3ac658fbeb568ced3b4623f2ce4a8ee5ee5fa68 (diff) | |
download | qemu-40e916b4bc414c730df48c7d4405e66c8691756f.zip qemu-40e916b4bc414c730df48c7d4405e66c8691756f.tar.gz qemu-40e916b4bc414c730df48c7d4405e66c8691756f.tar.bz2 |
gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them
The patch that recently introduced the S390X_RUNNER_AVAILABLE variable
in custom-runners.yml missed that the bottom half of the file is rather
about aarch64 than s390x. Thus rename the S390X_RUNNER_AVAILABLE to
AARCH64_RUNNER_AVAILABLE in those jobs.
Finally mention both variables in our CI documentation, too.
Fixes: c5dd0f0342 ("Improve rules for the staging branch")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210730143809.717079-4-thuth@redhat.com>
[AJB: moved due to docu changes]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210806141015.2487502-5-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/ci-jobs.rst')
-rw-r--r-- | docs/devel/ci-jobs.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/devel/ci-jobs.rst b/docs/devel/ci-jobs.rst index 9cd9819..277975e 100644 --- a/docs/devel/ci-jobs.rst +++ b/docs/devel/ci-jobs.rst @@ -38,3 +38,14 @@ these artifacts are not already cached, downloading them make the jobs reach the timeout limit). Set this variable to have the tests using the Avocado framework run automatically. +AARCH64_RUNNER_AVAILABLE +~~~~~~~~~~~~~~~~~~~~~~~~ +If you've got access to an aarch64 host that can be used as a gitlab-CI +runner, you can set this variable to enable the tests that require this +kind of host. The runner should be tagged with "aarch64". + +S390X_RUNNER_AVAILABLE +~~~~~~~~~~~~~~~~~~~~~~ +If you've got access to an IBM Z host that can be used as a gitlab-CI +runner, you can set this variable to enable the tests that require this +kind of host. The runner should be tagged with "s390x". |