Finalize EncryptMissedCiRunnerToken bbm
What does this MR do and why?
Finalize EncryptMissedCiRunnerToken bbm
Changelog: other
References
Closes: Finalize EncryptMissedRunnerTokens (#553061 - closed)
How to set up and validate locally
- Make sure
QueueEncryptMissedCiRunnerTokensmigration is already queued and an entry is present inbatched_background_migrations(ci db) - If it is completed already,
statuswould have the value3in the respective row ofbatched_background_migrationstable - Run the following command to up the migration
bundle exec rake db:migrate:up:ci VERSION=20250716104346
- If it is successfully finalised by validating the existing jobs, it will update the
statusto6 - Status values for reference:
state :paused, value: 0
state :active, value: 1
state :finished, value: 3
state :failed, value: 4
state :finalizing, value: 5
state :finalized, value: 6
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.