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: Extract build tags out to a parameter #820

Merged
merged 3 commits into from
Mar 26, 2020
Merged

Make: Extract build tags out to a parameter #820

merged 3 commits into from
Mar 26, 2020

Conversation

dkisselev
Copy link
Contributor

What this PR does / why we need it:
The controller test suite has build tags so we can selectively run individual tests rather than the entire suite.

The 'all' build tag was previously hardcoded into the makefile and developers had to manually edit the file to change the value and use the feature.

This change extracts the selected build tag out to a variable so that it can be individually set for each test run (but defaults to 'all' so existing behavior should no change).

How does this PR make you feel:
gif

If applicable:

  • this PR contains documentation
  • this PR contains tests

@dkisselev dkisselev requested a review from frodopwns March 25, 2020 21:48
Copy link
Contributor

@frodopwns frodopwns left a comment

Choose a reason for hiding this comment

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

lgtm

@dkisselev dkisselev merged commit e7bf15f into Azure:master Mar 26, 2020
@dkisselev dkisselev deleted the makefile-buildtag branch April 22, 2020 20:45
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.

3 participants