Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove refresh chromebot status API #2006

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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