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

github-workflow: Reduce scope of quick-install test #13078

Merged
merged 1 commit into from Sep 5, 2020

Conversation

tgraf
Copy link
Member

@tgraf tgraf commented Sep 4, 2020

The current quick-install tests deployment of the quickinstall yaml
without building new images and then runs the connectivity check. THis
is problematic as it means that no change will pass the test where a
helm template change depends on a code change.

The connectivity test is already being run in the "conformance-test"
test where images are being built properly.

There is a small diff in the options bein used in the "conformance-test"
and the default options in the quickinstall YAML but nothing that
wouldn't be covered by the overall CI anyway.

Reduce the scope of the quick-install test to validate that the
quickinstall YAML is not outdated.

@tgraf tgraf added the release-note/misc This PR makes changes that have no direct user impact. label Sep 4, 2020
@tgraf tgraf requested a review from a team as a code owner September 4, 2020 09:08
@tgraf tgraf requested review from aanm and fristonio September 4, 2020 10:00
Copy link
Contributor

@errordeveloper errordeveloper left a comment

Choose a reason for hiding this comment

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

LGMT!

The current quick-install tests deployment of the quickinstall yaml
without building new images and then runs the connectivity check. THis
is problematic as it means that no change will pass the test where a
helm template change depends on a code change.

The connectivity test is already being run in the "conformance-test"
test where images are being built properly.

There is a small diff in the options bein used in the "conformance-test"
and the default options in the quickinstall YAML but nothing that
wouldn't be covered by the overall CI anyway.

Reduce the scope of the quick-install test to validate that the
quickinstall YAML is not outdated.

Signed-off-by: Thomas Graf <thomas@cilium.io>
@tgraf tgraf force-pushed the pr/tgraf/remove-quick-install-test branch from 9c09287 to f6a62e4 Compare September 4, 2020 14:20
@tgraf tgraf requested a review from fristonio September 4, 2020 14:20
@tgraf tgraf changed the title github-workflow: Remove quick-install test github-workflow: Reduce scope of quick-install test Sep 4, 2020
Copy link
Member

@fristonio fristonio left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@tgraf tgraf merged commit 0064d33 into master Sep 5, 2020
@tgraf tgraf deleted the pr/tgraf/remove-quick-install-test branch September 5, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants