kubernetes/test
Davanum Srinivas dfd8e4e467
Enable selinux tags in make targets
In 24d105995d, a fix was made in bazel
based builds to ensure that we add `selinux` tag when we build all
binaries especially the `kubelet`. We need to do the same for in our
hack scripts so things like `make release` will work properly as well.

Some scripts use `GOFLAGS=-tags=providerless` for example, So we should
support the tags to be specified in GOFLAGS as well. We parse out the
tags from there and ensure selinux is added to the list of tags we used
for building the binaries. Note that we add our own `-tags` with the
full set of tags and since we specify our parameter at the end, ours
full list takes precendence
2020-01-31 15:48:44 -05:00
..
cmd Merge pull request #87077 from soltysh/remove_run_generators 2020-01-29 12:16:14 -08:00
conformance Merge pull request #87077 from soltysh/remove_run_generators 2020-01-29 12:16:14 -08:00
e2e Merge pull request #87670 from liggitt/gc-debug 2020-01-30 05:06:47 -08:00
e2e_kubeadm test/e2e/kubectl test/e2e_kubeadm:Use e2eskipper package 2020-01-11 14:32:19 +08:00
e2e_node Merge pull request #86413 from ohsewon/e2e_typo_fix 2020-01-30 10:31:48 -08:00
fixtures test: fix liveness pod 2019-09-10 10:15:11 +02:00
fuzz Fix validation for metav1 fuzz targets. 2019-10-28 17:50:29 -04:00
images Merge pull request #87647 from claudiubelu/image-promoter/cleanup-manifest-list 2020-01-29 22:11:36 -08:00
instrumentation Merge pull request #84373 from serathius/metrics-stability-variables 2020-01-09 20:12:49 -08:00
integration refactor 2020-01-29 08:50:45 -08:00
kubemark adding private cluster check 2020-01-03 17:28:39 +01:00
list
soak/serve_hostnames refactor 2020-01-29 08:50:45 -08:00
typecheck Enable selinux tags in make targets 2020-01-31 15:48:44 -05:00
utils Merge pull request #86160 from notpad/feautre/scheduler_perf 2020-01-02 19:15:41 -08:00
BUILD Added go-fuzz target for json serializer Encode/Decode. 2019-10-18 09:11:43 -07:00
OWNERS Merge pull request #86240 from draveness/patch-4 2019-12-14 03:25:36 -08:00