File tree 2 files changed +11
-13
lines changed
2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,7 @@ ptime -m cargo run --bin crucible-package
86
86
banner contents
87
87
tar tvfz out/crucible.tar.gz
88
88
tar tvfz out/crucible-pantry.tar.gz
89
- tar tvfz out/crucible-svc.tar.gz
90
- tar tvfz out/crucible-pantry-svc.tar.gz
91
- mv out/crucible.tar.gz out/crucible-pantry.tar.gz out/crucible-svc.tar.gz out/crucible-pantry-svc.tar.gz /out/
89
+ mv out/crucible.tar.gz out/crucible-pantry.tar.gz /out/
92
90
93
91
# Build the nightly archive file which should include all the scripts
94
92
# and binaries needed to run the nightly test.
Original file line number Diff line number Diff line change 1
- [package .crucible ]
2
- service_name = " crucible"
3
- only_for_targets.image = " standard"
4
- source.type = " composite"
5
- source.packages = [ " crucible-svc.tar.gz" , " zone-network-setup.tar.gz" ]
6
- output.type = " zone"
7
-
8
1
[package .crucible-svc ]
9
2
service_name = " crucible-svc"
10
3
source.type = " local"
@@ -17,11 +10,11 @@ source.paths = [
17
10
output.type = " zone"
18
11
output.intermediate_only = true
19
12
20
- [package .crucible-pantry ]
21
- service_name = " crucible-pantry "
13
+ [package .crucible ]
14
+ service_name = " crucible"
22
15
only_for_targets.image = " standard"
23
16
source.type = " composite"
24
- source.packages = [ " crucible-pantry- svc.tar.gz" , " zone-network-setup.tar.gz" ]
17
+ source.packages = [ " crucible-svc.tar.gz" , " zone-network-setup.tar.gz" ]
25
18
output.type = " zone"
26
19
27
20
[package .crucible-pantry-svc ]
@@ -34,3 +27,10 @@ source.paths = [
34
27
]
35
28
output.type = " zone"
36
29
output.intermediate_only = true
30
+
31
+ [package .crucible-pantry ]
32
+ service_name = " crucible-pantry"
33
+ only_for_targets.image = " standard"
34
+ source.type = " composite"
35
+ source.packages = [ " crucible-pantry-svc.tar.gz" , " zone-network-setup.tar.gz" ]
36
+ output.type = " zone"
You can’t perform that action at this time.
0 commit comments