(RHEL-138710) core: only activate transaction that contain useful jobs#464
Conversation
Commit validationTracker - RHEL-138710 The following commits meet all requirements
Tracker validationSuccess🟢 Tracker RHEL-138710 has set desired product: Pull Request validationSuccess🟢 CI - All checks have passed Auto MergeFailed🔴 Pull Request has unsupported target branch Success🟢 Pull Request is not marked as draft and it's not blocked by |
If no real jobs were added to the transaction, do not activate it. The JOB_NOP anchor does not perform any useful work and activating such transaction only wastes resources. Fixes #9751 (cherry picked from commit bcbf80c43d107ad233edc990a60bdc40f517085a) Resolves: RHEL-138710
|
@jamacku oops sorry, it seems I have an old version of my cherry-pick script on my other machine Should be fixed now |
If no real jobs were added to the transaction, do not activate it. The JOB_NOP anchor does not perform any useful work and activating such transaction only wastes resources.
Fixes #9751