From 34f870e82141cc42e282e1d80fc8bac66554696a Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Wed, 23 Jan 2019 08:11:49 -0800 Subject: [PATCH] Use Windows.10.Arm64.Open with Jenkins ONLY (#22144) --- eng/platform-matrix.yml | 4 ++-- netci.groovy | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml index 520fdf0..d3bb8d8 100644 --- a/eng/platform-matrix.yml +++ b/eng/platform-matrix.yml @@ -135,7 +135,7 @@ jobs: archType: arm osGroup: Windows_NT osIdentifier: Windows_NT - helixQueuesPublic: 'Windows.10.Arm64.Open' + # TODO: return back Windows.10.Arm64.Open helixQueuesInternal: 'Windows.10.Arm64' ${{ insert }}: ${{ parameters.jobParameters }} @@ -145,6 +145,6 @@ jobs: archType: arm64 osGroup: Windows_NT osIdentifier: Windows_NT - helixQueuesPublic: 'Windows.10.Arm64.Open' + # TODO: return back Windows.10.Arm64.Open helixQueuesInternal: 'Windows.10.Arm64' ${{ insert }}: ${{ parameters.jobParameters }} diff --git a/netci.groovy b/netci.groovy index 14b9ef5..b9d6951 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1944,6 +1944,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, switch (scenario) { case 'innerloop': if (configuration == 'Checked') { + isDefaultTrigger = true isArm64PrivateJob = true } break -- 2.7.4