Commit Graph

9 Commits

Author SHA1 Message Date
Nguyễn Gia Phong 530463879e Use --durations instead of --duration for pytest
Newer pytest no longer accepts --duration as an alias for --durations.
2020-08-16 14:20:37 +07:00
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
Tzu-ping Chung 9c57a6b898 Make tests relying virtualenv semantics pass 2020-02-27 17:43:14 +08:00
Hugo f08dc673a7 Upgrade virtualenv 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
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
Brian Cristante 69c74f916e delete install-dependencies.yml and fix build 2018-10-01 08:29:19 -04:00
Brian Cristante 60ff4a663c Add Azure Pipelines configuration 2018-09-14 17:36:12 -07:00