Skip to content

Commit 5295948

Browse files
authored
Merge pull request #14 from m3bm3b/master
Add an email_notification address to the TensorFlow-related builds.
2 parents ed0833d + f20931e commit 5295948

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

nodes/x86_64_macos_high_sierra_tensorflow.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"contact": {
33
"name": "Richard Wei",
4-
"email": "rxwei@google.com",
4+
"email": "tf-swift-team+apple-ci@google.com",
55
"company": "Google"
66
},
77
"node": {
@@ -12,7 +12,8 @@
1212
{
1313
"display_name": "Swift for TensorFlow - MacOS High Sierra x86_64 (tensorflow)",
1414
"branch": "tensorflow",
15-
"preset": "tensorflow_test"
15+
"preset": "tensorflow_test",
16+
"email_notifications": ["tf-swift-team+apple-ci@google.com"]
1617
}
1718
]
1819
}

nodes/x86_64_ubuntu_16_04_tensorflow.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"contact": {
33
"name": "Richard Wei",
4-
"email": "rxwei@google.com",
4+
"email": "tf-swift-team+apple-ci@google.com",
55
"company": "Google"
66
},
77
"node": {
@@ -12,7 +12,8 @@
1212
{
1313
"display_name": "Swift for TensorFlow - Ubuntu 16.04 Linux x86_64 (tensorflow)",
1414
"branch": "tensorflow",
15-
"preset": "tensorflow_test"
15+
"preset": "tensorflow_test",
16+
"email_notifications": ["tf-swift-team+apple-ci@google.com"]
1617
}
1718
]
1819
}

nodes/x86_64_ubuntu_16_04_tensorflow_gpu.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"contact": {
33
"name": "Richard Wei",
4-
"email": "rxwei@google.com",
4+
"email": "tf-swift-team+apple-ci@google.com",
55
"company": "Google"
66
},
77
"node": {
@@ -12,7 +12,8 @@
1212
{
1313
"display_name": "Swift for TensorFlow - Ubuntu 16.04 Linux x86_64 with GPU (tensorflow)",
1414
"branch": "tensorflow",
15-
"preset": "tensorflow_test,gpu"
15+
"preset": "tensorflow_test,gpu",
16+
"email_notifications": ["tf-swift-team+apple-ci@google.com"]
1617
}
1718
]
1819
}

0 commit comments

Comments
 (0)