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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/advanced.yml')
-rw-r--r--.azure-pipelines/advanced.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.azure-pipelines/advanced.yml b/.azure-pipelines/advanced.yml
new file mode 100644
index 000000000..dda7f9bfd
--- /dev/null
+++ b/.azure-pipelines/advanced.yml
@@ -0,0 +1,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