Skip to content

Commit d59635a

Browse files
anoopcs9mergify[bot]
authored andcommitted
docs: Add a bare minimum doc for CentOS CI testing setup
Signed-off-by: Anoop C S <[email protected]>
1 parent cc89871 commit d59635a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/centosci-integration-tests.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### Run multinode kubernetes cluster tests with experimental CTDB support
2+
3+
For every pull request on samba-operator repository, an integration test run
4+
is triggered on a [Jenkins](https://jenkins-samba.apps.ocp.cloud.ci.centos.org/view/SINK/)
5+
based pipeline from CentOS CI infrastructure which is supposed to show up in
6+
the list of GitHub checks along the following format:
7+
8+
*centos-ci/sink-clustered/mini-k8s-latest*
9+
10+
- Use the following text as GitHub comment to trigger a test run manually:
11+
12+
`/test centos-ci/sink-clustered/mini-k8s-latest`
13+
14+
- Or if you want to re-run:
15+
16+
`/retest centos-ci/sink-clustered/mini-k8s-latest`
17+
18+
- With more tests added to the matrix one could trigger everything at once with:
19+
20+
`/test all` or `/retest all`

0 commit comments

Comments
 (0)