forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate common benchmark builders to jsonnet
- Loading branch information
Showing
18 changed files
with
651 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// location of resources that can be easily overwritten | ||
{ | ||
infra: { | ||
ol8_bench_image: "<ol8_bench_image>", | ||
benchmarking_config_repo: "<benchmarking_config_repo>", | ||
|
||
notify_nexus_deploy: "<notify_nexus_deploy>", | ||
notify_releaser_service: "<notify_releaser_service>" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
local graal_benchmarks = (import 'ci_common/benchmark-builders.jsonnet'), | ||
local baseline_benchmarks = (import 'ci_includes/baseline-benchmarks.jsonnet'), | ||
builds: | ||
graal_benchmarks.builds + | ||
baseline_benchmarks.builds | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.