sql: add buildset.branch column
This change adds the build's branch information to the database. Change-Id: Ia1e234f556766cc945dec84759c6a31f244084f6
This commit is contained in:
@@ -52,6 +52,7 @@ class SQLReporter(BaseReporter):
|
||||
message=self._formatItemReport(
|
||||
item, with_jobs=False),
|
||||
tenant=item.pipeline.layout.tenant.name,
|
||||
branch=item.change.branch,
|
||||
)
|
||||
buildset_ins_result = conn.execute(buildset_ins)
|
||||
build_inserts = []
|
||||
|
||||
Reference in New Issue
Block a user