Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ICN project leverages Akriano Jenkins to run verify/test CI jobs. We join our servers into the Akriano But we run the CD jobs in our private Jenkins cluster. We have the following Jenkins slave nodes joined Akriano Jenkins. ICN CI jobs are supposed to be scheduled to our slave nodes by label icn-dev.

...

To add more Jenkins slave nodes, please follow the akriano jenkins guide

To setup private jenkins, please refer to the README.md under icn/ci/

Test Architecture

We support 3 jobs: golang verify job, shell verify job and e2e test job.

...