Skip to content
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

Align redis installation in CI for all OS and runners #781

Open
1 of 2 tasks
Yury-Fridlyand opened this issue Jan 10, 2024 · 0 comments · May be fixed by #1292
Open
1 of 2 tasks

Align redis installation in CI for all OS and runners #781

Yury-Fridlyand opened this issue Jan 10, 2024 · 0 comments · May be fixed by #1292
Assignees
Labels
CI CI/CD related

Comments

@Yury-Fridlyand
Copy link
Collaborator

Describe the feature

Current install-shared-dependencies GHA step installs a hardcoded redis version to all OS except ubuntu. Meanwhile install-redis can install a configurable version of Redis, but on ubuntu only.
It is impossible to test a client on variety of Redis versions on macos and amazonlinux using these steps.

Use Case

No response

Proposed Solution

  1. install-shared-dependencies should not install redis
  2. install-redis should be compatible with all runners/OS

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Client version used

No response

Environment details (OS name and version, etc.)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI/CD related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants