Skip to content
Snippets Groups Projects
Commit 15a8f9a7 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 2d6d76de
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,17 @@
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
......
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