Commit Graph

42 Commits

Author SHA1 Message Date
Pradyun Gedam bc9b1d9a23
Merge pull request #8309 from pradyunsg/ci/cleanup-2020-05 2020-05-23 16:59:24 +05:30
Pradyun Gedam 3ac13ee754
Add back Python 3.5 2020-05-23 10:38:07 +05:30
Pradyun Gedam 9113ef0a0a
Use Python 3.8 for "primary" run on Azure Ubuntu/MacOS 2020-05-23 06:01:22 +05:30
Pradyun Gedam d1c68bae7c
Skip integration tests for Py3.{5,6,7} on Windows CI 2020-05-23 05:53:11 +05:30
Pradyun Gedam 609e8898af
Azure Pipelines: Use better names 2020-04-12 19:34:53 +05:30
Pradyun Gedam 72c0cf4197
Azure Pipelines: Drop useVenv
This wasn't actually ever used, since the value was always '$(useVenv)'.
2020-04-12 19:34:13 +05:30
Pradyun Gedam 4416e88ef1
Merge pull request #7321 from hugovk/azurepipelines-3.8-linux-macos
Azure Pipelines: Test Linux and macOS on Python 3.8
2020-04-11 00:10:41 +05:30
Tzu-ping Chung 9c57a6b898 Make tests relying virtualenv semantics pass 2020-02-27 17:43:14 +08:00
Hugo eae8621076 Replace soon-unsupported macOS 10.13 with 10.14 2020-01-24 19:03:53 +02:00
Hugo f08dc673a7 Upgrade virtualenv 2020-01-07 21:44:44 -05:00
Hugo 8c28cda679 Test Windows on Python 3.8 2020-01-07 21:44:44 -05:00
Chris Hunt 24a9d77e41 Move AppVeyor tests to Azure Pipelines
This will allow us to have CI running concurrently on multiple PRs,
since we get 30 parallel jobs on Azure Pipelines but only 1 on AppVeyor.

We have parameterized --use-venv since AppVeyor was using it, but Azure
Pipelines was previously not.
2020-01-06 19:32:05 -05:00
Hugo 4127beeb50 Test Linux and macOS on Python 3.8 2019-11-11 12:02:41 +02:00
Pradyun Gedam fca613b381
Build a dummy release on Azure Pipelines 2019-11-03 14:48:21 +05:30
Xavier Fernandez 0597a6d9fb CI: move Python35-x64 from Appveyor to Azure
Since Appveyor provides less runner and is often the bottleneck
2019-10-29 17:51:57 +01:00
Chris Hunt a7edcc730e Normalize parallelization parameter. 2019-10-29 02:04:55 -04:00
Chris Hunt ceaf75b9ed Put Temp on RAM Disk for Azure Pipelines tests
Profiling on Azure Pipelines indicates that the majority of our time is
spent waiting for filesystem operations to complete. As a quick way to
improve our test speed in this area, we can do operations on a RAM disk
instead of the default SSDs.
2019-10-28 22:50:37 -04:00
Pradyun Gedam 033a01333c
Drop tox -e packaging from CIs 2019-09-24 18:35:53 +05:30
Pradyun Gedam 8296b1a17e
Do twine check in Azure Pipeline's Package job 2019-09-24 18:34:25 +05:30
Pradyun Gedam 6f8c29aa77
Enable end-of-file-fixer 2019-09-24 18:03:22 +05:30
Pradyun Gedam 7256a10ccb
Fix Azure Pipelines Package build 2019-09-08 14:49:40 +05:30
Pradyun Gedam 79ce923e1a
Update documented invocations of generate commands 2019-09-05 12:40:34 +05:30
Xavier Fernandez 30b7720f4b Move Python 37-x64 to Azure 2019-07-26 15:06:56 +02:00
Xavier Fernandez 1f736c5e77 Spread the Windows test load between Azure & Appveyor 2019-07-26 00:30:44 +02:00
Hugo 2c1010ee96 Drop support for EOL Python 3.4 2019-07-07 11:45:16 +03:00
Donald Stufft 8d100d9e45 Add requests to our packaging dependencies 2018-11-21 15:48:31 -05:00
Brian Cristante f454f609be fix dependsOn 2018-10-05 16:49:01 -04:00
Brian Cristante a85f421332 need to run test-windows job from windows.yml 2018-10-05 16:45:15 -04:00
Brian Cristante 1b67afe99c just install tox explicitly 2018-10-05 16:01:08 -04:00
Brian Cristante 5cbcb72554 Remove conditional branching based on vmImage 2018-10-05 15:58:56 -04:00
Brian Cristante a4d1569c0e react to name change for vs2017-win2016 image 2018-10-05 14:01:46 -04:00
Brian Cristante 35b1ea333e fix wrong vmImage name 2018-10-05 13:58:49 -04:00
Brian Cristante 767eafc981 Pass pool instead of vmImage 2018-10-05 13:54:29 -04:00
Brian Cristante 012d76b847 switch vs2017.yml to use test-windows.yml 2018-10-01 08:56:56 -04:00
Brian Cristante 3f7af32c24 switch vs2017.yml to use the run-tests-windows.yml 2018-10-01 08:55:56 -04:00
Brian Cristante 3f6f28d0bd Fix job reference 2018-10-01 08:39:39 -04:00
Brian Cristante 69c74f916e delete install-dependencies.yml and fix build 2018-10-01 08:29:19 -04:00
Brian Cristante fe76e4f80e Get rid of branching logic based on image name 2018-10-01 08:24:40 -04:00
Brian Cristante 7a612ee9d8 add macos preview and macos internal 2018-10-01 08:18:29 -04:00
Brian Cristante ee9d3eae6d add pipeline for linux preview 2018-10-01 08:18:17 -04:00
Brian Cristante 7dfb765c4e rename YAMLs for pool name 2018-10-01 08:16:47 -04:00
Brian Cristante 60ff4a663c Add Azure Pipelines configuration 2018-09-14 17:36:12 -07:00