Skip to content

Commit

Permalink
Specify pubsub topic use when rescheduling prod builds. (#990)
Browse files Browse the repository at this point in the history
* Specify pubsub topic use when rescheduling prod builds.

* Update luci_build_service.dart
  • Loading branch information
yusufm authored Nov 8, 2020
1 parent a016abc commit ad14541
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app_dart/lib/src/service/luci_build_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ class LuciBuildService {
properties: <String, String>{
'git_ref': commitSha,
},
notify: const NotificationConfig(
pubsubTopic: 'projects/flutter-dashboard/topics/luci-builds-prod',
),
));
}
}

0 comments on commit ad14541

Please sign in to comment.