Closed amaltaro closed 2 months ago
Jenkins results:
Jenkins results:
Unit test failure is completely unrelated (and we have no unit tests for bash scripts). @todor-ivanov @vkuznet if you have a chance today, I would appreciate it if you could review this PR. Thanks
Thanks Valentin!
Fixes https://github.com/dmwm/WMCore/issues/11762 Complement to https://github.com/dmwm/WMCore/pull/12005
Status
ready
Description
As reported in this comment: https://github.com/dmwm/WMCore/pull/12005#issuecomment-2319718816
the latest changes to this CD pipeline are incorrectly skipping the non-stable tag, because the they refer to the same tag.
Explicitly writing
-stable
in that grep command should solve this problem.Is it backward compatible (if not, which system it affects?)
YES
Related PRs
Bug fix for https://github.com/dmwm/WMCore/pull/12005
External dependencies / deployment changes
None