Add triggers for only a single CI system (#7748)

* Configure travis-test to only run on Travis.

* Configure azure-test to only run on Azure.

* Add docs and comments to keep it up-to-date.
This commit is contained in:
Brad Warren
2020-02-05 23:49:01 +01:00
committed by GitHub
parent cc764b65c1
commit 7da5196206
3 changed files with 20 additions and 5 deletions
+10
View File
@@ -201,6 +201,16 @@ using an HTTP-01 challenge on a machine with Python 3:
certbot_test certonly --standalone -d test.example.com
# To stop Pebble, launch `fg` to get back the background job, then press CTRL+C
Running tests in CI
~~~~~~~~~~~~~~~~~~~
Certbot uses both Azure Pipelines and Travis to run continuous integration
tests. If you are using our Azure and Travis setup, a branch whose name starts
with `test-` will run all Azure and Travis tests on that branch. If the branch
name starts with `azure-test-`, it will run all of our Azure tests and none of
our Travis tests. If the branch stats with `travis-test-`, only our Travis
tests will be run.
Code components and layout
==========================