From 454be8ede41da53c1cd34ca9c55d32a5f7890d61 Mon Sep 17 00:00:00 2001 From: Pascal Vicaire <25757005+vicaire@users.noreply.github.com> Date: Wed, 23 May 2018 20:10:17 -0700 Subject: [PATCH 1/2] Adding the OWNERS and prow_config.yaml files. --- OWNERS | 6 ++++++ prow_config.yaml | 1 + 2 files changed, 7 insertions(+) create mode 100644 OWNERS create mode 100644 prow_config.yaml diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000000..9edbc4fc81f --- /dev/null +++ b/OWNERS @@ -0,0 +1,6 @@ +approvers: + - vicaire + - jlewi +reviewers: + - vicaire + - jlewi \ No newline at end of file diff --git a/prow_config.yaml b/prow_config.yaml new file mode 100644 index 00000000000..9051669a55d --- /dev/null +++ b/prow_config.yaml @@ -0,0 +1 @@ +workflows: [] \ No newline at end of file From 0c41b339cbd846ab146a688e32191a5f68f1f64c Mon Sep 17 00:00:00 2001 From: Pascal Vicaire <25757005+vicaire@users.noreply.github.com> Date: Wed, 23 May 2018 20:12:57 -0700 Subject: [PATCH 2/2] Modifying the README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1cad1bea92..6f37fe37a8b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # pipelines -Some extensions to Argo. Hopefully this will be upstreamed into Argo +Custom Resource Definitions and tools for ML pipeline orchestration.