From c62369cdd04e7640f7bccdecf2e7a3ee77ea382c Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 30 Mar 2017 15:05:38 -0700 Subject: [PATCH] Enable CROSS for testing (dotnet/coreclr#10594) Commit migrated from https://github.com/dotnet/coreclr/commit/326218797daf5e749081c83fc3ae90e23337c784 --- src/coreclr/netci.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 396893f..c67ce6a 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -2666,3 +2666,5 @@ JobReport.Report.generateJobReport(out) Utilities.createHelperJob(this, project, branch, "Welcome to the ${project} Repository", // This is prepended to the help message "Have a nice day!") // This is appended to the help message. You might put known issues here. + +Utilities.addCROSSCheck(this, project, branch) -- 2.7.4