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

Helm: use mimir continuous test as module #7934

Merged
merged 4 commits into from
Apr 22, 2024

Conversation

krajorama
Copy link
Contributor

What this PR does

Use continuous test as a target of the mimir image instead of standalone image.
Simplifies the release process.

Which issue(s) this PR fixes or relates to

Related to #7747

Checklist

  • Tests updated.
  • N/A Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • N/A about-versioning.md updated with experimental features.

Smoke-test: remove the `continuous_test.image` section and reuse the
main Mimir image from the top `image` section using the new
 `-target=continuous-test` CLI flag.
This fixes CI errors due to missing -server.metrics-port CLI flag
as well.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
@krajorama krajorama added the helm label Apr 22, 2024
@krajorama krajorama requested a review from a team as a code owner April 22, 2024 14:38
args:
- "-target=continuous-test"
- "-activity-tracker.filepath=/active-query-tracker/activity.log"
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need that? isn't this also the default in the yaml config?

Copy link
Contributor

Choose a reason for hiding this comment

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

same applies to the continuous-test job

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These don't use the config file, which is I think fine , they need to be somewhat independent observers. As discussed , I'm trying to instead disable the tracker by setting the path to empty.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Copy link
Contributor

@dimitarvdimitrov dimitarvdimitrov left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@krajorama krajorama merged commit 0809eaa into main Apr 22, 2024
31 checks passed
@krajorama krajorama deleted the krajo/helm-use-mimir-continuous-test-as-module branch April 22, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants