mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
16 lines
457 B
YAML
16 lines
457 B
YAML
# 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
|
|
snapBuildTimeout: 5400
|
|
|
|
stages:
|
|
- template: templates/stages/test-and-package-stage.yml
|