Merge lp:~hloeung/mojo/mojo-specs-manifest-initial-skip-checks into lp:mojo/mojo-specs

Proposed by Haw Loeung
Status: Merged
Approved by: Haw Loeung
Approved revision: 165
Merged at revision: 165
Proposed branch: lp:~hloeung/mojo/mojo-specs-manifest-initial-skip-checks
Merge into: lp:mojo/mojo-specs
Diff against target: 26 lines (+3/-3)
1 file modified
charm-testing/manifest-initial (+3/-3)
To merge this branch: bzr merge lp:~hloeung/mojo/mojo-specs-manifest-initial-skip-checks
Reviewer Review Type Date Requested Status
Alexandre Gomes Approve
Review via email: mp+393350@code.launchpad.net

Commit message

charm-testing/manifest-initial: Skip the usual suspects as per manifest

To post a comment you must log in.
Revision history for this message
Alexandre Gomes (alejdg) wrote :

+1

review: Approve
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 165

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-testing/manifest-initial'
2--- charm-testing/manifest-initial 2018-02-08 13:40:23 +0000
3+++ charm-testing/manifest-initial 2020-11-05 01:26:34 +0000
4@@ -10,7 +10,7 @@
5 collect config=collect-initial
6 script config=pre-deploy
7 deploy config=deploy wait=true
8-nagios-check retry=3 sleep=60
9+nagios-check skip-checks='check_load,check_swap,check_etc_bzr,check_log_archive_status,check_ksplice' retry=3 sleep=60
10 verify config=post-deploy retry=3 sleep=60
11 # Now test an upgrade to the new charm if UPGRADE_CHARM is set
12 stop-on return-code=99 config=check-upgrade-charm UPGRADE_CHARM=${UPGRADE_CHARM}
13@@ -18,11 +18,11 @@
14 collect config=collect-upgrade
15 script config=upgrade-charm
16 juju-check-wait
17-nagios-check retry=3 sleep=60
18+nagios-check skip-checks='check_load,check_swap,check_etc_bzr,check_log_archive_status,check_ksplice' retry=3 sleep=60
19 verify config=post-deploy retry=3 sleep=60
20 # Now redeploy the model, and test a deployment from scratch (with the updated charm in place)
21 script config=redeploy-model
22 script config=pre-deploy
23 deploy config=deploy wait=true
24-nagios-check retry=3 sleep=60
25+nagios-check skip-checks='check_load,check_swap,check_etc_bzr,check_log_archive_status,check_ksplice' retry=3 sleep=60
26 verify config=post-deploy retry=3 sleep=60

Subscribers

People subscribed via source and target branches

to all changes: