forked from canonical/spread
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
25 lines (22 loc) · 833 Bytes
/
Copy pathsnapcraft.yaml
File metadata and controls
25 lines (22 loc) · 833 Bytes
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
name: spread
version: 2018.08.21
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]
parts:
spread:
plugin: go
go-packages:
- github.com/snapcore/spread/cmd/spread