From 0538b65421deaf2e3f3905aac89073d530573458 Mon Sep 17 00:00:00 2001 From: Sen Lu Date: Fri, 20 Oct 2017 15:08:55 -0700 Subject: [PATCH] Add a notice for node e2e config files --- test/e2e_node/jenkins/OWNERS | 6 ++++++ test/e2e_node/jenkins/README.md | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 test/e2e_node/jenkins/OWNERS create mode 100644 test/e2e_node/jenkins/README.md diff --git a/test/e2e_node/jenkins/OWNERS b/test/e2e_node/jenkins/OWNERS new file mode 100644 index 0000000000..55ad871379 --- /dev/null +++ b/test/e2e_node/jenkins/OWNERS @@ -0,0 +1,6 @@ +approvers: +- dashpole +- krzyzacy +- Random-Liu +- yguo0905 +- yujuhong diff --git a/test/e2e_node/jenkins/README.md b/test/e2e_node/jenkins/README.md new file mode 100644 index 0000000000..664171c980 --- /dev/null +++ b/test/e2e_node/jenkins/README.md @@ -0,0 +1,20 @@ +# Node e2e job migration notice: + +Sig-testing is actively migrating node e2e jobs from Jenkins to [Prow], +and we are moving *.property and image-config.yaml files to [test-infra] + +If you want to update those files, please also update them in [test-infra]. + +If you have any questions, please contact @krzyzacy or #sig-testing. + + +## Test-infra Links: +Here's where the existing node e2e job config live: + +[Image config files](https://github.com/kubernetes/test-infra/tree/master/jobs/e2e_node) + +[Node test job args (.properties equivalent)](https://github.com/kubernetes/test-infra/blob/master/jobs/config.json) + + +[test-infra]: https://github.com/kubernetes/test-infra +[Prow]: https://github.com/kubernetes/test-infra/tree/master/prow