From 6f8ea6587bb6705a382372aa963512bfa3cdd675 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Wed, 6 May 2020 15:01:58 -0700 Subject: [PATCH 1/5] Add back win8 helix queue --- eng/targets/Helix.Common.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/targets/Helix.Common.props b/eng/targets/Helix.Common.props index 5fb6f5e10f5b..90ec15661cd4 100644 --- a/eng/targets/Helix.Common.props +++ b/eng/targets/Helix.Common.props @@ -27,6 +27,7 @@ + From 13cd489de5eed28d04c5f2ee86cf3772cc84695c Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Wed, 6 May 2020 15:02:32 -0700 Subject: [PATCH 2/5] Run all queues on PR --- .azure/pipelines/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 44de26de0f50..d96cf6dee9c8 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -658,7 +658,7 @@ stages: - template: jobs/default-build.yml parameters: - condition: notin(variables['Build.Reason'], 'PullRequest') + # condition: notin(variables['Build.Reason'], 'PullRequest') jobName: Helix_x64_daily jobDisplayName: 'Tests: Helix x64 Daily' agentOs: Windows @@ -683,7 +683,7 @@ stages: # Helix ARM64 - template: jobs/default-build.yml parameters: - condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) + # condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) jobName: Helix_arm64_daily jobDisplayName: "Tests: Helix ARM64 Daily" agentOs: Linux From 71e23a09c79336cdc2fa5e025e7cc1cd18e97367 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 7 May 2020 02:38:28 -0700 Subject: [PATCH 3/5] Stop running OSX in daily and PR queues --- eng/targets/Helix.Common.props | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/targets/Helix.Common.props b/eng/targets/Helix.Common.props index 90ec15661cd4..e66e4cdb2ef7 100644 --- a/eng/targets/Helix.Common.props +++ b/eng/targets/Helix.Common.props @@ -29,7 +29,6 @@ - From 6fd72d8ef38a042af51d9d9073848da1aa752101 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 8 May 2020 13:13:05 -0700 Subject: [PATCH 4/5] Update ci.yml --- .azure/pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index d96cf6dee9c8..c32ac5ddc85f 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -683,7 +683,7 @@ stages: # Helix ARM64 - template: jobs/default-build.yml parameters: - # condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) + condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) jobName: Helix_arm64_daily jobDisplayName: "Tests: Helix ARM64 Daily" agentOs: Linux From 7bee6f4078474d558cb601814165375191f9eb41 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 8 May 2020 16:59:07 -0700 Subject: [PATCH 5/5] Update ci.yml --- .azure/pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index c32ac5ddc85f..44de26de0f50 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -658,7 +658,7 @@ stages: - template: jobs/default-build.yml parameters: - # condition: notin(variables['Build.Reason'], 'PullRequest') + condition: notin(variables['Build.Reason'], 'PullRequest') jobName: Helix_x64_daily jobDisplayName: 'Tests: Helix x64 Daily' agentOs: Windows