-
Notifications
You must be signed in to change notification settings - Fork 545
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
Helm: use mimir continuous test as module #7934
Conversation
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>
args: | ||
- "-target=continuous-test" | ||
- "-activity-tracker.filepath=/active-query-tracker/activity.log" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
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
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.