]> git.lizzy.rs Git - rust.git/blob - src/ci/azure-pipelines/try.yml
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
[rust.git] / src / ci / azure-pipelines / try.yml
1 #####################################
2 ##    READ BEFORE CHANGING THIS    ##
3 #####################################
4
5 # We're in the process of evaluating GitHub Actions as a possible replacement
6 # for Azure Pipelines, and at the moment the configuration is duplicated
7 # between the two CI providers. Be sure to also change the configuration in
8 # src/ci/github-actions when changing this file.
9
10 #####################################
11
12 pr: none
13 trigger:
14 - try
15
16 jobs:
17 - job: Dummy
18   timeoutInMinutes: 600
19   pool:
20     vmImage: ubuntu-16.04
21   steps:
22   - bash: echo "We're running this job since bors is still gating on Azure"