From e3a0239e3124b24f4b974447699882b214493dcf Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Sat, 17 Jul 2021 00:11:55 -0500 Subject: [PATCH 1/3] CI: auto-cancel Azure builds on PR --- azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4cdd495fe0c31..53d2a724a989a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,9 +9,12 @@ trigger: - 'doc/*' pr: -- master -- 1.2.x -- 1.3.x + autoCancel: true + branches: + include: + - master + - 1.2.x + - 1.3.x variables: PYTEST_WORKERS: auto From 1f8668d1354693cdaa1691b75cbae786dad1678c Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Sat, 17 Jul 2021 00:14:03 -0500 Subject: [PATCH 2/3] test --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 53d2a724a989a..84a47987fee48 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,8 @@ pr: branches: include: - master - - 1.2.x - 1.3.x + - 1.2.x variables: PYTEST_WORKERS: auto From 472cec14a7ae48a9066ce5513066c509db4d07ea Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Sat, 17 Jul 2021 13:39:50 -0500 Subject: [PATCH 3/3] remove 1.2.x pr --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 84a47987fee48..e16fd36ac8f98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,6 @@ pr: include: - master - 1.3.x - - 1.2.x variables: PYTEST_WORKERS: auto