Skip to content

2023.1: add docs on testing, CI & automation #1291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/source/contributor/environments/ci-aio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ automates the manual setup steps below, and is recommended for most users.
The manual setup steps are provided for reference, and for users who wish to
make changes to the setup process.

.. seealso::

All-in-one GitHub CI testing using this environment is described :ref:`here
<testing-ci-aio>`.

Prerequisites
=============

Expand Down
10 changes: 10 additions & 0 deletions doc/source/contributor/environments/ci-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ In general it is preferable to use the `container image build CI workflow
to build container images, but this manual approach may be useful in some
cases.

.. seealso::

A container image build GitHub Actions workflow using this environment is
described :ref:`here <testing-container-images>`.

.. seealso::

An overcloud host image build GitHub Actions workflow using this environment
is described :ref:`here <testing-host-images>`.

Prerequisites
=============

Expand Down
5 changes: 5 additions & 0 deletions doc/source/contributor/environments/ci-multinode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ beyond the defaults. This includes:
* Magnum
* Wazuh

.. seealso::

On-demand and nightly GitHub Actions workflows workflow using this
environment are described :ref:`here <testing-multinode>`.

Manila
======
The Multinode environment supports Manila with the CephFS native backend, but it
Expand Down
1 change: 1 addition & 0 deletions doc/source/contributor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ This guide is for contributors of the StackHPC Kayobe configuration project.
environments/index
package-updates
pre-commit
testing-ci-automation
Loading