File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"galahad.*" : {
3
- "config_file" : "galahad .jsonnet" ,
3
+ "config_file" : "ci .jsonnet" ,
4
4
"overlay_file" : "galahad-graal.jsonnet" ,
5
5
},
6
6
"release/galahad/.*" : {
7
- "config_file" : "galahad .jsonnet" ,
7
+ "config_file" : "ci .jsonnet" ,
8
8
"overlay_file" : "galahad-graal.jsonnet" ,
9
9
},
10
10
"cpu/galahad/.*" : {
11
- "config_file" : "galahad .jsonnet" ,
11
+ "config_file" : "ci .jsonnet" ,
12
12
"overlay_file" : "galahad-graal.jsonnet" ,
13
13
},
14
14
}
Original file line number Diff line number Diff line change @@ -63,6 +63,4 @@ local verify_ci = (import 'ci/ci_common/ci-check.libsonnet').verify_ci;
63
63
assert verify_ci(self .builds),
64
64
// verify that the run-spec demo works
65
65
assert (import "ci/ci_common/run-spec-demo.jsonnet" ).check(),
66
- // ensure that the galahad CI configuration does not break
67
- assert std.type (std.manifestJson ((import "galahad.jsonnet" ).builds)) == "string"
68
66
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments