Merge checkbox-snappy:release_8_s16 into checkbox-snappy:series16

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 9496ab5acacdd6ef38968f71fd9365c502ed391d
Merged at revision: 1867f9bcda29072144526228cace49ba842234c8
Proposed branch: checkbox-snappy:release_8_s16
Merge into: checkbox-snappy:series16
Diff against target: 80 lines (+22/-13)
2 files modified
launchers/shell-wrapper (+7/-0)
snap/snapcraft.yaml (+15/-13)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+360782@code.launchpad.net

Description of the change

release v8 s16

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/launchers/shell-wrapper b/launchers/shell-wrapper
2new file mode 100755
3index 0000000..8650fc9
4--- /dev/null
5+++ b/launchers/shell-wrapper
6@@ -0,0 +1,7 @@
7+#!/bin/bash
8+
9+. $(dirname "$(realpath $BASH_SOURCE)")/wrapper_common
10+
11+echo "$SNAP_NAME runtime shell, type 'exit' to quit the session"
12+
13+exec bash
14diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
15index 182255b..aed5970 100644
16--- a/snap/snapcraft.yaml
17+++ b/snap/snapcraft.yaml
18@@ -1,7 +1,7 @@
19 name: checkbox-snappy
20 summary: Checkbox tests for Snappy devices
21 description: "The provider is a collection of tests to be run on Snappy devices.\n"
22-version: '16.8.dev'
23+version: '16.8'
24 grade: stable
25
26 # Don't forget to add a new slot if a new provider part is added in the parts
27@@ -78,39 +78,41 @@ apps:
28 daemon: simple
29 restart-condition: on-failure
30 plugs: *standard
31+ shell:
32+ command: bin/shell-wrapper
33+ plugs: *standard
34
35 parts:
36 fwts:
37- source-tag: ""
38+ source-tag: "V18.11.00"
39 checkbox-support-dev:
40- source-tag: ""
41+ source-tag: "snap-2018-12-04T1115"
42 after: [fwts]
43 checkbox-ng-dev:
44- source-tag: ""
45+ source-tag: "snap-2018-12-09T1818"
46 plainbox-provider-resource:
47- source-tag: ""
48+ source-tag: "snap-2018-12-04T1115"
49 after: [checkbox-support-dev, checkbox-ng-dev]
50 plainbox-provider-checkbox:
51- source-tag: ""
52+ source-tag: "snap-2018-12-11T0820"
53 after: [plainbox-provider-resource]
54 plainbox-provider-snappy:
55- source-tag: ""
56- build-attributes: [keep-execstack]
57+ source-tag: "snap-2018-12-04T1115"
58 after: [plainbox-provider-checkbox]
59 plainbox-provider-ipdt:
60- source-tag: ""
61+ source-tag: "snap-2018-12-04T1115"
62 after: [plainbox-provider-snappy]
63 plainbox-provider-docker:
64- source-tag: ""
65+ source-tag: "snap-2018-12-04T1115"
66 after: [plainbox-provider-ipdt]
67 plainbox-provider-tpm2:
68- source-tag: ""
69+ source-tag: "snap-2018-12-04T1115"
70 after: [plainbox-provider-docker]
71 plainbox-provider-sru:
72- source-tag: ""
73+ source-tag: "snap-2018-12-04T1115"
74 after: [plainbox-provider-tpm2]
75 plainbox-provider-engineering-tests:
76- source-tag: ""
77+ source-tag: "7"
78 after: [plainbox-provider-sru]
79 launchers:
80 plugin: dump

Subscribers

People subscribed via source and target branches

to all changes: