Skip to content

Continuous Integration

Amy Buck edited this page Jan 24, 2018 · 15 revisions

NOTE: CI and CD for OpenSwitch are in a state of continuous improvement. As more processes are automated, this content will expand.

The CI process begins when a review is opened by a developer.

  • Developer opens review or updates existing review
  • Zuul CI runs check job
    • On success, Zuul CI adds Verified +1 tag to review
  • Zuul CI waits until review has following labels:
    • Verified +1
    • Code-Review +2
    • Workflow +1
  • Zuul CI runs gate job
    • On success, Zuul CI adds Verified +2 tag to review
  • Zuul CI waits until review has following labels:
    • Verified +2
    • Code-Review +2
    • Workflow +1
  • Zuul CI submits review to master branch of repository

Note: The check/gate jobs vary per repository. What follows is an overview. Please see infra/project-config for more details.

Debian Package Repositories

  • Check job: build package and run smoketest
  • Gate job: build package and run smoketest

Other Repositories

  • opx-build
    • Check job: build all packages and run smoketest
    • Gate job: build all packages and run smoketest
  • opx-test
    • Check job: run smoketest
    • Gate job: run smoketest
Clone this wiki locally