From 2352dc9b388a3a5668d6c143d5ac037c220b2d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 13 Oct 2021 19:22:02 +0200 Subject: [PATCH] Don't include s390x in coreclr outerloop runs 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 }}