Skip to content

Commit

Permalink
ci: Rename docker build config
Browse files Browse the repository at this point in the history
+ Update references in documentation.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
  • Loading branch information
pevik committed May 7, 2024
1 parent 180bc2b commit bdb5a29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
@@ -1,6 +1,6 @@
# Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz>
# Copyright (c) 2021-2024 Petr Vorel <pvorel@suse.cz>

name: "CI: docker based builds"
name: "Test building with various distros in Docker"
on: [push, pull_request]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion doc/developers/writing_tests.rst
Expand Up @@ -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::

Expand Down
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/users/supported_systems.rst
Expand Up @@ -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
Expand Down

0 comments on commit bdb5a29

Please sign in to comment.