include backport branches for e2e tests

This commit is contained in:
William Banfield
2022-06-21 10:27:37 -04:00
parent 3404d6f8e4
commit d723ee4fc5

View File

@@ -231,11 +231,12 @@ scale it will be used by application developers and node operators.
The Tendermint team maintains [a set of end-to-end
tests](https://github.com/tendermint/tendermint/blob/master/test/e2e/README.md#L1)
that run each night on the latest commit of the project. These tests start
a network of containerized Tendermint processes and run automated checks that
the network functions as expected in both stable and unstable conditions.
During the feature freeze, these tests are run nightly and must pass
consistently for a release of Tendermint to be considered stable.
that run each night on the latest commit of the project and on the code in the
tip of each backport branch. These tests start a network of containerized
Tendermint processes and run automated checks that the network functions as
expected in both stable and unstable conditions. During the feature freeze,
these tests are run nightly and must pass consistently for a release of
Tendermint to be considered stable.
### Upgrade Harness