Skip to content

Commit

Permalink
ci: move galahad filtering to overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Feb 15, 2024
1 parent d501d60 commit 8e2ca35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ci-branch-config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"galahad.*": {
"config_file": "galahad.jsonnet",
"config_file": "ci.jsonnet",
"overlay_file": "galahad-graal.jsonnet",
},
"release/galahad/.*": {
"config_file": "galahad.jsonnet",
"config_file": "ci.jsonnet",
"overlay_file": "galahad-graal.jsonnet",
},
"cpu/galahad/.*": {
"config_file": "galahad.jsonnet",
"config_file": "ci.jsonnet",
"overlay_file": "galahad-graal.jsonnet",
},
}
2 changes: 0 additions & 2 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@ local verify_ci = (import 'ci/ci_common/ci-check.libsonnet').verify_ci;
assert verify_ci(self.builds),
// verify that the run-spec demo works
assert (import "ci/ci_common/run-spec-demo.jsonnet").check(),
// ensure that the galahad CI configuration does not break
assert std.type(std.manifestJson((import "galahad.jsonnet").builds)) == "string"
}
5 changes: 0 additions & 5 deletions galahad.jsonnet

This file was deleted.

0 comments on commit 8e2ca35

Please sign in to comment.