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

github/workflows/nix: extract RELOC_VERSION as an env variable #566

Merged
merged 3 commits into from
Mar 24, 2024

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Mar 22, 2024

encode RELOC_VERSION in the key of binary, so we can use different binary for testing. there is chance that newer ccm would like to use newer scylla executables for testing.

this series is more a refactory, and it does not change the version of scylla we are using, but in a follow up change, we will use a different RELOC_VERSION for testing newer scylla.

@tchaikov tchaikov marked this pull request as draft March 22, 2024 07:56
@tchaikov tchaikov marked this pull request as ready for review March 22, 2024 08:15
@tchaikov tchaikov requested a review from denesb March 22, 2024 08:18
so we can customize it if necessary.
also, wire it up with "SCYLLA_VERSION" as another env variable, so it
can be consumed by `test_config.py`.

Signed-off-by: Kefu Chai <[email protected]>
encode RELOC_VERSION in the key of binary, so we can use different
binary for testing. there is chance that newer ccm would like to use
newer scylla executables for testing.

Signed-off-by: Kefu Chai <[email protected]>
so we don't hardwire it to a fixed path.

Signed-off-by: Kefu Chai <[email protected]>
@tchaikov tchaikov changed the title github/workflows/nix: encode env.RELOC_VERSION in the key of cache github/workflows/nix: extract RELOC_VERSION as an env variable Mar 22, 2024
@tchaikov
Copy link
Contributor Author

@scylladb/qa-maintainers hello qa-maintainers, could you help review this change?

Copy link
Contributor

@fruch fruch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fruch fruch merged commit 0dbb177 into scylladb:next Mar 24, 2024
3 checks passed
@tchaikov tchaikov deleted the github-nix-binary-cache branch March 25, 2024 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants