From 50d3ec25b34418e0be99a9977707d1e792c249be Mon Sep 17 00:00:00 2001 From: Joshua Batista Date: Tue, 14 Jan 2025 17:12:52 -0800 Subject: [PATCH 1/2] extend time and add PR trigger --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 027616765c..004b167bc6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,10 @@ trigger: - main - release* + +pr: + - main + - release* resources: - repo: self @@ -9,7 +13,7 @@ stages: - stage: Build jobs: - job: Windows - timeoutInMinutes: 90 + timeoutInMinutes: 120 pool: vmImage: windows-2022 From c24526ef5d60ea5445a90645631d48dc1d3ea3e9 Mon Sep 17 00:00:00 2001 From: Joshua Batista Date: Tue, 14 Jan 2025 19:33:47 -0800 Subject: [PATCH 2/2] Linux needs more time too --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 004b167bc6..f3c0e4e1b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ stages: displayName: 'DXIL Tests' - job: Nix - timeoutInMinutes: 90 + timeoutInMinutes: 120 variables: macOS: macOS-latest