Skip to content

Commit f7b7b4e

Browse files
authored
Merge pull request #1291 from stackhpc/2023.1-ci-docs
2023.1: add docs on testing, CI & automation
2 parents c99bd0b + 778bfd2 commit f7b7b4e

File tree

5 files changed

+442
-0
lines changed

5 files changed

+442
-0
lines changed

doc/source/contributor/environments/ci-aio.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ automates the manual setup steps below, and is recommended for most users.
1010
The manual setup steps are provided for reference, and for users who wish to
1111
make changes to the setup process.
1212

13+
.. seealso::
14+
15+
All-in-one GitHub CI testing using this environment is described :ref:`here
16+
<testing-ci-aio>`.
17+
1318
Prerequisites
1419
=============
1520

doc/source/contributor/environments/ci-builder.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ In general it is preferable to use the `container image build CI workflow
1111
to build container images, but this manual approach may be useful in some
1212
cases.
1313

14+
.. seealso::
15+
16+
A container image build GitHub Actions workflow using this environment is
17+
described :ref:`here <testing-container-images>`.
18+
19+
.. seealso::
20+
21+
An overcloud host image build GitHub Actions workflow using this environment
22+
is described :ref:`here <testing-host-images>`.
23+
1424
Prerequisites
1525
=============
1626

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ beyond the defaults. This includes:
1414
* Magnum
1515
* Wazuh
1616

17+
.. seealso::
18+
19+
On-demand and nightly GitHub Actions workflows workflow using this
20+
environment are described :ref:`here <testing-multinode>`.
21+
1722
Manila
1823
======
1924
The Multinode environment supports Manila with the CephFS native backend, but it

doc/source/contributor/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ This guide is for contributors of the StackHPC Kayobe configuration project.
1212
environments/index
1313
package-updates
1414
pre-commit
15+
testing-ci-automation

0 commit comments

Comments
 (0)