From 1ff817833ec7b9bf73074cfbe32f16954f63273b Mon Sep 17 00:00:00 2001 From: Pavlina Bortlova Date: Mar 24 2020 13:38:52 +0000 Subject: Fix spelling --- diff --git a/roles/c3i/README.md b/roles/c3i/README.md index 6cf2c06..565d67c 100644 --- a/roles/c3i/README.md +++ b/roles/c3i/README.md @@ -6,16 +6,16 @@ C3I role is providing C3I workflows: * postmerge * image promotions -Role is configurable with role varibales starting `c3i_`. Component developers are expected to provide Jenkinsfile snippets with stages for building their component container and tests for their promotin workflows. +Role is configurable with role variables starting `c3i_`. Component developers are expected to provide Jenkinsfile snippets with stages for building their component container and tests for their promotion workflows. Requirements ------------ Integration with pagure.io: -* Projects have to set 'Fedmsg notificitaions' in 'Project Options' +* Projects have to set 'Fedmsg notifications' in 'Project Options' * Projects have to activate 'Hooks' -> 'Fedmsg' -* Openshift namespace contains secret defined by `c3i_pagure_api_key_secret` - - Token permissons: Flag a commit, Comment on a pull-request, Flag a pull-request +* OpenShift namespace contains secret defined by `c3i_pagure_api_key_secret` + - Token permissions: Flag a commit, Comment on a pull-request, Flag a pull-request Jenkins master is listening on Fedmsg and UMB. @@ -38,7 +38,7 @@ Job is listening on commits in master branch. New changes are checkouted into cu part of `c3i_build_and_test_snippet`. Pagure PR state is updated. Temporary images are promoted to final destination with `latest` tag. ### Promotion -Repotracker job listens on image change for specified tag - latest or stage. The repotracker job deployes environment and run tests defined in `c3i_integration_test_snippet`. Test results should be sent as +Repotracker job listens on image change for specified tag - latest or stage. The repotracker job deploys environment and run tests defined in `c3i_integration_test_snippet`. Test results should be sent as part of `c3i_integration_test_snippet`. Greenwave promotion job listens on container tests result. Job is promoting image from latest to stage or from stage to prod. @@ -70,7 +70,7 @@ c3i_build_custom_parameters: ``` Expected output variables: -* RESULTING\_IMAGE\_REPOS - provides list of repos cotaining generated images separated by ','. +* RESULTING\_IMAGE\_REPOS - provides list of repos containing generated images separated by ','. * RESULTING\_TAG - provides tag used on generated images