From 2a0497937f9ea3caa609993dff94b50155105b02 Mon Sep 17 00:00:00 2001 From: James Page Date: Sat, 14 Jan 2017 09:24:10 +0000 Subject: [PATCH] Switch to classic snap --- .gitignore | 6 ++++++ snapcraft.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d347f81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +parts +prime +stage +*.snap +*.bz2 +.tox diff --git a/snapcraft.yaml b/snapcraft.yaml index 1836060..7c0ab93 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -7,7 +7,10 @@ description: | Rally is intended to provide the community with a benchmarking tool that is capable of performing specific, complicated and reproducible test cases on real deployment scenarios. -confinement: devmode +# Main target for rally is classic host, and it won't run +# under strict due to use in multiprocessing of shared +# memory. +confinement: classic grade: devel apps: @@ -23,6 +26,8 @@ apps: - network - network-bind - home + aliases: + - rally-manage parts: rally: