-
Notifications
You must be signed in to change notification settings - Fork 89
Home
Geunsik Lim edited this page Nov 23, 2018
·
50 revisions
Welcome to the TAOS-CI wiki!
The picture above shows how the continuous integration and deployment are related to each inspection process before merging the pull request into a mainline branch (e.g., Master) finally.
- Red rectangle: It means that an inspection process has to go back to a start point.
- Green rectangle: It means that an inspection process can to go to a next step without a return process.
- CI Bot ID for webhook API
- github.com nnsuite-ci account: https://github.com/nnsuite-ci (by Sewon Oh)
- github.com taos-ci account: https://github.com/taos-ci (email: [email protected])
- CI Web Server: (Sewon Oh has issued the below hostnames at http://freedns.afraid.org)
- A tool to import a github issue and pull request from github enterprise to github.com:
- How to install TAOS-CI on Ubuntu PC - W.I.P (3~4 minutes)
- How to write new plugin module - https://youtu.be/_FvMmvJSBq4 (3 minutes)
- How to submit a pull request on TAOS-CI - https://youtu.be/2L2Hiy1qIdA (4 minutes)
Sometimes, contributors meet unexpected CI failure even though they submit correct PRs. In this case, please re-trigger CI checker by appending @open sesame mm/dd hh:mm
of your PR title.
- Example: [segmentation] update model & change IPC
- @open sesame 08/15 18:27