Details
Assignee
UnassignedUnassignedReporter
dankendanken(Deactivated)Components
Priority
LowEpic Name
When a component build passes CQ/OST, tag its git hash
Details
Details
Assignee
Unassigned
UnassignedReporter
danken
danken(Deactivated)Components
Priority
Epic Name
When a component build passes CQ/OST, tag its git hash
Created October 24, 2017 at 9:30 AM
Updated June 16, 2021 at 11:51 AM
As a project maintainer, I want to see which changes passed CI gating (aka CQ) so that it will be easy for me to tell if a specific commit was tested in CQ and is available for QA.
Scenario: Project maintainer specifies in stdci.yaml config that he wants STDCI to tag changes of this project by specifying
"standard stage" will add the relevant information to the change object and CQ will handle the tagging.
Need to see if the tags will be pushed by CQ as well or another component should be used (such as pusher.py)