Merge ~xavpaice/charm-prometheus-grok-exporter:add_charmcraft into charm-prometheus-grok-exporter:master

Proposed by Xav Paice
Status: Merged
Approved by: James Troup
Approved revision: c22846ca68dc9fa15e6e2c13ba70dbbf12905c57
Merged at revision: ff219d9128577d72837697276b58ebc3d1a979b8
Proposed branch: ~xavpaice/charm-prometheus-grok-exporter:add_charmcraft
Merge into: charm-prometheus-grok-exporter:master
Diff against target: 38 lines (+15/-1)
3 files modified
charmcraft.yaml (+13/-0)
metadata.yaml (+1/-0)
src/tox.ini (+1/-1)
Reviewer Review Type Date Requested Status
🤖 prod-jenkaas-bootstack (community) continuous-integration Approve
BootStack Reviewers Pending
BootStack Reviewers Pending
Review via email: mp+415006@code.launchpad.net

Commit message

Add charmcraft.yaml

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
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :

A CI job is currently in progress. A follow up comment will be added when it completes.

Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision ff219d9128577d72837697276b58ebc3d1a979b8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/charmcraft.yaml b/charmcraft.yaml
0new file mode 1006440new file mode 100644
index 0000000..f0ffdaa
--- /dev/null
+++ b/charmcraft.yaml
@@ -0,0 +1,13 @@
1type: charm
2parts:
3 charm:
4 source: src
5 plugin: reactive
6 build-snaps: [charm]
7bases:
8 - name: ubuntu
9 channel: "20.04"
10 architectures: ["amd64"]
11 - name: ubuntu
12 channel: "18.04"
13 architectures: ["amd64"]
diff --git a/metadata.yaml b/metadata.yaml
0new file mode 12000014new file mode 120000
index 0000000..0768683
--- /dev/null
+++ b/metadata.yaml
@@ -0,0 +1 @@
1src/metadata.yaml
0\ No newline at end of file2\ No newline at end of file
diff --git a/src/tox.ini b/src/tox.ini
index 24fb13b..07fca42 100644
--- a/src/tox.ini
+++ b/src/tox.ini
@@ -67,5 +67,5 @@ deps = -r{toxinidir}/tests/unit/requirements.txt
6767
68[testenv:func]68[testenv:func]
69changedir = {toxinidir}/tests/functional69changedir = {toxinidir}/tests/functional
70commands = functest-run-suite {posargs}70commands = functest-run-suite --keep-faulty-model {posargs}
71deps = -r{toxinidir}/tests/functional/requirements.txt71deps = -r{toxinidir}/tests/functional/requirements.txt

Subscribers

People subscribed via source and target branches

to all changes: