Skip to content

Commit 1b200e1

Browse files
Merge pull request #3539 from shiftstack/acceptance-test-docs
docs: Document tested releases for acceptance tests
2 parents 709c322 + ffb0d11 commit 1b200e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/contributor-tutorial/step-05-pull-requests.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ generate your own fixtures using the OpenStack environment you're
9999
Since unit tests are not run against an actual OpenStack environment,
100100
acceptance tests can arguably be more important. The acceptance tests that you
101101
include in your Pull Request should confirm that your implemented code works
102-
as intended with an actual OpenStack environment.
102+
as intended with an actual OpenStack environment. We run our functional jobs
103+
against all supported Skip Level Upgrade Release Process (SLURP) releases as
104+
well as `master`. This information is sourced from
105+
[releases.openstack.org](https://releases.openstack.org/).
103106

104107
### Documentation
105108

0 commit comments

Comments
 (0)