-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ./hack/install-etcd.sh #405
Use ./hack/install-etcd.sh #405
Conversation
1eee9a9
to
21eb674
Compare
/retest |
Needed to add the policy to the awstester role in 607362164682:
|
21eb674
to
3b8d572
Compare
@@ -90,8 +90,11 @@ git clone --branch ${KUBERNETES_TAG} --depth 1 https://github.com/kubernetes/kub | |||
|
|||
pushd ${TEST_ARTIFACTS}/k8s.io/kubernetes | |||
make generated_files | |||
./hack/install-etcd.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you forget to add this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, missed the pushd above...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -90,8 +90,11 @@ git clone --branch ${KUBERNETES_TAG} --depth 1 https://github.com/kubernetes/kub | |||
|
|||
pushd ${TEST_ARTIFACTS}/k8s.io/kubernetes | |||
make generated_files | |||
./hack/install-etcd.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, missed the pushd above...
/lgtm |
@jaypipes: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jaypipes, nckturner The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Integration tests fail due to inability to find etcd:
Attempting to use ./hack/install-etcd.sh to install it.