-
Notifications
You must be signed in to change notification settings - Fork 77
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 e2e-max-dim test #2028
Fix e2e-max-dim test #2028
Conversation
[CHATOPS:HELP] ChatOps commands.
|
1083f2c
to
fe65219
Compare
Deploying with Cloudflare Pages
|
@@ -125,9 +125,7 @@ runs: | |||
echo "POD_NAME=${podname}" >> $GITHUB_OUTPUT | |||
env: | |||
VALUES: ${{ inputs.values }} | |||
# TODO: currently, we can't pass helm options to the make command. | |||
# Is it really necessary in the first place? | |||
# HELM_EXTRA_OPTIONS: ${{ inputs.helm_extra_options }} |
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.
The "make k8s/vald/deploy" command is useful for building a Vald Cluster using the "Local Chart".
However, since the internal settings can only be changed statically by modifying values.yaml, I think it would be useful for CI if dynamic settings such as the number of vector dimensions could be changed on the command line.
For this reason, I believe the HELM_EXTRA_OPTS will be a very useful feature when using Local Charts in CI.
Profile Report
|
@@ -150,3 +150,86 @@ jobs: | |||
env: | |||
GITHUB_USER: ${{ secrets.DISPATCH_USER }} | |||
GITHUB_TOKEN: ${{ secrets.DISPATCH_TOKEN }} | |||
crud-on-remote-helm-chart: |
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.
This should be tested on the next release.
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
Description:
This PR is another fix for the regression that introduced here #2024 following #2025. In addition, changed the default to use local charts, and testing of remote charts are performed after release.
More specifically this PR made the following changes:
e2e-max-dim
every time it changes the dimension.use_local_charts: true
as defaultRelated Issue:
Versions:
Checklist:
Special notes for your reviewer: