From c87c751f8518490d4ffcb7a52704b95c0d19a416 Mon Sep 17 00:00:00 2001 From: khalidshaheen <23318712+khalidshaheen@users.noreply.github.com> Date: Mon, 11 May 2026 17:29:08 +0200 Subject: [PATCH] Update zuul.md fix minor typos Signed-off-by: khalidshaheen <23318712+khalidshaheen@users.noreply.github.com> --- community/tools/zuul.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/tools/zuul.md b/community/tools/zuul.md index db7e2adfe5..59db2ba69f 100644 --- a/community/tools/zuul.md +++ b/community/tools/zuul.md @@ -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. @@ -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