Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/consuming_open_source_infra
FOSDEM 2105 talk on consuming open source infrastructure
https://github.com/nibalizer/consuming_open_source_infra
Last synced: about 15 hours ago
JSON representation
FOSDEM 2105 talk on consuming open source infrastructure
- Host: GitHub
- URL: https://github.com/nibalizer/consuming_open_source_infra
- Owner: nibalizer
- Created: 2015-01-31T07:11:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-31T14:44:43.000Z (almost 10 years ago)
- Last Synced: 2024-11-13T13:25:31.962Z (2 months ago)
- Language: JavaScript
- Size: 20.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Use of OpenStack CI for your own projects
=========================================A tour of the CI automation process used for OpenStack, focusing technically on
all the components used to compose the full CI workflow, and exposing how they
are interrelated and how the whole process is automated.This slide deck is a general overview of all components related into Openstack
CI process:* Gerrit and git review for code submission
* Zuul for dealing with branches and merges
* Jenkins to execute tests and related jobs such as building tarballs,
documentation or packagesa
* Nodepool for dealing with resources needed to execute all testing