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(gemini-cmd): broken gemini commands on upgrades #9959

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

CodeLieutenant
Copy link
Contributor

When gemini_thread.py was refactored, every command in test-cases/gemini was refactored to use the new model of declaring the flags. But it was not anticipated that there were more places where gemini was used e.g. test-cases/cdc and test-cases/upgrades.

Testing

  • [ ]

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Fixes #9850

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

@CodeLieutenant CodeLieutenant added test-integration Enable running the integration tests suite backport/2024.2 Need backport to 2024.2 backport/6.1 Need backport to 6.1 backport/6.2 backport/2025.1 labels Jan 30, 2025
@CodeLieutenant CodeLieutenant self-assigned this Jan 30, 2025
@CodeLieutenant CodeLieutenant force-pushed the fix--broken-gemini-commands branch 3 times, most recently from f864134 to c105b3a Compare February 3, 2025 12:40
When gemini_thread.py was refactored, every command in test-cases/gemini
was refactored to use the new model of declaring the flags.
But it was not anticipated that there were more places where gemini
was used e.g. test-cases/cdc and test-cases/upgrades

Signed-off-by: Dusan Malusev <[email protected]>
@CodeLieutenant CodeLieutenant force-pushed the fix--broken-gemini-commands branch from c105b3a to 2f2fcfd Compare February 4, 2025 09:44
@CodeLieutenant CodeLieutenant marked this pull request as ready for review February 4, 2025 10:04
@CodeLieutenant CodeLieutenant added test-integration Enable running the integration tests suite and removed test-integration Enable running the integration tests suite labels Feb 4, 2025
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/6.1 Need backport to 6.1 backport/6.2 backport/2024.2 Need backport to 2024.2 backport/2025.1 promoted-to-master test-integration Enable running the integration tests suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gemini command doesn't starts on upgrade tests
3 participants