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

Make HDINSIGHT integration tests optional due to resource constraint #271

Merged
merged 2 commits into from
Jul 21, 2020

Conversation

omerdemirok
Copy link
Contributor

Signed-off-by: Omer Demirok odemirok@chef.io

Description

Make HdInsight integration tests optional due to resource constraints.

Issues Resolved

Fix CI tests.

Check List

Signed-off-by: Omer Demirok <odemirok@chef.io>
@omerdemirok omerdemirok requested a review from a team July 21, 2020 11:51
@@ -2,6 +2,7 @@
cluster_name = input('hdinsight_cluster_name', value: nil)

control 'azurerm_hdinsight_cluster' do
only_if { ENV['HDINSIGHT'] }
Copy link
Contributor

Choose a reason for hiding this comment

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

this should probably be

only_if { !hdinsight_cluster_name.empty? }

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, @rmoles, this is fixed now.

Signed-off-by: Omer Demirok <odemirok@chef.io>
Copy link
Contributor

@rmoles rmoles left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks @omerdemirok

@rmoles rmoles merged commit 60978fe into master Jul 21, 2020
@omerdemirok omerdemirok deleted the make_hdinsight_integration_test_optional branch August 12, 2020 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants