Skip to content
Merged
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
4 changes: 2 additions & 2 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 @@ -21,7 +21,7 @@ Note: This needs to be updated!
- these [pipelines](https://github.com/SovereignCloudStack/zuul-config/blob/main/zuul.d/) are triggered by events
- here 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
Loading