blob: e45c92f6d96e5d3256e938e0b1cefcb21e5a74fe [file] [log] [blame]
Joey Armstrong9a771062023-06-03 23:57:43 -04001Jenkins jobs: Unit testing
2==========================
3
4Intent
5------
6
7With each new VOLTHA LTS release (v2.11, v2.8) jenkins unit testing and
8sandbox tooling must be branched for release to protect testing from
9future enhancements on master branch.
10
11JJB configs are maintained in a central repository and are not maintained
12on a seprate branch within revision control. Instead versioning is
13implemented using naming conventions within the job configs.
14
Joey Armstrong4f93b762023-06-06 08:36:02 -040015WIP:
Joey Armstrong9a771062023-06-03 23:57:43 -040016----
17- Clone the ci-management repository
18
Joey Armstrong4f93b762023-06-06 08:36:02 -040019 - git clone ssh://gerrit.opencord.org:29418/ci-management.git
Joey Armstrong9a771062023-06-03 23:57:43 -040020
21
22TODO
23----
24- Document the current testing setup.