ci(nightly): default DTS_CONFIG_REF to develop for nightly builds#325
ci(nightly): default DTS_CONFIG_REF to develop for nightly builds#325fujijin wants to merge 1 commit into
Conversation
|
Ready-for-review follow-up:\n\nThis PR defaults to for nightly builds to align nightly pipeline behavior with expected branch source.\n\nIf you want, I can add an explicit note in docs/changelog to make the behavior change more visible to operators. |
|
Correction to my previous comment (formatting was stripped):\n\nReady-for-review follow-up:\nThis PR defaults DTS_CONFIG_REF to develop for nightly builds, aligning nightly pipeline behavior with expected branch source.\n\nIf preferred, I can also add an explicit docs/changelog note for operators. |
|
Polite review ping with validation scope:\n- Verified nightly default now points to \n- Change is limited to nightly path and remains backward-compatible for non-nightly flows\n\nPlease let me know if you want an explicit guard/comment for compatibility intent in the workflow file. |
|
Correction (escaped identifiers): nightly default now points DTS_CONFIG_REF to develop; non-nightly flows remain unchanged. |
Summary
DTS_CONFIG_REFtorefs/heads/developSRCREVto that commitWhy
Nightly DTS should use
dts-configsdevelop branch out of the box (issue #1790), while stable builds should remain on main.Verification
Nightly flow will pin a commit where
include/dts-environment.shhas:declare DTS_CONFIG_REF="${DTS_CONFIG_REF:-refs/heads/develop}"Refs: Dasharo/dasharo-issues#1790