-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbuildkite.yml
46 lines (35 loc) · 1.1 KB
/
buildkite.yml
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
36
37
38
39
40
41
42
43
44
45
46
env:
RUST_LOG: "info,cargo=warn"
TERM: "xterm"
steps:
- command: "./check.sh nixpkgs:stdenv.__bootPackages.stdenv.__bootPackages.stdenv.__bootPackages.stdenv.__bootPackages.stdenv.__bootPackages.binutils report-trivial"
key: check-trivial
agents:
- "r13y=true"
- "packet-spot=true"
- command: "./upload.sh report-trivial /trivial"
depends_on: check-trivial
agents:
- "s3-publish=true"
- command: "./check.sh nixos:nixos.iso_minimal.x86_64-linux report-iso_minimal"
key: check-iso_minimal
agents:
- "r13y=true"
- "packet-spot=true"
- command: "./upload.sh report-iso_minimal /"
depends_on: check-iso_minimal
agents:
- "s3-publish=true"
- command: "./upload.sh report-iso_minimal /iso_minimal"
depends_on: check-iso_minimal
agents:
- "s3-publish=true"
- command: "./check.sh nixos:nixos.iso_gnome.x86_64-linux report-iso_gnome"
key: check-iso_gnome
agents:
- "r13y=true"
- "packet-spot=true"
- command: "./upload.sh report-iso_gnome /iso_gnome"
depends_on: check-iso_gnome
agents:
- "s3-publish=true"