Welcome to mirror list, hosted at ThFree Co, Russian Federation.

advanced.yml « .azure-pipelines - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dda7f9bfd5d669d308986d3e11b1d90d05873fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Advanced pipeline for isolated checks and release purpose
trigger:
  # When changing these triggers, please ensure the documentation under
  # "Running tests in CI" is still correct.
  - azure-test-*
  - test-*
  - '*.x'
pr:
  - test-*
# This pipeline is also nightly run on master
schedules:
  - cron: "0 4 * * *"
    displayName: Nightly build
    branches:
      include:
      - master
    always: true

jobs:
  # Any addition here should be reflected in the release pipeline.
  # It is advised to declare all jobs here as templates to improve maintainability.
  - template: templates/tests-suite.yml
  - template: templates/installer-tests.yml