Add cronjob to clean up stale runner machines
Changelog: added
显示
- app/services/ci/runners/stale_machines_cleanup_service.rb 33 个添加, 0 个删除app/services/ci/runners/stale_machines_cleanup_service.rb
- app/workers/all_queues.yml 9 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/ci/runners/reconcile_existing_runner_versions_cron_worker.rb 1 个添加, 1 个删除...runners/reconcile_existing_runner_versions_cron_worker.rb
- app/workers/ci/runners/stale_machines_cleanup_cron_worker.rb 24 个添加, 0 个删除app/workers/ci/runners/stale_machines_cleanup_cron_worker.rb
- app/workers/concerns/application_worker.rb 5 个添加, 0 个删除app/workers/concerns/application_worker.rb
- config/gitlab.yml.example 4 个添加, 0 个删除config/gitlab.yml.example
- config/initializers/1_settings.rb 3 个添加, 0 个删除config/initializers/1_settings.rb
- ee/app/workers/ci/runners/stale_group_runners_prune_cron_worker.rb 1 个添加, 1 个删除...rkers/ci/runners/stale_group_runners_prune_cron_worker.rb
- spec/factories/ci/runner_machines.rb 5 个添加, 0 个删除spec/factories/ci/runner_machines.rb
- spec/models/ci/runner_machine_spec.rb 5 个添加, 4 个删除spec/models/ci/runner_machine_spec.rb
- spec/services/ci/runners/stale_machines_cleanup_service_spec.rb 45 个添加, 0 个删除...ervices/ci/runners/stale_machines_cleanup_service_spec.rb
- spec/workers/ci/runners/stale_machines_cleanup_cron_worker_spec.rb 42 个添加, 0 个删除...ers/ci/runners/stale_machines_cleanup_cron_worker_spec.rb
- spec/workers/concerns/application_worker_spec.rb 9 个添加, 0 个删除spec/workers/concerns/application_worker_spec.rb
加载中
想要评论请 注册 或 登录