Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
* Fedora 27
* ARMv7 for Debian "Stretch"
* Ubuntu 16.04
* Ubuntu 16.04 for TensorFlow
* Ubuntu 18.04 for TensorFlow
* Ubuntu 18.04 with GPU for TensorFlow
* PPC64LE for Ubuntu 16.04
* AArch64 for Amazon Linux 2
* AArch64 for CentOS 8
* AArch64 for Ubuntu 18.04
* AArch64 for Ubuntu 20.04
* Android
* macOS 10.13 for TensorFlow
* Ubuntu 16.04 with a GPU for TensorFlow
* Debian 9.5

## Add Nodes
Expand Down
2 changes: 1 addition & 1 deletion nodes/x86_64_macos_high_sierra_tensorflow.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contact": {
"name": "Richard Wei",
"name": "Swift for TensorFlow team",
"email": "tf-swift-team+apple-ci@google.com",
"company": "Google"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"contact": {
"name": "Richard Wei",
"name": "Swift for TensorFlow team",
"email": "tf-swift-team+apple-ci@google.com",
"company": "Google"
},
"node": {
"platform": "x86_64",
"os_version": "Ubuntu 16.04"
"os_version": "Ubuntu 18.04"
},
"jobs": [
{
"display_name": "Swift for TensorFlow - Ubuntu 16.04 Linux x86_64 (tensorflow)",
"display_name": "Swift for TensorFlow - Ubuntu 18.04 Linux x86_64 (tensorflow)",
"branch": "tensorflow",
"preset": "tensorflow_test",
"email_notifications": ["tf-swift-team+apple-ci@google.com"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"contact": {
"name": "Richard Wei",
"name": "Swift for TensorFlow team",
"email": "tf-swift-team+apple-ci@google.com",
"company": "Google"
},
"node": {
"platform": "x86_64",
"os_version": "Ubuntu 16.04"
"os_version": "Ubuntu 18.04"
},
"jobs": [
{
"display_name": "Swift for TensorFlow - Ubuntu 16.04 Linux x86_64 with GPU (tensorflow)",
"display_name": "Swift for TensorFlow - Ubuntu 18.04 Linux x86_64 with GPU (tensorflow)",
"branch": "tensorflow",
"preset": "tensorflow_test,gpu",
"email_notifications": ["tf-swift-team+apple-ci@google.com"]
Expand Down