Merge lp:~fginther/landscape-charm/add-tools-ci-test into lp:~landscape/landscape-charm/tools

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 31
Merged at revision: 31
Proposed branch: lp:~fginther/landscape-charm/add-tools-ci-test
Merge into: lp:~landscape/landscape-charm/tools
Diff against target: 12 lines (+4/-1)
1 file modified
Makefile (+4/-1)
To merge this branch: bzr merge lp:~fginther/landscape-charm/add-tools-ci-test
Reviewer Review Type Date Requested Status
Ursula Junque (community) Approve
Adam Collard (community) Approve
🤖 Landscape Builder test results Approve
Review via email: mp+305976@code.launchpad.net

Commit message

Add Makefile ci-test target and refactor it a bit.

Description of the change

Add Makefile ci-test target and refactor it a bit.

This add the standard tarmac ci-test target.

To post a comment you must log in.
Revision history for this message
🤖 Landscape Builder (landscape-builder) :
review: Abstain (executing tests)
Revision history for this message
🤖 Landscape Builder (landscape-builder) wrote :

Command: make ci-test
Result: Success
Revno: 31
Branch: lp:~fginther/landscape-charm/add-tools-ci-test
Jenkins: https://ci.lscape.net/job/latch-test-xenial/7/

review: Approve (test results)
Revision history for this message
🤖 Landscape Builder (landscape-builder) :
review: Abstain (executing tests)
Revision history for this message
🤖 Landscape Builder (landscape-builder) wrote :

Command: make ci-test
Result: Success
Revno: 31
Branch: lp:~fginther/landscape-charm/add-tools-ci-test
Jenkins: https://ci.lscape.net/job/latch-test-xenial/8/

review: Approve (test results)
Revision history for this message
Adam Collard (adam-collard) :
review: Approve
Revision history for this message
Ursula Junque (ursinha) wrote :

+1, thanks for improving it!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2016-09-14 22:26:18 +0000
+++ Makefile 2016-09-16 15:36:51 +0000
@@ -1,4 +1,7 @@
1.PHONY: test
1test:2test:
2 python -m unittest test_collect-logs3 python -m unittest test_collect-logs
34
4.PHONY: test5
6.PHONY: ci-test
7ci-test: test

Subscribers

People subscribed via source and target branches

to all changes: