From f7cffa1a800f3d9ce6b7b71990fffc1596d0c9f2 Mon Sep 17 00:00:00 2001 From: Pascal Vicaire <25757005+vicaire@users.noreply.github.com> Date: Mon, 5 Nov 2018 12:10:03 -0800 Subject: [PATCH 1/2] This is a test. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7929edae480..73d8ba0cfa7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is aimed at: -* End to end orchestration: enabling and simplifying the orchestration of end to end machine learning pipelines +* End to end orchestration: enabling and simplifying the orchestration of end to end machine learning pipelines. * Easy Experimentation: making it easy for users to try numerous ideas and techniques, and manage the various trials/experiments. * Easy Re-Use: enabling users to re-use components and pipelines to quickly cobble together end to end solutions, without having to re-build each time. From 3df28a9700ecc5994a06031ffbed0b5b0ac825fd Mon Sep 17 00:00:00 2001 From: Pascal Vicaire <25757005+vicaire@users.noreply.github.com> Date: Mon, 5 Nov 2018 14:03:33 -0800 Subject: [PATCH 2/2] Updating OWNERS files. Adding per-subdirectory OWNER files. --- .vscode/OWNERS | 5 +++++ OWNERS | 15 +-------------- backend/OWNERS | 6 ++++++ components/OWNERS | 5 +++++ docs/OWNERS | 10 ++++++++++ experimental/OWNERS | 10 ++++++++++ frontend/OWNERS | 5 +++++ kubeflow/OWNERS | 6 ++++++ ml-pipeline/OWNERS | 6 ++++++ samples/OWNERS | 5 +++++ sdk/OWNERS | 5 +++++ test/OWNERS | 6 ++++++ test/api-integration-test/OWNERS | 6 ++++++ test/backend-unit-test/OWNERS | 6 ++++++ test/frontend-integration-test/OWNERS | 5 +++++ test/imagebuilder/OWNERS | 6 ++++++ test/minikube/OWNERS | 6 ++++++ test/sample-test/OWNERS | 5 +++++ third_party/OWNERS | 10 ++++++++++ tools/OWNERS | 10 ++++++++++ vendor/OWNERS | 10 ++++++++++ 21 files changed, 134 insertions(+), 14 deletions(-) create mode 100644 .vscode/OWNERS create mode 100644 backend/OWNERS create mode 100644 components/OWNERS create mode 100644 docs/OWNERS create mode 100644 experimental/OWNERS create mode 100644 frontend/OWNERS create mode 100644 kubeflow/OWNERS create mode 100644 ml-pipeline/OWNERS create mode 100644 samples/OWNERS create mode 100644 sdk/OWNERS create mode 100644 test/OWNERS create mode 100644 test/api-integration-test/OWNERS create mode 100644 test/backend-unit-test/OWNERS create mode 100644 test/frontend-integration-test/OWNERS create mode 100644 test/imagebuilder/OWNERS create mode 100644 test/minikube/OWNERS create mode 100644 test/sample-test/OWNERS create mode 100644 third_party/OWNERS create mode 100644 tools/OWNERS create mode 100644 vendor/OWNERS diff --git a/.vscode/OWNERS b/.vscode/OWNERS new file mode 100644 index 00000000000..4ab14dde8f3 --- /dev/null +++ b/.vscode/OWNERS @@ -0,0 +1,5 @@ +approvers: + - yebrahim +reviewers: + - yebrahim + - rileyjbauer diff --git a/OWNERS b/OWNERS index 08db2d3e07a..17aa53ffa6b 100644 --- a/OWNERS +++ b/OWNERS @@ -2,20 +2,7 @@ approvers: - vicaire - jlewi - IronPan - - qimingj - - yebrahim - - hongye-sun - - rileyjbauer - - gaoning777 + - paveldournov reviewers: - vicaire - - jlewi - - yebrahim - IronPan - - ojarjur - - qimingj - - Ark-kun - - gaoning777 - - paveldournov - - rileyjbauer - - hongye-sun diff --git a/backend/OWNERS b/backend/OWNERS new file mode 100644 index 00000000000..197efbf5c2e --- /dev/null +++ b/backend/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan diff --git a/components/OWNERS b/components/OWNERS new file mode 100644 index 00000000000..d48d90e0437 --- /dev/null +++ b/components/OWNERS @@ -0,0 +1,5 @@ +approvers: + - qimingj +reviewers: + - qimingj + - gaoning777 diff --git a/docs/OWNERS b/docs/OWNERS new file mode 100644 index 00000000000..13bf817b9bb --- /dev/null +++ b/docs/OWNERS @@ -0,0 +1,10 @@ +approvers: + - vicaire + - IronPan + - qimingj + - yebrahim +reviewers: + - vicaire + - yebrahim + - IronPan + - qimingj diff --git a/experimental/OWNERS b/experimental/OWNERS new file mode 100644 index 00000000000..13bf817b9bb --- /dev/null +++ b/experimental/OWNERS @@ -0,0 +1,10 @@ +approvers: + - vicaire + - IronPan + - qimingj + - yebrahim +reviewers: + - vicaire + - yebrahim + - IronPan + - qimingj diff --git a/frontend/OWNERS b/frontend/OWNERS new file mode 100644 index 00000000000..4ab14dde8f3 --- /dev/null +++ b/frontend/OWNERS @@ -0,0 +1,5 @@ +approvers: + - yebrahim +reviewers: + - yebrahim + - rileyjbauer diff --git a/kubeflow/OWNERS b/kubeflow/OWNERS new file mode 100644 index 00000000000..197efbf5c2e --- /dev/null +++ b/kubeflow/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan diff --git a/ml-pipeline/OWNERS b/ml-pipeline/OWNERS new file mode 100644 index 00000000000..197efbf5c2e --- /dev/null +++ b/ml-pipeline/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan diff --git a/samples/OWNERS b/samples/OWNERS new file mode 100644 index 00000000000..d48d90e0437 --- /dev/null +++ b/samples/OWNERS @@ -0,0 +1,5 @@ +approvers: + - qimingj +reviewers: + - qimingj + - gaoning777 diff --git a/sdk/OWNERS b/sdk/OWNERS new file mode 100644 index 00000000000..d48d90e0437 --- /dev/null +++ b/sdk/OWNERS @@ -0,0 +1,5 @@ +approvers: + - qimingj +reviewers: + - qimingj + - gaoning777 diff --git a/test/OWNERS b/test/OWNERS new file mode 100644 index 00000000000..23d368bc30f --- /dev/null +++ b/test/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan \ No newline at end of file diff --git a/test/api-integration-test/OWNERS b/test/api-integration-test/OWNERS new file mode 100644 index 00000000000..23d368bc30f --- /dev/null +++ b/test/api-integration-test/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan \ No newline at end of file diff --git a/test/backend-unit-test/OWNERS b/test/backend-unit-test/OWNERS new file mode 100644 index 00000000000..23d368bc30f --- /dev/null +++ b/test/backend-unit-test/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan \ No newline at end of file diff --git a/test/frontend-integration-test/OWNERS b/test/frontend-integration-test/OWNERS new file mode 100644 index 00000000000..2beb8f2bc0e --- /dev/null +++ b/test/frontend-integration-test/OWNERS @@ -0,0 +1,5 @@ +approvers: + - yebrahim +reviewers: + - yebrahim + - rileyjbauer \ No newline at end of file diff --git a/test/imagebuilder/OWNERS b/test/imagebuilder/OWNERS new file mode 100644 index 00000000000..23d368bc30f --- /dev/null +++ b/test/imagebuilder/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan \ No newline at end of file diff --git a/test/minikube/OWNERS b/test/minikube/OWNERS new file mode 100644 index 00000000000..23d368bc30f --- /dev/null +++ b/test/minikube/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - IronPan +reviewers: + - vicaire + - IronPan \ No newline at end of file diff --git a/test/sample-test/OWNERS b/test/sample-test/OWNERS new file mode 100644 index 00000000000..b5c0656840e --- /dev/null +++ b/test/sample-test/OWNERS @@ -0,0 +1,5 @@ +approvers: + - qimingj +reviewers: + - qimingj + - gaoning777 \ No newline at end of file diff --git a/third_party/OWNERS b/third_party/OWNERS new file mode 100644 index 00000000000..13bf817b9bb --- /dev/null +++ b/third_party/OWNERS @@ -0,0 +1,10 @@ +approvers: + - vicaire + - IronPan + - qimingj + - yebrahim +reviewers: + - vicaire + - yebrahim + - IronPan + - qimingj diff --git a/tools/OWNERS b/tools/OWNERS new file mode 100644 index 00000000000..13bf817b9bb --- /dev/null +++ b/tools/OWNERS @@ -0,0 +1,10 @@ +approvers: + - vicaire + - IronPan + - qimingj + - yebrahim +reviewers: + - vicaire + - yebrahim + - IronPan + - qimingj diff --git a/vendor/OWNERS b/vendor/OWNERS new file mode 100644 index 00000000000..13bf817b9bb --- /dev/null +++ b/vendor/OWNERS @@ -0,0 +1,10 @@ +approvers: + - vicaire + - IronPan + - qimingj + - yebrahim +reviewers: + - vicaire + - yebrahim + - IronPan + - qimingj