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: b9ac9c38a2a342b67533bee9796f1c5d72eb0a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.
  - azure-test-*
  - test-*

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