forked from canonical/spread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
35 lines (32 loc) · 992 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: spread-mir-ci
base: core22
version: git
summary: Convenient full-system test (task) distribution
description: |
Spread is a plesant way distribute full-system integration tests and
similar tasks. A few simple and concrete concepts that are fun to play
with and fix the exact piece missing in the puzzle. It's not Jenkins,
it's not Travis, it's not a library, not a language, and it's not even
specific to testing. It's a simple way to express what to run and
where, what to do before and after it runs, and how to duplicate jobs
with minor variations without copy & paste.
confinement: strict
grade: stable
apps:
spread:
command: bin/spread
plugs: [home, network, network-bind, lxd]
environment:
LXD_DIR: /var/snap/lxd/common/lxd
parts:
lxc:
plugin: nil
stage-snaps:
- lxd
prime:
- bin/lxc
spread:
plugin: go
build-snaps:
- go
source: .