Skip to content

Commit

Permalink
Remove refresh chromebot status API (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan committed Jul 25, 2022
1 parent a3ed99a commit c6c35a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 635 deletions.
6 changes: 0 additions & 6 deletions app_dart/bin/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ Future<void> main() async {
authProvider,
),
'/api/push-gold-status-to-github': PushGoldStatusToGithub(config, authProvider),
'/api/refresh-chromebot-status': RefreshChromebotStatus(
config,
authProvider,
luciBuildService,
scheduler: scheduler,
),
'/api/reset-prod-task': ResetProdTask(
config,
authProvider,
Expand Down
1 change: 0 additions & 1 deletion app_dart/lib/cocoon_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export 'src/request_handlers/push_build_status_to_github.dart';
export 'src/request_handlers/push_gold_status_to_github.dart';
export 'src/request_handlers/query_github_graphql.dart';
export 'src/request_handlers/readiness_check.dart';
export 'src/request_handlers/refresh_chromebot_status.dart';
export 'src/request_handlers/reset_prod_task.dart';
export 'src/request_handlers/reset_try_task.dart';
export 'src/request_handlers/scheduler/batch_backfiller.dart';
Expand Down
164 changes: 0 additions & 164 deletions app_dart/lib/src/request_handlers/refresh_chromebot_status.dart

This file was deleted.

Loading

0 comments on commit c6c35a4

Please sign in to comment.