-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathbrussels.toml
More file actions
69 lines (59 loc) · 1.71 KB
/
brussels.toml
File metadata and controls
69 lines (59 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Configuration for oxidecomputer/brussels, the SP and Rot release tool.
#
# Each group will publish all boards within it as part of a single tag and GitHub release, creating
# the tag according to the defined rules. The hubris-app-dirs key defines the list of directores
# containing the Hubris apps CI will build as part of the release.
version = 1 # Schema version of this file.
[sigstore-claims]
issuer = "https://token.actions.githubusercontent.com"
workflow-file = ".github/workflows/release.yml"
runner-environment = "self-hosted"
[groups.all-sp]
tag-bump = "patch"
tag-prefix = "all-sp-v"
hubris-app-dirs = [
"app/sidecar/",
"app/gimlet/",
"app/psc/",
"app/cosmo/",
]
release-title = "SP release {version}"
release-description = """
These are the final artifacts for **release {version}** of Oxide's Service Processor images.
This release has been published automatically, and no changelog is available.
"""
[groups.all-sp.boards]
gimlet-b = {}
gimlet-b-lab = {}
gimlet-c = {}
gimlet-c-lab = {}
gimlet-d = {}
gimlet-d-lab = {}
gimlet-e = {}
gimlet-e-lab = {}
gimlet-f = {}
gimlet-f-lab = {}
psc-b = {}
psc-c = {}
sidecar-b = {}
sidecar-b-lab = {}
sidecar-c = {}
sidecar-c-lab = {}
sidecar-d = {}
sidecar-d-lab = {}
cosmo-a = {}
cosmo-a-lab = {}
cosmo-b = {}
cosmo-b-lab = {}
[groups.rot]
tag-bump = "patch"
tag-prefix = "oxide-rot-1-v"
hubris-app-dirs = ["app/oxide-rot-1/"]
release-title = "RoT release {version}"
release-description = """
These are the final artifacts for **release {version}** of Oxide's Root of Trust images.
This release has been published automatically, and no changelog is available.
"""
[groups.rot.boards]
oxide-rot-1 = { images = ["a", "b"] }
oxide-rot-1-selfsigned = { images = ["a", "b"] }