mirror of https://github.com/k3s-io/k3s
Merge pull request #52083 from billy2180/fix-some-comments
Automatic merge from submit-queue (batch tested with PRs 50392, 52108, 52083, 52134, 51526). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. Fix some comment in hack/jenkins/*-dockerized.sh hack/jenkins/gotest-dockerized.sh has been deleted,But the comments are not updated,FYI [The PR #1463](https://github.com/kubernetes/test-infra/pull/1463/files#diff-072eac404bdccadbe14552a7d3c012c2) ```release-note NONE ```pull/6/head
commit
3a399136e6
|
@ -29,7 +29,7 @@ retry() {
|
||||||
# Runs the unit and integration tests, producing JUnit-style XML test
|
# Runs the unit and integration tests, producing JUnit-style XML test
|
||||||
# reports in ${WORKSPACE}/artifacts. This script is intended to be run from
|
# reports in ${WORKSPACE}/artifacts. This script is intended to be run from
|
||||||
# kubekins-test container with a kubernetes repo mapped in. See
|
# kubekins-test container with a kubernetes repo mapped in. See
|
||||||
# hack/jenkins/gotest-dockerized.sh
|
# k8s.io/test-infra/scenarios/kubernetes_verify.py
|
||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ retry() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# This script is intended to be run from kubekins-test container with a
|
# This script is intended to be run from kubekins-test container with a
|
||||||
# kubernetes repo mapped in. See hack/jenkins/gotest-dockerized.sh
|
# kubernetes repo mapped in. See k8s.io/test-infra/scenarios/kubernetes_verify.py
|
||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue