-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Replacing the redis and redis-stack-server images with redis-libs-tests image in test infrastructure #3505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4d642b3
to
006583b
Compare
006583b
to
f3e5def
Compare
@petyaslavova Could we also replace current official |
I will try - I'm not sure what will happen with the older versions that don't have modules, but I will check if/how it can be replaced. .. |
@petyaslavova There's all versions of redis-stack images that includes modules, should be an easy replacement. Here's a stack images: |
ee3ac53
to
6f42577
Compare
Done and added to the review. |
…g lib version in setup.py
6f42577
to
c755cf9
Compare
…ts image in test infrastructure (#3505) * Replacing the redis image with redis-libs-tests image in test infrastructure * Replacing redis-stack-server image usage with client-libs-test. Fixing lib version in setup.py * Defining stack tag variable for the build and test github action * Removing unused env var from build and test github actions
…ts image in test infrastructure (redis#3505) * Replacing the redis image with redis-libs-tests image in test infrastructure * Replacing redis-stack-server image usage with client-libs-test. Fixing lib version in setup.py * Defining stack tag variable for the build and test github action * Removing unused env var from build and test github actions
Pull Request check-list
Please make sure to review and check all of these items:
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
redis
andredis-stack-server
images with theredis-libs-tests
image in test infrastructure - change affects docker containers for redis-stack, replica and sentinel.