Salt Shaker: Upgrade python3-pyzmq to latest version on SLE15SP3 LTSS #1764
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR change?
The JeOS image we use in sumaform for deploying
SLE-15-SP3
instances contains a very old version ofpython3-pyzmq
.This version is making the Salt Shaker integration tests for classic Salt package to hang when running on SLE15SP3 instances (see https://ci.suse.de/user/manager/my-views/view/Salt%20Shaker/job/manager-salt-shaker-products-testing-sles15sp3/214/).
There are newer versions of
python3-pyzmq
in the Update and LTSS channels for SLE15SP3 that fixes this issue, so this PR just adds a workaround on Salt Shaker deployments for SLE15SP3 to force the upgrade ofpython3-pyzmq
and allow the integration tests to run.