diff --git a/standards/certification/pipeline.md b/standards/certification/pipeline.md index 68364c4166..b86670e489 100644 --- a/standards/certification/pipeline.md +++ b/standards/certification/pipeline.md @@ -167,9 +167,13 @@ We are going to create a pull request that is very similar to real-life example Note: you may have to adapt these instructions to your infrastructure. For instance, the secrets we create here are stored locally. If you want to include the check suite into your own continuous-integration pipeline, you may want to use some dedicated credential store and mechanism for -injecting secrets. You may want to take inspiration from our own Zuul setup by looking at +injecting secrets. + +You may want to take inspiration from our own Zuul setup by looking at [.zuul.d](https://github.com/SovereignCloudStack/standards/tree/main/.zuul.d) and [playbooks](https://github.com/SovereignCloudStack/standards/tree/main/playbooks). +However, don't be overwhelmed by the complexities of Zuul; it's well possible to use other solutions, +including a cronjob. 1. Install requirements.