summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Fejta <fejta@google.com>2016-11-15 11:59:58 -0800
committerErick Fejta <fejta@google.com>2016-11-15 13:11:04 -0800
commit07c8d2dc406d1854ea791a2ad2fc842d25a93c9a (patch)
tree36785e3beaf4d55d4f51dd7adb79b524aa858d92
parent5ee19a2f16dafe1e00a9a8e04c9b75fede576e65 (diff)
Delete gotest-dockerized
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index 18870b28..050419e2 100644
--- a/development.md
+++ b/development.md
@@ -110,7 +110,7 @@ unique places you need to update the go version.
- The image for cross compiling in [build-tools/build-image/cross/](../../build-tools/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](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 docker image being run in [gotest-dockerized.sh](https://github.com/kubernetes/test-infra/tree/master/jenkins/gotest-dockerized.sh).
- The cross tag `KUBE_BUILD_IMAGE_CROSS_TAG` in [build-tools/common.sh](../../build-tools/common.sh)
## Workflow