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

Re-enable integration tests against the newer image #25653

Merged

Conversation

jasonmalinowski
Copy link
Member

We had disabled integration tests in -vs-deps since we were regularly moving to new Visual Studio APIs and we were waiting to get new imaging systems setup. Now that things have stabilized and we have new images, we can use them.

We had disabled integration tests in -vs-deps since we were regularly
moving to new Visual Studio APIs and we were waiting to get new imaging
systems setup. Now that things have stabilized and we have new images,
we can use them.
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner March 21, 2018 17:47
@jasonmalinowski
Copy link
Member Author

@dotnet-bot test ci please.

netci.groovy Outdated
def myJob = job(jobName) {
description("Windows ${configuration} tests on ${buildTarget}")
steps {
batchFile(""".\\build\\scripts\\cibuild.cmd ${(configuration == 'debug') ? '-debug' : '-release'} -testVsi""")
Copy link
Member

Choose a reason for hiding this comment

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

Just do -$configuration

Copy link
Member

Choose a reason for hiding this comment

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

The current pattern matches elsewhere in the file. I'm trusting that overall this is just a revert of a previous change that decided to use deletion instead of commenting.

Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

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

LGTM once the switch is simplified.

netci.groovy Outdated
def myJob = job(jobName) {
description("Windows ${configuration} tests on ${buildTarget}")
steps {
batchFile(""".\\build\\scripts\\cibuild.cmd ${(configuration == 'debug') ? '-debug' : '-release'} -testVsi""")
Copy link
Member

Choose a reason for hiding this comment

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

The current pattern matches elsewhere in the file. I'm trusting that overall this is just a revert of a previous change that decided to use deletion instead of commenting.

@jasonmalinowski
Copy link
Member Author

@dotnet-bot test ci please.

@jasonmalinowski jasonmalinowski merged commit 34e7637 into dotnet:dev15.7.x Mar 21, 2018
@jasonmalinowski jasonmalinowski deleted the reenable-integration-tests branch March 21, 2018 20:22
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