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

enabled automatic detection of PR flow and made /test default. this can be overriden by using TIA.useTestCaseFilterInResponseFile #4124

Merged
merged 5 commits into from
May 2, 2017

Conversation

acesiddhu
Copy link
Contributor

@acesiddhu acesiddhu commented Apr 25, 2017

  1. using Build.Reason to detect if the build is a PR build. This variables was added recently
  2. made /test: default. This behavior can be overridden by specifying a variable. xunit (.9)does not honour /FullyQualifiedName by default.

…an be overriden by using TIA.useTestCaseFilterInResponseFile
tiaConfiguration.isPrFlow = "true";
}
else {
tiaConfiguration.isPrFlow = tl.getVariable('tia.isPrFlow');
Copy link
Member

Choose a reason for hiding this comment

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

If tia.isPrFlow is not defined in the task as variable, what is the default value which gets assigned here? Are we handling it in test selector?

@acesiddhu acesiddhu merged commit e07f7b8 into master May 2, 2017
@bryanmacfarlane bryanmacfarlane deleted the users/siddhap/tiafixesforprflow branch January 31, 2018 00:32
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