fail faster and notify

This commit is contained in:
Brad Warren 2021-01-14 16:27:20 -08:00
parent 56bf45ce1c
commit 5af7db2f53
2 changed files with 1 additions and 5 deletions

View file

@ -12,3 +12,4 @@ variables:
stages:
- template: templates/stages/test-and-package-stage.yml
- template: templates/stages/notify-failure-stage.yml

View file

@ -12,8 +12,3 @@ jobs:
vmImage: $(IMAGE_NAME)
steps:
- template: ../steps/tox-steps.yml
- job: test_sphinx_builds
pool:
vmImage: ubuntu-20.04
steps:
- template: ../steps/sphinx-steps.yml