Skip to content

Commit

Permalink
Fix BuildRun control time
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 authored and HeavyWombat committed Mar 11, 2021
1 parent 3cb494c commit b8d76d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/load/buildrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func ExecuteSingleBuildRun(kubeAccess KubeAccess, namespace string, name string,
buildRunResult = append(buildRunResult,
Value{
BuildrunControlTime,
duration(buildRun.Status.StartTime.Time, taskRun.Status.StartTime.Time),
duration(buildRun.CreationTimestamp.Time, taskRun.CreationTimestamp.Time),
},
)

Expand Down

0 comments on commit b8d76d8

Please sign in to comment.