diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2024-06-03 18:53:17 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2024-06-06 10:20:46 +0100 |
| commit | 421a22ef8ec19bc6c1859a905142faeeaa7c35b2 (patch) | |
| tree | c7e02afb1c8ce8748f62fcb11de440a7fe6a4adf /docs/devel | |
| parent | db2feb2df8d19592c9859efb3f682404e0052957 (diff) | |
| download | focaccia-qemu-421a22ef8ec19bc6c1859a905142faeeaa7c35b2.tar.gz focaccia-qemu-421a22ef8ec19bc6c1859a905142faeeaa7c35b2.zip | |
ci: remove centos-steam-8 customer runner
This broke since eef0bae3a7 (migration: Remove block migration) but even after that was addressed it still fails to complete. As it will shortly be EOL lets to remove the runner definition and the related ansible setup bits. We still have centos9 docker images build and test. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240603175328.3823123-2-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel')
| -rw-r--r-- | docs/devel/ci-jobs.rst.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/devel/ci-jobs.rst.inc b/docs/devel/ci-jobs.rst.inc index be06322279..3756bbe355 100644 --- a/docs/devel/ci-jobs.rst.inc +++ b/docs/devel/ci-jobs.rst.inc @@ -182,13 +182,6 @@ 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". -CENTOS_STREAM_8_x86_64_RUNNER_AVAILABLE -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you've got access to a CentOS Stream 8 x86_64 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 -both "centos_stream_8" and "x86_64". - CCACHE_DISABLE ~~~~~~~~~~~~~~ The jobs are configured to use "ccache" by default since this typically |