← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:lpci-run-unit-tests into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:lpci-run-unit-tests into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/451391

It looks like adding the unit tests to the pipeline was missed. This fixes that.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:lpci-run-unit-tests into autopkgtest-cloud:master.
diff --git a/.launchpad.yaml b/.launchpad.yaml
index e41b311..56a622c 100644
--- a/.launchpad.yaml
+++ b/.launchpad.yaml
@@ -1,5 +1,6 @@
 pipeline:
   - pre_commit
+  - unit_tests
   - build_charms
 
 jobs:

Follow ups