Skip to content

Commit ff99e3d

Browse files
authored
Update to Brussels 0.6.0 (#2582)
This PR updates the release flow to pull in oxidecomputer/brussels#21. This should be the last release process change needed before we can integrate Brussels with the omicron releng tooling! This also changes the configuration to match the current behavior of sprot-release: sidecar and observer images are not included in the CoRIM measurements anymore, and reverso and observer images will not be pulled into omicron.
1 parent fae5682 commit ff99e3d

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
concurrency:
2121
group: release-${{ github.event.inputs.group }}
2222

23+
env:
24+
BRUSSELS_VERSION: v0.6.0
25+
2326
jobs:
2427
init:
2528
name: Initialize the release
@@ -46,7 +49,7 @@ jobs:
4649
name: Download Brussels
4750
run: |
4851
if [[ "${BRUSSELS_RUN_ID}" == "" ]]; then
49-
gh release download -R oxidecomputer/brussels -p brussels v0.5.0
52+
gh release download -R oxidecomputer/brussels -p brussels "${BRUSSELS_VERSION}"
5053
else
5154
gh run download "${BRUSSELS_RUN_ID}" -R oxidecomputer/brussels -n prebuilt-binary
5255
fi

brussels.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ gimlet-e = {}
4040
gimlet-e-lab = {}
4141
gimlet-f = {}
4242
gimlet-f-lab = {}
43-
psc-b = {}
44-
psc-c = {}
45-
sidecar-b = {}
46-
sidecar-b-lab = {}
47-
sidecar-b-reverso = {}
48-
sidecar-c = {}
49-
sidecar-c-lab = {}
50-
sidecar-c-reverso = {}
51-
sidecar-d = {}
52-
sidecar-d-lab = {}
53-
sidecar-d-reverso = {}
43+
psc-b = { corim = false }
44+
psc-c = { corim = false }
45+
sidecar-b = { corim = false }
46+
sidecar-b-lab = { corim = false }
47+
sidecar-b-reverso = { corim = false, omicron = false }
48+
sidecar-c = { corim = false }
49+
sidecar-c-lab = { corim = false }
50+
sidecar-c-reverso = { corim = false, omicron = false }
51+
sidecar-d = { corim = false }
52+
sidecar-d-lab = { corim = false }
53+
sidecar-d-reverso = { corim = false, omicron = false }
5454
cosmo-a = {}
5555
cosmo-a-lab = {}
5656
cosmo-b = {}
5757
cosmo-b-lab = {}
58-
observer-a = {}
58+
observer-a = { corim = false, omicron = false }
5959

6060
[groups.rot]
6161
tag-bump = "minor"

0 commit comments

Comments
 (0)