Merge ~mthaddon/mojo/+git/mojo-specs:remove-canonical-livepatch into ~mojo-maintainers/mojo/+git/mojo-specs:master

Proposed by Tom Haddon
Status: Merged
Approved by: Nick Moffitt
Approved revision: 0d5f1c55cc95db88f32d9496db80b6c426bd30e8
Merged at revision: 645d8db20a1c482c095906d7162661b2f1e40fb8
Proposed branch: ~mthaddon/mojo/+git/mojo-specs:remove-canonical-livepatch
Merge into: ~mojo-maintainers/mojo/+git/mojo-specs:master
Diff against target: 40 lines (+0/-7)
1 file modified
dev/null (+0/-7)
Reviewer Review Type Date Requested Status
Mojo Maintainers Pending
Review via email: mp+397984@code.launchpad.net

Commit message

Remove canonical-livepatch charm-testing stage - duplicate of livepatch

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 645d8db20a1c482c095906d7162661b2f1e40fb8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charm-testing/canonical-livepatch/deploy b/charm-testing/canonical-livepatch/deploy
2deleted file mode 100644
3index e278477..0000000
4--- a/charm-testing/canonical-livepatch/deploy
5+++ /dev/null
6@@ -1,21 +0,0 @@
7-ubuntu:
8- series: {{series}}
9- services:
10- ubuntu:
11- charm: ubuntu
12- canonical-livepatch:
13- charm: canonical-livepatch
14- options:
15- livepatch_key: include-file://{{local_dir}}/canonical-is-livepatch.key
16- nrpe:
17- charm: nrpe
18- options:
19- nagios_master: nagios1.internal
20-{%- if series != "trusty" %}
21- procs: '-w 200 -c 250 -k'
22- swap: '-w 90% -c 75% -n ok'
23-{%- endif %}
24- relations:
25- - ["ubuntu", "nrpe"]
26- - ["ubuntu", "canonical-livepatch"]
27- - ["canonical-livepatch", "nrpe"]
28diff --git a/charm-testing/canonical-livepatch/pre-deploy b/charm-testing/canonical-livepatch/pre-deploy
29deleted file mode 100755
30index 4e84792..0000000
31--- a/charm-testing/canonical-livepatch/pre-deploy
32+++ /dev/null
33@@ -1,7 +0,0 @@
34-#!/bin/bash
35-
36-# If we don't have a secrets file, just copy the deploy file to deploy-secrets
37-if [ ! -f ${MOJO_LOCAL_DIR}/deploy-secrets ]; then
38- echo "Copying ${MOJO_SPEC_DIR}/charm-testing/canonical-livepatch/deploy to ${MOJO_LOCAL_DIR}/deploy-secrets"
39- cp ${MOJO_SPEC_DIR}/charm-testing/canonical-livepatch/deploy ${MOJO_LOCAL_DIR}/deploy-secrets
40-fi

Subscribers

People subscribed via source and target branches

to all changes: