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: