From ef99f11dfa6a5ad36dd36618db0f717dec7c608b Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 16 Mar 2020 15:45:38 -0500 Subject: [PATCH 1/4] trigger ci From 80f52fdec1ec3f5f433ebf8fb77d86a45efe95a3 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 16 Mar 2020 15:47:59 -0500 Subject: [PATCH 2/4] add badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index bd756f5..3b6c2b6 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,7 @@ +.. image:: https://dev.azure.com/pandas-dev/pandas-wheels/_apis/build/status/MacPython.pandas-wheels?branchName=master + :target: https://dev.azure.com/pandas-dev/pandas-wheels/_build/latest?definitionId=2&branchName=master + + #################################### Building and uploading pandas wheels #################################### From 20c66595db74890090e7c57aee7c374d27f190f1 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 16 Mar 2020 15:49:52 -0500 Subject: [PATCH 3/4] trigger on commit --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 597b7b7..efda4e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,12 @@ schedules: - master always: true +trigger: +- master + +pr: +- master + jobs: - template: azure/windows.yml parameters: From 43942578339d58409dd1641a4ae89e094211a245 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 16 Mar 2020 16:36:17 -0500 Subject: [PATCH 4/4] remove windows publish results --- azure/windows.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure/windows.yml b/azure/windows.yml index 3e04d4f..3b9b7ad 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -86,12 +86,6 @@ jobs: teardown_test_venv displayName: Install wheel and test condition: eq(variables['SKIP_BUILD'], 'false') - - task: PublishTestResults@2 - inputs: - testResultsFiles: '$(TEST_DIR)/$(JUNITXML)' - testRunTitle: ${{ format('{0}-$(Agent.JobName)', parameters.name) }} - displayName: 'Publish Test Results' - condition: eq(variables['SKIP_BUILD'], 'false') - bash: echo "##vso[task.prependpath]$CONDA/Scripts" displayName: Add conda to PATH