Skip to content
Snippets Groups Projects
Commit bd1f4b8f authored by Richard Clamp's avatar Richard Clamp
Browse files

Add a maintainer step to hand-test packages

Over time we should aim to reduce the impact of this, but there will
always be some value in hand-testing packages before merge.
parent e0b8c72a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -91,6 +91,17 @@ try upgrading to the latest version. If the issue persists, reopen this issue
with the relevant information.
```
 
### Hand testing built packages
Once you have a have a green pipeline for the package build as discussed in the
[Definition of done](#definition-of-done), deploy the package to a VM and ensure
that everything still works.
Some of the interactions of the components are not fully covered by the
unit/acceptance tests, so testing here can reveal issues such as invalid service
configuration being generated. Issues found should be fed back into the test
suites where possible as part of the review process.
## Developer Guidelines
 
### Setting up development environment
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment