diff options
| author | Erick Fejta <fejta@google.com> | 2016-08-23 17:39:41 -0700 |
|---|---|---|
| committer | Erick Fejta <fejta@google.com> | 2016-08-24 15:47:10 -0700 |
| commit | 5d02f4bf1bd40ae447650abaa0af4cb1addac45f (patch) | |
| tree | 97ec9b5ce812634c40380645aa6edba72e6e2898 | |
| parent | d750f3051909bf79166fc386bd706f4b0c4c97f9 (diff) | |
Moved runner to test-infra
| -rw-r--r-- | development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md index 54b94e8a..d6e58026 100644 --- a/development.md +++ b/development.md @@ -142,7 +142,7 @@ Since kubernetes is mostly built and tested in containers, there are a few unique places you need to update the go version. - The image for cross compiling in [build/build-image/cross/](../../build/build-image/cross/). The `VERSION` file and `Dockerfile`. -- Update [dockerized-e2e-runner.sh](https://github.com/kubernetes/test-infra/blob/master/jenkins/dockerized-e2e-runner.sh) to run a kubekins-e2e with the desired go version, which requires pushing [e2e-image](../../hack/jenkins/e2e-image/) and [test-image](../../hack/jenkins/test-image/) images that are `FROM` the desired go version. +- Update [dockerized-e2e-runner.sh](https://github.com/kubernetes/test-infra/blob/master/jenkins/dockerized-e2e-runner.sh) to run a kubekins-e2e with the desired go version, which requires pushing [e2e-image](https://github.com/kubernetes/test-infra/tree/master/jenkins/e2e-image) and [test-image](https://github.com/kubernetes/test-infra/tree/master/jenkins/test-image) images that are `FROM` the desired go version. - The docker image being run in [hack/jenkins/gotest-dockerized.sh](../../hack/jenkins/gotest-dockerized.sh). - The cross tag `KUBE_BUILD_IMAGE_CROSS_TAG` in [build/common.sh](../../build/common.sh) |
