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(ci): 🔧 👷 add e2e test when releasing #942

Merged
merged 1 commit into from
Oct 19, 2023
Merged

chore(ci): 🔧 👷 add e2e test when releasing #942

merged 1 commit into from
Oct 19, 2023

Conversation

mloiseleur
Copy link
Contributor

@mloiseleur mloiseleur commented Oct 19, 2023

What does this PR do?

Launch a kind cluster and test default install on Traefik for this Chart.
Supersede #941 on which I have a strange issue.

Motivation

Ensure it works before releasing. Fixes #654.

More

  • Yes, I updated the tests accordingly
  • Yes, I ran make test and all the tests passed

Copy link
Contributor

@darkweaver87 darkweaver87 left a comment

Choose a reason for hiding this comment

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

I approve this despite the fact I don't like the style at all.

@@ -28,12 +28,42 @@ jobs:
- name: Test
run: make test

- name: Track docs
- name: Test if it's a release PR
Copy link
Contributor

@darkweaver87 darkweaver87 Oct 19, 2023

Choose a reason for hiding this comment

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

I would rather use an other workflow and filter on path. Instead, it forces you to use bash script tricks (set -e).
At least I would use conditional jobs instead of conditional steps.

fi
set -e

- name: Check docs
Copy link
Contributor

Choose a reason for hiding this comment

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

I would use an auto-commit action.

.github/workflows/test.yml Show resolved Hide resolved
@mloiseleur mloiseleur linked an issue Oct 19, 2023 that may be closed by this pull request
2 tasks
@traefiker traefiker merged commit 1cc6271 into traefik:master Oct 19, 2023
@mloiseleur mloiseleur deleted the chore/test-install branch November 14, 2023 13:48
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.

Add E2E tests for charts
3 participants