evaluator: don't save project, jobset on builds

This commit is contained in:
Graham Christensen 2022-01-08 22:33:07 -05:00
parent c539deea99
commit 9dc40e0816

View file

@ -476,8 +476,6 @@ sub checkBuild {
# Add the build to the database. # Add the build to the database.
$build = $jobset->builds->create( $build = $jobset->builds->create(
{ timestamp => $time { timestamp => $time
, project => $jobset->project
, jobset => $jobset->name
, jobset_id => $jobset->id , jobset_id => $jobset->id
, job => $jobName , job => $jobName
, description => null($buildInfo->{description}) , description => null($buildInfo->{description})