Joey Armstrong | c9614ce | 2023-01-25 16:21:27 -0500 | [diff] [blame] | 1 | Jenkins job views: VOLTHA-LTS |
| 2 | ============================= |
| 3 | |
| 4 | Intent |
| 5 | ------ |
| 6 | |
| 7 | With each new VOLTHA LTS release (v2.11, v2.8) a jenkins view will need |
| 8 | to be created to allow running regression tests. This page will document |
| 9 | those instructions. |
| 10 | |
| 11 | LTS Folder |
| 12 | ---------- |
| 13 | Visit `jenkins::Dashboard <https://jenkins.opencord.org>`_ and create a |
| 14 | VOLTHA-LTS folder if one does not exist. |
| 15 | |
| 16 | - Click ``New Item`` in the left margin. |
| 17 | - For ``item name`` type in VOLTHA-LTS |
| 18 | - Click Folder or Copy from an existing folder. |
| 19 | - Uncheck "Add to current view" |
| 20 | - Click the OK button |
| 21 | |
| 22 | Jenkins job view: global |
| 23 | ------------------------ |
| 24 | |
| 25 | Two view creation options are available |
| 26 | |
| 27 | - global - all jobs are selectable |
| 28 | - local - simple list creation |
| 29 | |
| 30 | Global job view creation |
| 31 | ------------------------ |
| 32 | |
| 33 | - Visit `jenkins::Dashboard <https://jenkins.opencord.org>`_ |
| 34 | - Click "New View" in the left margin. |
| 35 | - Name view for the current release VOLTHA-XXX |
| 36 | - Select type "List View" |
| 37 | - Accept basic values to begin configuring |
| 38 | - Add an appropraite job Description. |
| 39 | - Scroll down to "Job Filters" |
| 40 | |
| 41 | - Selelect individual jobs |
| 42 | - Select "Use a regular expression to include jobs in the view", value: .*voltha-2.11.* |
| 43 | |
| 44 | - The voltha-2.8 view deleted the "Coverage" and "Favorite" columns. |
| 45 | - The voltha-2.11 view is complete for now. |
| 46 | - Click the "create" button |
| 47 | |
| 48 | Add job view in the LTS folder |
| 49 | ------------------------------ |
| 50 | |
| 51 | - Visit `jenkins::Dashboard <https://jenkins.opencord.org>`_ |
| 52 | - Click the `VOLTHA-LTS folder <https://jenkins.opencord.org/job/VOLTHA-LTS/>`_ in center. |
| 53 | - Click "New View" in the left margin. |
| 54 | - Add view name: VOLTHA-2.11 |
| 55 | - Select "Include a global view" |
| 56 | - Click the "create" button |
| 57 | - Type in an appropraite Description. |
| 58 | - View name should contain the global view name VOLTHA-2.11 |
| 59 | - Click "Apply" |
| 60 | - Click "OK" |
| 61 | |
| 62 | Access LTS jobs |
| 63 | --------------- |
| 64 | - Visit the `VOLTHA-LTS job folder <https://jenkins.opencord.org/job/VOLTHA-LTS/>`__ |
| 65 | - Select or bookmark job view VOLTHA-2.11. |