Skip to content

Commit

Permalink
comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas Tsampros committed Aug 31, 2022
1 parent bab875c commit fbd6fee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/bounce_processes.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (bounceProcesses) reconcile(ctx context.Context, r *FoundationDBClusterReco
for _, process := range status.Cluster.Processes {
addressMap[process.Locality[fdbv1beta2.FDBLocalityInstanceIDKey]] = append(addressMap[process.Locality[fdbv1beta2.FDBLocalityInstanceIDKey]], process.Address)

// comment to trigger PR builder
if process.UptimeSeconds < minimumUptime && !process.Excluded {
minimumUptime = process.UptimeSeconds
}
Expand Down

0 comments on commit fbd6fee

Please sign in to comment.