From cd81b450846436afdab3298e51cc8c74955413ab Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Thu, 27 Apr 2017 15:25:59 -0700 Subject: [PATCH] Enable R2R jitstress jobs for x86 Commit migrated from https://github.com/dotnet/coreclr/commit/0b13484864faca10ff925bd0765d42089d8ed9c4 --- src/coreclr/netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 45a921a..94d7ad5 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -1854,7 +1854,7 @@ combinedScenarios.each { scenario -> if (os != 'Windows_NT') { return } - if (architecture != 'x64') { + if (architecture != 'x64' && architecture != 'x86') { return } break -- 2.7.4