Add Linux perf support to Jenkins
authorDrew Scoggins <anscoggi@microsoft.com>
Fri, 11 Nov 2016 17:29:07 +0000 (09:29 -0800)
committerDrew Scoggins <anscoggi@microsoft.com>
Mon, 5 Dec 2016 22:13:42 +0000 (14:13 -0800)
commitcc5bf98649488ee50e4d8cbfac0c739e1dff0a8b
treeed4130433a77e9494bdd7c62929d0db3cc4fa58e
parent5bffa090930bc346717e0080ba1543bf8a4afe3a
Add Linux perf support to Jenkins

This change adds perf support for CoreCLR on Ubuntu 14.04 to Jenkins.
This is mostly work extending what Smile had already done.  The main
changes were to build CoreCLR rather then grab it from CI, and work to
get the upload portion finished.

Commit migrated from https://github.com/dotnet/coreclr/commit/90c0d32ffd9eab3383f4f9a59b5e58c8ab79fb0b
src/coreclr/perf.groovy
src/coreclr/tests/scripts/perf-prep.sh [changed mode: 0644->0755]
src/coreclr/tests/scripts/run-xunit-perf.sh [changed mode: 0644->0755]