mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
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:
@@ -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
|
||||
==========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user