From 5fd25237eeefe656d364f440d0c6ca14e81aaad9 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Fri, 16 Feb 2024 15:24:17 -0500 Subject: [PATCH] Add GOEXPERIMENT to live test matrix --- .../templates/stages/platform-matrix.json | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index e4a6c4619f5a..bc6cedc7533c 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -12,8 +12,25 @@ }, "GoVersion": [ "1.18.10", - "1.21.7", - "1.22.0" + "1.21.7" ] - } + }, + "include": [ + { + "Agent": { + "ubuntu-20.04": { + "OSVmImage": "MMSUbuntu20.04", + "Pool": "azsdk-pool-mms-ubuntu-2004-general" + }, + "windows-2022": { + "OSVmImage": "MMS2022", + "Pool": "azsdk-pool-mms-win-2022-general", + } + }, + "GOEXPERIMENT": "nocoverageredesign", + "GoVersion": [ + "1.22.0" + ] + } + ] }