Skip to content

Commit 4874d7e

Browse files
committed
[GR-45071] Add notify_emails or notify_groups to jobs.
PullRequest: graal/14141
2 parents af984ad + 8e28430 commit 4874d7e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local repo_config = import '../repo-configuration.libsonnet';
66
common + common.frequencies + {
77
build_base:: {
88
// holds location of CI resources that can easily be overwritten in an overlay
9-
ci_resources:: (import "ci/ci_common/ci-resources.libsonnet"),
9+
ci_resources:: (import "ci-resources.libsonnet"),
1010
},
1111

1212
# Add a guard to `build` that prevents it from running in the gate

graal-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.",
33
"ci": {
4-
"overlay": "7613333303c6a3c64716b2d067a3ba05824cc4fd"
4+
"overlay": "2a0851326f1dfd487b05e5e54dec4e6736b901ed"
55
}
66
}

vm/ci/ci_common/common-bench.jsonnet

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# note: this file needs to be in sync between CE and EE
2+
13
local vm = import '../ci_includes/vm.jsonnet';
24
local common = import '../../../ci/ci_common/common.jsonnet';
35
local vm_common = import '../ci_common/common.jsonnet';
@@ -176,7 +178,7 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
176178
self.warmup_bench_cmd + ['--polybench-vm-config=native-standard', '--metric=one-shot'],
177179
],
178180
timelimit: '1:30:00',
179-
notify_emails: [],
181+
notify_groups: ['polybench'],
180182
},
181183

182184
vm_bench_polybench_nfi: {

0 commit comments

Comments
 (0)