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

Commit 37a3d36

Browse files
author
Victor "Nate" Graf
authored
Change perf job labels to reflect the actual OS they run on (#15362)
1 parent 3cedd9c commit 37a3d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def static getOSGroup(def os) {
237237

238238
// Create the Linux/OSX/CentOS coreclr test leg for debug and release and each scenario
239239
[true, false].each { isPR ->
240-
['Ubuntu14.04'].each { os ->
240+
['Ubuntu16.04'].each { os ->
241241
def newJob = job(Utilities.getFullJobName(project, "perf_${os}", isPR)) {
242242

243243
label('ubuntu_1604_clr_perf')
@@ -326,7 +326,7 @@ def static getOSGroup(def os) {
326326

327327
// Create the Linux/OSX/CentOS coreclr test leg for debug and release and each scenario
328328
[true, false].each { isPR ->
329-
['Ubuntu14.04'].each { os ->
329+
['Ubuntu16.04'].each { os ->
330330
def newJob = job(Utilities.getFullJobName(project, "perf_throughput_${os}", isPR)) {
331331

332332
label('ubuntu_1604_clr_perf')

0 commit comments

Comments
 (0)