#54 Fix spelling
Merged 4 years ago by mkovarik. Opened 4 years ago by pbortlov.
pbortlov/c3i-library readme-review  into  master

file modified
+6 -6
@@ -6,16 +6,16 @@ 

  * 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 @@ 

  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 @@ 

  ```

  

  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

  

  

FIx spelling in the README

rebased onto 1ff8178

4 years ago

Pull-Request has been merged by mkovarik

4 years ago
Metadata