Skip to content

Commit bfcf956

Browse files
Merge pull request #786 from dtantsur/ironic-custom-image
📖 Releasing: set IRONIC_CUSTOM_IMAGE in the IrSO job
2 parents a0cb6c5 + b384e38 commit bfcf956

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/irso-functional.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
LOGDIR: /tmp/logs
1313
JUNIT_OUTPUT: /tmp/logs/report.xml
1414
IRONIC_CUSTOM_IMAGE: localhost/ironic:test
15+
# NOTE(dtantsur): change this on stable branches to make sure the correct
16+
# logic is used in IrSO, and also that the tests are skipped properly.
1517
IRONIC_CUSTOM_VERSION: latest
1618
steps:
1719
- name: Update repositories

docs/releasing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ operator code as well. After that, an
265265
[IrSO release](https://github.com/metal3-io/ironic-standalone-operator/blob/main/docs/releasing.md)
266266
will be prepared.
267267

268+
Finally, return to the release branch in this repository and update
269+
`IRONIC_CUSTOM_VERSION` in the IrSO workflow
270+
(`.github/workflows/irso-functional.yml`) to match the correct version (e.g.
271+
`32.0` on `release-32.0`).
272+
268273
## Additional actions outside this repository
269274

270275
Further additional actions may be required in the Metal3 project after

0 commit comments

Comments
 (0)