You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is still a bit messy, because we do not have ideal abstractions in
place for the cfgs/flows. It might also be nice to separate out the
revision info from the IP Meta even more in the future - some of the
abstractions here still feel a bit arbitrary.
This corrects a few issues with regards to current git commit / revision
handling:
- Report the short commit hash returned by git, not just an arbitrarily
truncated hash.
- The deploy commit is now listed correctly, instead of picking up the
sim_cfg "revision" string which is generally not the same as the
commit.
- While the commit hash, branch and URL are used alternatively, the
overriding "revision" string from the expanded SimCfg is now also
picked up into IP metadata right now. This will need to be surfaced
for Markdown reporting later. It currently isn't used in the HTML
report, but probably should be later.
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
0 commit comments