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

fix(gh-actions): Upload gemini results to github #432

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

CodeLieutenant
Copy link
Contributor

  1. When we run integrations tests, there was a bug when uploading
    gemini results to github actifacts. Issue was in Makefile, path to
    the ./results is relative to the ./bin directory from where gemini
    is run. This directory does not exist in ./bin.
    Easy fix is just to use $(PWD).

  2. Modified the command for integrations-tests to match whats running
    inside SCT (mainly added --schema-seed to be the same as the --seed).

  3. We migrated to Makefile fully, there is no need to have ./scripts
    They are broken, and all commands have been migrated.

@CodeLieutenant CodeLieutenant added the enhancement New feature or request label Oct 23, 2024
@CodeLieutenant CodeLieutenant self-assigned this Oct 23, 2024
1. When we run integrations tests, there was a bug when uploading
gemini results to github actifacts. Issue was in `Makefile`, path to
the `./results` is relative to the `./bin` directory from where `gemini`
is run. This directory does not exist in `./bin`.
Easy fix is just to use `$(PWD)`.

2. Modified the command for `integrations-tests` to match whats running
   inside SCT (mainly added `--schema-seed` to be the same as the `--seed`).

3. We migrated to `Makefile` fully, there is no need to have `./scripts`
   They are broken, and all commands have been migrated.

Signed-off-by: Dusan Malusev <[email protected]>
@CodeLieutenant CodeLieutenant force-pushed the fix--integrations-tests branch from f010672 to eb4ac6b Compare October 23, 2024 10:15
@dkropachev dkropachev merged commit ffb469f into scylladb:master Oct 23, 2024
4 of 8 checks passed
@CodeLieutenant CodeLieutenant deleted the fix--integrations-tests branch October 24, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants