|
1 | 1 | # Publish a stemcell |
2 | 2 |
|
3 | | -## Verify stemcell builds |
4 | | - |
5 | | -Whenever a USN (Ubuntu Security Notice) is published, a ticket is automatically |
6 | | -created in the community-stemcell board |
7 | | -(https://github.com/orgs/cloudfoundry/projects/4). |
8 | | -There would also be a notification in the #bosh-private channel of the |
9 | | -Cloud Foundry slack. |
10 | | - |
11 | | -A USN triggers the stemcell build pipeline, when everything is successfully |
12 | | -built, we can publish the new candidate stemcell version. |
13 | | -Please check the latest build of the aggregate-candidate-stemcells job of the |
14 | | -stemcell line you need to release (aggregate-candidate-stemcells), |
15 | | -you should see a successful build which was triggered by the USN notice. |
16 | | -Then, in the stemcells-publisher pipeline, check if google and aws light |
17 | | -stemcells were successfully built as a result of the USN. |
| 3 | +## Verify stemcells have built |
| 4 | + |
| 5 | +The following CI build groups process USN(s), and post a message to the |
| 6 | +`#bosh-private` channel in the |
| 7 | +[Cloud Foundry slack](https://cloudfoundry.slack.com) |
| 8 | +- https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-jammy-builder?group=automatic-triggers |
| 9 | +- https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-noble-builder?group=automatic-triggers |
| 10 | + |
| 11 | +A USN triggers the stemcell build pipeline to pick up newer packages which |
| 12 | +address the USN(s). Before publishing a new stemcell verify the latest build of |
| 13 | +`aggregate-candidate-stemcells` job for the stemcell line in question: |
| 14 | +- https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-jammy-builder/jobs/aggregate-candidate-stemcells |
| 15 | +- https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-noble-builder/jobs/aggregate-candidate-stemcells |
| 16 | + |
| 17 | +Look for a successful build triggered by the USN(s). |
| 18 | + |
| 19 | +In the publisher pipelines: |
| 20 | +- https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-jammy-publisher |
| 21 | +- https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-noble-publisher |
| 22 | + |
| 23 | +verify that the lite stemcell builds for Google and AWS have been successfully |
| 24 | +triggered by the USN(s). |
18 | 25 |
|
19 | 26 | ## Publish stemcells |
20 | 27 |
|
|
0 commit comments