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

advanced-test.yml « .azure-pipelines - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2342630f9f91cf7d0410981e2223074ba9a699c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Advanced pipeline for running our full test suite on demand.
trigger:
  # When changing these triggers, please ensure the documentation under
  # "Running tests in CI" is still correct.
  - test-*
pr: none

variables:
  # We don't publish our Docker images in this pipeline, but when building them
  # for testing, let's use the nightly tag.
  dockerTag: nightly

stages:
  - template: templates/stages/test-and-package-stage.yml