From bdb5a29a2b649078314c27e372ad9fb03c433d7b Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Tue, 7 May 2024 20:03:42 +0200 Subject: [PATCH] ci: Rename docker build config + Update references in documentation. Signed-off-by: Petr Vorel --- .github/workflows/{ci.yml => ci-docker-build.yml} | 4 ++-- doc/developers/writing_tests.rst | 2 +- doc/old/Supported-kernel,-libc,-toolchain-versions.asciidoc | 2 +- doc/users/supported_systems.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{ci.yml => ci-docker-build.yml} (97%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci-docker-build.yml similarity index 97% rename from .github/workflows/ci.yml rename to .github/workflows/ci-docker-build.yml index a632ed96b81..68c42064a0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci-docker-build.yml @@ -1,6 +1,6 @@ -# Copyright (c) 2021-2023 Petr Vorel +# Copyright (c) 2021-2024 Petr Vorel -name: "CI: docker based builds" +name: "Test building with various distros in Docker" on: [push, pull_request] permissions: diff --git a/doc/developers/writing_tests.rst b/doc/developers/writing_tests.rst index 85a7a1d8a67..7c9f5e7bf5b 100644 --- a/doc/developers/writing_tests.rst +++ b/doc/developers/writing_tests.rst @@ -347,7 +347,7 @@ Master branch is tested in GitHub :repo:`actions` to ensure LTP builds in various distributions, including old, current and bleeding edge. ``gcc`` and ``clang`` toolchains are also tested for various architectures using cross-compilation. For a full list of tested distros, please -check :master:`.github/workflows/ci.yml`. +check :master:`.github/workflows/ci-docker-build.yml`. .. note:: diff --git a/doc/old/Supported-kernel,-libc,-toolchain-versions.asciidoc b/doc/old/Supported-kernel,-libc,-toolchain-versions.asciidoc index 511b9e14bb4..9eec138513d 100644 --- a/doc/old/Supported-kernel,-libc,-toolchain-versions.asciidoc +++ b/doc/old/Supported-kernel,-libc,-toolchain-versions.asciidoc @@ -8,7 +8,7 @@ We test master branch in https://github.com/linux-test-project/ltp/actions[GitHu to ensure LTP builds on various distributions including old, current and bleeding edge. We test both gcc and clang toolchains, various architectures with cross-compilation. For list of tested distros see -https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci.yml]. +https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci-docker-build.yml[.github/workflows/ci-docker-build.yml]. NOTE: GitHub Actions does only build testing, passing the CI means only that diff --git a/doc/users/supported_systems.rst b/doc/users/supported_systems.rst index 74ee5c8218e..31d87a9aaad 100644 --- a/doc/users/supported_systems.rst +++ b/doc/users/supported_systems.rst @@ -44,7 +44,7 @@ Oldest tested distributions - 2.17 - \- -For a full list of tested distros, please check :master:`.github/workflows/ci.yml`. +For a full list of tested distros, please check :master:`.github/workflows/ci-docker-build.yml`. Older distributions are not officially supported, which means that it may or may not work. It all depends on your luck. It should be possible