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