Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add correct asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
A-And committed Jul 5, 2018
1 parent 8ce4b69 commit 40fe2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2429,9 +2429,9 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
}
else {
if(scenario == 'corefx_innerloop') {
assert os == 'Ubuntu'
assert os == 'Ubuntu' || 'OSX10.12'
assert architecture == 'x64'
assert lowerConfiguration == 'checked' || lowerConfiguration == 'release'
assert lowerConfiguration == 'checked'

buildCommands += "./build.sh ${lowerConfiguration} ${architecture} skiptests"
buildCommands += "./build-test.sh ${lowerConfiguration} ${architecture} generatetesthostonly"
Expand Down

0 comments on commit 40fe2d1

Please sign in to comment.