k3s/hack
k8s-merge-robot 07d1060192 Merge pull request #25765 from mtaufen/node_e2e_fix
Automatic merge from submit-queue

Remove call to setup_env from hack/e2e-node-test.sh

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()

This messes with the GOPATH in a way that confuses ginkgo,
and doesn't appear to be necessary to run the tests

Removes likely unnecessary use of sudo, though it should be noted that
e2e_node_suite_test.go uses sudo to do something with locksmithd, so you
currently end up using it anyway.

Updates the error for not having ginkgo built to recommend the new vendor/
path for ginkgo, and to recommend using make instead of hack/build-go.sh

Should resolve #25682
2016-05-17 16:37:18 -07:00
..
boilerplate Standard input for kubectl tests 2016-05-10 14:16:50 -04:00
e2e-internal Remove hack/e2e-internal/e2e-upgrade.sh. 2016-03-09 14:14:04 -08:00
gen-swagger-doc Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
jenkins Merge pull request #25043 from spxtr/node-name 2016-05-16 18:58:03 -07:00
lib Speed up hack/local-up-cluster.sh by building hyperkube instead of separate binaries. Also add arm64 as a valid arch 2016-05-15 16:38:11 +03:00
testdata Kubectl support for validating nested objects with different ApiGroups (e.g. Lists containing objects in different api groups). Closes #24089 2016-05-09 19:38:40 -07:00
verify-flags Merge pull request #25443 from nikhiljindal/tryingClientGen 2016-05-14 00:20:28 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
benchmark-go.sh
benchmark-integration.sh
build-cross.sh Add support for building arm, arm64 and ppc64le server and client targets 2016-02-07 20:35:14 +02:00
build-go.sh
build-ui.sh
cherry_pick_pull.sh
dev-build-and-push.sh
dev-build-and-up.sh
e2e-node-test.sh Remove call to setup_env from hack/e2e-node-test.sh 2016-05-17 11:46:00 -07:00
e2e.go Remove log collection code in cluster/gce/util.sh. 2016-03-03 15:28:33 -08:00
get-build.sh
ginkgo-e2e.sh Don't set the golang env for ginkgo 2016-05-08 20:32:09 -07:00
godep-save.sh Create a script to update godeps 2016-05-12 22:04:19 -04:00
grab-profiles.sh
install-etcd.sh Make hack/install-etcd.sh use hack/lib/etcd.sh 2016-02-26 11:54:43 -08:00
list-feature-tests.sh Fix regex in list-feature-tests.sh. 2016-03-07 16:49:39 -08:00
local-up-cluster.sh Merge pull request #25311 from swagiaal/check-openssl 2016-05-16 01:45:54 -07:00
lookup_pull.py
test-cmd.sh Merge pull request #25110 from metral/recursive-rollout 2016-05-15 06:14:21 -07:00
test-go.sh enable batch/v2alpha1 tests 2016-05-10 22:40:24 +02:00
test-integration.sh Finish implementing policy API. 2016-05-13 17:27:58 -07:00
test-update-storage-objects.sh Test jobs/hpas in storage update 2016-03-04 17:05:39 -05:00
update-all.sh Remove superfluous dollar causing hack/update-all.sh to fail when not running in silent mode 2016-05-07 10:15:32 +02:00
update-api-reference-docs.sh PetSet type, apps apigroup 2016-04-20 18:49:31 -07:00
update-codecgen.sh It's 2016, yo. 2016-05-13 12:41:40 -07:00
update-codegen.sh Updating client-gen to support a user specified override on the resources to be included in generated client 2016-05-13 14:12:58 -07:00
update-generated-docs.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
update-generated-protobuf-dockerized.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
update-generated-protobuf.sh Fix script for updating protobufs. 2016-05-09 15:57:26 +02:00
update-generated-swagger-docs.sh Finish implementing policy API. 2016-05-13 17:27:58 -07:00
update-godep-licenses.sh Godeps licenses 2016-05-08 20:30:39 -07:00
update-gofmt.sh Demand at least go1.6 2016-05-08 20:30:37 -07:00
update-swagger-spec.sh Finish implementing policy API. 2016-05-13 17:27:58 -07:00
verify-all.sh Strip the proto build guard 2016-04-20 12:12:29 -04:00
verify-api-reference-docs.sh Remove a diff option not in BSD diff 2016-02-19 08:47:57 -08:00
verify-boilerplate.sh
verify-codecgen.sh Convert everything to use vendor/ 2016-05-08 20:30:37 -07:00
verify-codegen.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-description.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-flags-underscore.py Convert everything to use vendor/ 2016-05-08 20:30:37 -07:00
verify-generated-docs.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-generated-protobuf.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-generated-swagger-docs.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-godep-licenses.sh Godeps licenses 2016-05-08 20:30:39 -07:00
verify-godeps.sh Ignore godep version used to created Godep.json 2016-05-12 22:04:24 -04:00
verify-gofmt.sh Demand at least go1.6 2016-05-08 20:30:37 -07:00
verify-govet.sh Convert everything to use vendor/ 2016-05-08 20:30:37 -07:00
verify-import-boss.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-linkcheck.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-swagger-spec.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-symbols.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00