Skip to content
Open
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
6 changes: 3 additions & 3 deletions community/tools/zuul.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Zuul CI/CD pipelines and project gating

Since we are expecting a lot of pipelines beeing created and used GitHub actions won't keep up
Since we are expecting a lot of pipelines being created and used GitHub actions won't keep up
well. We also expect cross-repository and even cross-project dependencies. Therefore we decided to
use Zuul as our main pipeline solution.

Expand All @@ -19,9 +19,9 @@ Note: This needs to be updated!
- the merge-mode which should be used to auto-merge
- the jobs to run in each pipeline (gh_check, gh_gate, gh_post, gh_tag)
- these [pipelines](https://github.com/SovereignCloudStack/zuul-config/blob/main/zuul.d/) are triggered by events
- ihere are [some default jobs](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
- there are [some default jobs](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
- If you have _self-defined_ jobs, you need to create a folder _.playbooks_
- this folder containers ansible playbooks which will be triggered
- this folder contains ansible playbooks which will be triggered

### General information about Zuul

Expand Down