Skip to content

Commit

Permalink
[GR-39978] Use the common CI overlay.
Browse files Browse the repository at this point in the history
PullRequest: graal/12297
  • Loading branch information
ansalond committed Jul 21, 2022
2 parents 63f4186 + 4ca52f6 commit dfdbdb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci.jsonnet
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# common
local common = import 'common.json';
local graal_common = import 'graal-common.json';

# Compiler
local compiler = import 'compiler/ci.jsonnet';

Expand Down Expand Up @@ -43,6 +47,7 @@ local add_excludes_guard(build) = build + {
# Ensure that entries in common.jsonnet can be resolved.
_checkCommon: (import 'common.jsonnet'),
ci_resources:: (import 'ci-resources.libsonnet'),
overlay: graal_common.ci.overlay,
specVersion: "3",
builds: [add_excludes_guard(b) for b in (
compiler.builds +
Expand Down

0 comments on commit dfdbdb5

Please sign in to comment.