diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-07-17 02:48:02 +0000 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-17 13:28:38 +0900 |
commit | b5efca2a654d10fdd52599bd8a009dde8a7c61b4 (patch) | |
tree | 2a0247ee59e7674875e90740f1b5cc84f42893b8 /azure-pipelines.yml | |
parent | 26408c7d5f39ac5b7afb3902eb340917ae821c88 (diff) | |
download | systemd-b5efca2a654d10fdd52599bd8a009dde8a7c61b4.tar.gz |
Free up some resources on Azure Pipelines
Let's drop the tests we also run on CentOS CI to free up some resources
for something more useful.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a50e2eeb1..b321962664 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,15 +13,3 @@ jobs: set -e ./travis-ci/managers/fuzzbuzz.sh displayName: 'This is where it gets darker' - -- job: ASan_UBSan - displayName: ASan_UBSan - - pool: - vmImage: 'ubuntu-latest' - - steps: - - script: | - set -e - sudo ./travis-ci/managers/xenial.sh - displayName: 'This is where it gets darker' |