Skip to content

Noop job and delete unused service

Hunter Stewart requested to merge hustewart-wait-app-update into master

What does this MR do and why?

Per Remove clusters_applications_* code (#366573 - closed) we are removing code around Clusters::Applications.

Track Clusters::Applications job code removal (#379014 - closed) tracks the related ongoing job/worker code work.

This MR

  • Writes a deprecation note in ClusterWaitForAppUpdateWorker.
  • Noops the perform method for the ClusterWaitForAppUpdateWorker.
  • Deletes the ClusterWaitForAppUpdateWorker unit spec
  • Deletes Clusters::Applications::CheckUpgradeProgressService and its unit spec since it was only invoked by ClusterWaitForAppUpdateWorker

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hunter Stewart

Merge request reports