From 2113c111cc0dcc7893f9d918f21778497285b7c6 Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Wed, 26 May 2021 16:28:20 +0900 Subject: [PATCH] Run tests on GPUs nightly (#333) * Run tests every night * prune * Disable trigger and pr Co-authored-by: Jirka Borovec Co-authored-by: Ethan Harris Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .azure-pipelines/gpu-tests.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.azure-pipelines/gpu-tests.yml b/.azure-pipelines/gpu-tests.yml index ad409f25cb..7493ad9b46 100644 --- a/.azure-pipelines/gpu-tests.yml +++ b/.azure-pipelines/gpu-tests.yml @@ -2,19 +2,16 @@ # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python +trigger: none -trigger: - tags: - include: - - '*' +pr: none + +schedules: +- cron: "0 0 * * *" + displayName: Daily midnight testing branches: include: - - master - - release/* - - refs/tags/* -pr: - - master - - release/* + - master jobs: - job: pytest