Skip to content

Commit

Permalink
Merge pull request kubernetes#107738 from dims/pull-kubernetes-update…
Browse files Browse the repository at this point in the history
…-ci-job-needs-etcd-installed

pull-kubernetes-update ci job needs etcd installed
  • Loading branch information
k8s-ci-robot authored Jan 24, 2022
2 parents f4046f9 + 7456984 commit c72ed00
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions hack/jenkins/update-dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ retry() {
"$@"
}

# This script is intended to be run from kubekins-test container with a
# 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}

# Set artifacts directory
export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
# Produce a JUnit-style XML test report
Expand All @@ -43,6 +38,9 @@ export KUBE_JUNIT_REPORT_DIR="${ARTIFACTS}"
export LOG_LEVEL=4

cd "${GOPATH}/src/k8s.io/kubernetes"
source "${PWD}/hack/lib/init.sh"
kube::etcd::install
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}

make update

Expand Down

0 comments on commit c72ed00

Please sign in to comment.