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

chore: improve diff_values.py #3370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: improve diff_values.py #3370

wants to merge 2 commits into from

Conversation

sumo-drosiek
Copy link
Contributor

Fix lists comparison, add regression tests and reformat using black

Checklist

  • Changelog updated or skip changelog label added
  • Documentation updated
  • Template tests added for new features
  • Integration tests added or modified for major features

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek force-pushed the drosiek-fix-diff branch 2 times, most recently from de02c83 to ca24ea2 Compare October 31, 2023 19:22
@github-actions github-actions bot added the ci label Oct 31, 2023
@sumo-drosiek sumo-drosiek force-pushed the drosiek-fix-diff branch 3 times, most recently from b16b9cf to 9754438 Compare October 31, 2023 19:35
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Comment on lines -182 to +210
- name: test
- name: Setup python
if: needs.scripts-changed.outputs.any_changed == 'true'
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: test templates
if: needs.chart-changed.outputs.any_changed == 'true'
run: make test-templates
- name: test python scripts
if: needs.scripts-changed.outputs.any_changed == 'true'
run: |
pip install pyyaml
make test-python-scripts
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we make a separate job for this? I don't want to get test failures because there's something wrong with a helper script we only use for troubleshooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants