Rename appropriately workers and queues
Historic choices were made on some queue or worker names without thinking too much on the future implications. Those have now become inconsistent with their usage. This creates a bit of confusion when reading or actually operating. Now that we know a tad better what's what, it's time to concistently rename those.
Plan:
- swh/infra/ci-cd/swh-charts@866627bd Rename large_repository: prefix queues for large repository workers
- Dropping the use of oneshot* queues prefix (we'll spawn them back if we need some extra oneshot workers)
- Rename "addforgenow" workers (pods) to "add-forge-now"
- Rename "highpriority" workers (pods) to "save-code-now" ('-' in worker name is supported, e.g. 'large-repository' workers are fine since the start)
- Deprecate the use of highpriority image to the benefit of savecodenow image