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

Commit

Permalink
Rename arch
Browse files Browse the repository at this point in the history
Remove IsJitStressTestScenario assert
  • Loading branch information
A-And committed Jul 4, 2018
1 parent 03865dd commit 8ce4b69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2429,14 +2429,12 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
}
else {
if(scenario == 'corefx_innerloop') {

assert os == 'Ubuntu'
assert architecture == 'x64'
assert lowerConfiguration == 'checked' || lowerConfiguration == 'release'
assert isJitStressScenario(scenario)

buildCommands += "./build.sh ${lowerConfiguration} ${arch} skiptests"
buildCommands += "./build-test.sh ${lowerConfiguration} ${arch} generatetesthostonly"
buildCommands += "./build.sh ${lowerConfiguration} ${architecture} skiptests"
buildCommands += "./build-test.sh ${lowerConfiguration} ${architecture} generatetesthostonly"
buildCommands += "./tests/runtest.sh --corefxtestsall --testHostDir=%WORKSPACE%/bin/tests/${osGroup}.${architecture}.${configuration}/testhost/ --coreclr-src=%WORKSPACE%"

break
Expand Down

0 comments on commit 8ce4b69

Please sign in to comment.