-
Notifications
You must be signed in to change notification settings - Fork 518
[helm] Restructure helm chart of Fluss #2871
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
3f70608
a8cc032
ca2e86f
6a5a0da
41b8772
2d76fe4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -44,6 +44,17 @@ jobs: | |||||
| - name: "Checkout code" | ||||||
| uses: actions/checkout@v6 | ||||||
|
|
||||||
| - name: Set up Python | ||||||
| uses: actions/setup-python@v5 | ||||||
| with: | ||||||
| python-version: "3.11" | ||||||
|
|
||||||
| - name: Install dependencies | ||||||
| run: pip install jsonschema==4.26.0 PyYAML==6.0.3 | ||||||
|
||||||
|
|
||||||
| - name: Run unstable test reporter | ||||||
|
||||||
| - name: Run unstable test reporter | |
| - name: Validate values |
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.
Just better to point to that one if we don't break anything
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.
I want to unify the Python version with
.github/workflows/unstable-test-reporter.yaml