Skip to content

Commit

Permalink
Merge pull request #4257 from werf/feat-kube-run
Browse files Browse the repository at this point in the history
feat: new command `werf kube-run`
  • Loading branch information
ilya-lesikov committed Mar 21, 2022
2 parents d19cfb6 + 8292567 commit d0cafec
Show file tree
Hide file tree
Showing 334 changed files with 14,117 additions and 16 deletions.
10 changes: 8 additions & 2 deletions Makefile
Expand Up @@ -8,11 +8,17 @@ werf:
buildah-test:
CGO_ENABLED=1 go install -compiler gc -ldflags="-linkmode external -extldflags=-static" -tags="dfrunmount dfssh containers_image_openpgp osusergo exclude_graphdriver_devicemapper netgo no_devmapper static_build" github.com/werf/werf/cmd/buildah-test

acceptance-tests:
integration-tests:
export WERF_TEST_K8S_DOCKER_REGISTRY="localhost:5000"
export WERF_TEST_K8S_DOCKER_REGISTRY_USERNAME="nobody"
export WERF_TEST_K8S_DOCKER_REGISTRY_PASSWORD=""
CGO_ENABLED=1 ginkgo -r -v -compiler gc -ldflags="-linkmode external -extldflags=-static" -tags="dfrunmount dfssh containers_image_openpgp osusergo exclude_graphdriver_devicemapper netgo no_devmapper static_build" integration/suites test/e2e
CGO_ENABLED=1 ginkgo -r -v -compiler gc -ldflags="-linkmode external -extldflags=-static" -tags="dfrunmount dfssh containers_image_openpgp osusergo exclude_graphdriver_devicemapper netgo no_devmapper static_build" integration/suites

e2e-tests:
export WERF_TEST_K8S_DOCKER_REGISTRY="localhost:5000"
export WERF_TEST_K8S_DOCKER_REGISTRY_USERNAME="nobody"
export WERF_TEST_K8S_DOCKER_REGISTRY_PASSWORD=""
CGO_ENABLED=1 ginkgo -r -v -compiler gc -ldflags="-linkmode external -extldflags=-static" -tags="dfrunmount dfssh containers_image_openpgp osusergo exclude_graphdriver_devicemapper netgo no_devmapper static_build" test/e2e

.PHONY: unit-tests
unit-tests:
Expand Down

0 comments on commit d0cafec

Please sign in to comment.