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

Commit 384f815

Browse files
committed
Correct the values of "Rid" and "TestContainerSuffix" of newly added entries.
Correct the values of "Rid" and "TestContainerSuffix" of newly added entries.
1 parent a1037b4 commit 384f815

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildpipeline/pipelines.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Name": "DotNet-CoreClr-Trusted-Linux",
2828
"Parameters": {
2929
"DockerTag": "centos-6-783abde-20171304101322",
30-
"Rid": "linux"
30+
"Rid": "rhel6"
3131
},
3232
"ReportingParameters": {
3333
"OperatingSystem": "RedHat6",
@@ -444,9 +444,9 @@
444444
"Parameters": {
445445
"HelixJobType": "test/functional/cli/",
446446
"TargetsWindows": "false",
447-
"Rid": "linux-x64",
447+
"Rid": "rhel6-x64",
448448
"TargetQueues": "redhat.69.amd64",
449-
"TestContainerSuffix": "linux",
449+
"TestContainerSuffix": "rhel6",
450450
"TargetsNonWindowsArg": "TargetsNonWindows "
451451
},
452452
"ReportingParameters": {
@@ -461,9 +461,9 @@
461461
"Parameters": {
462462
"HelixJobType": "test/functional/r2r/cli/",
463463
"TargetsWindows": "false",
464-
"Rid": "linux-x64",
464+
"Rid": "rhel6-x64",
465465
"TargetQueues": "redhat.69.amd64",
466-
"TestContainerSuffix": "linux-r2r",
466+
"TestContainerSuffix": "rhel6-r2r",
467467
"CrossgenArg": "Crossgen ",
468468
"TargetsNonWindowsArg": "TargetsNonWindows "
469469
},

0 commit comments

Comments
 (0)