Skip to content

Commit 8f66aea

Browse files
committed
Docs: update publish.md
1 parent 8becabd commit 8f66aea

1 file changed

Lines changed: 22 additions & 15 deletions

File tree

docs/publish.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
# Publish a stemcell
22

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).
1825

1926
## Publish stemcells
2027

0 commit comments

Comments
 (0)