Skip to content

Commit 8e2ca35

Browse files
committed
ci: move galahad filtering to overlays
1 parent d501d60 commit 8e2ca35

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

ci-branch-config.jsonnet

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"galahad.*": {
3-
"config_file": "galahad.jsonnet",
3+
"config_file": "ci.jsonnet",
44
"overlay_file": "galahad-graal.jsonnet",
55
},
66
"release/galahad/.*": {
7-
"config_file": "galahad.jsonnet",
7+
"config_file": "ci.jsonnet",
88
"overlay_file": "galahad-graal.jsonnet",
99
},
1010
"cpu/galahad/.*": {
11-
"config_file": "galahad.jsonnet",
11+
"config_file": "ci.jsonnet",
1212
"overlay_file": "galahad-graal.jsonnet",
1313
},
1414
}

ci.jsonnet

-2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,4 @@ local verify_ci = (import 'ci/ci_common/ci-check.libsonnet').verify_ci;
6363
assert verify_ci(self.builds),
6464
// verify that the run-spec demo works
6565
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"
6866
}

galahad.jsonnet

-5
This file was deleted.

0 commit comments

Comments
 (0)