summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
authorVictor "Nate" Graf <nategraf1@gmail.com>2017-12-01 15:18:02 -0800
committerGitHub <noreply@github.com>2017-12-01 15:18:02 -0800
commit1a62b232a9dcb6e426042c1dcc17ba9d8a7c88dc (patch)
treeceb0060b143eda0f0c17e4df9ee9086d156d0262 /perf.groovy
parent030af0a84753d6823f5fdc995a4d5213c2aa8fa5 (diff)
downloadcoreclr-1a62b232a9dcb6e426042c1dcc17ba9d8a7c88dc.tar.gz
coreclr-1a62b232a9dcb6e426042c1dcc17ba9d8a7c88dc.tar.bz2
coreclr-1a62b232a9dcb6e426042c1dcc17ba9d8a7c88dc.zip
Change name to perf jobs to reflect the actual OS they run on (#15314)
* Change name fo perf jobs to reflect the actual OS they run on * readd Ubuntu 14.04
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy
index a87bf836cc..19de486350 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -267,7 +267,7 @@ def static getFullPerfJobName(def project, def os, def isPR) {
// Actual perf testing on the following OSes
- def perfOSList = ['Ubuntu14.04']
+ def perfOSList = ['Ubuntu16.04']
perfOSList.each { os ->
def newJob = job(getFullPerfJobName(project, os, isPR)) {