From 49cf05cdea3baa22592d08d74ce2f0e2c32786a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 13 Oct 2021 19:23:00 +0200 Subject: [PATCH] Don't include s390x in coreclr outerloop runs (#60351) This was a copy-paste mistake, see https://github.com/dotnet/runtime/pull/60255#issuecomment-942539639 --- eng/pipelines/common/platform-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index 25a8ac7b913b7..ff13637a92a14 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -211,7 +211,7 @@ jobs: # Linux s390x -- ${{ if or(containsValue(parameters.platforms, 'Linux_s390x'), in(parameters.platformGroup, 'all', 'gcstress')) }}: +- ${{ if containsValue(parameters.platforms, 'Linux_s390x') }}: - template: xplat-setup.yml parameters: jobTemplate: ${{ parameters.jobTemplate }}