mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue (batch tested with PRs 57172, 55382, 56147, 56146, 56158). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. make quick-verify: show script names without full paths **What this PR does / why we need it**: This PR modifies the output of `make quick-verify` by showing script names without full paths. This simplifies reading its output during debugging session. Before: ``` FAILED hack/make-rules/../../hack/verify-boilerplate.sh 1s Skipping hack/make-rules/../../hack/verify-cli-conventions.sh in quick mode Skipping hack/make-rules/../../hack/verify-codegen.sh in quick mode Skipping hack/make-rules/../../hack/verify-description.sh in quick mode Skipping hack/make-rules/../../hack/verify-generated-device-plugin.sh in quick mode Skipping hack/make-rules/../../hack/verify-generated-docs.sh in quick mode Skipping hack/make-rules/../../hack/verify-generated-files-remake.sh in quick mode Skipping hack/make-rules/../../hack/verify-generated-protobuf.sh in quick mode Skipping hack/make-rules/../../hack/verify-generated-runtime.sh in quick mode Skipping hack/make-rules/../../hack/verify-generated-swagger-docs.sh in quick mode Verifying hack/make-rules/../../hack/verify-godep-licenses.sh Checking for 'Godeps/' changes against 'upstream/master' SUCCESS hack/make-rules/../../hack/verify-godep-licenses.sh 14s ``` After: ``` FAILED verify-boilerplate.sh 1s Skipping verify-cli-conventions.sh in quick mode Skipping verify-codegen.sh in quick mode Skipping verify-description.sh in quick mode Skipping verify-generated-device-plugin.sh in quick mode Skipping verify-generated-docs.sh in quick mode Skipping verify-generated-files-remake.sh in quick mode Skipping verify-generated-protobuf.sh in quick mode Skipping verify-generated-runtime.sh in quick mode Skipping verify-generated-swagger-docs.sh in quick mode Verifying verify-godep-licenses.sh Checking for 'Godeps/' changes against 'upstream/master' SUCCESS verify-godep-licenses.sh 14s ``` **Release note**: ```release-note NONE ``` CC @simo5 |
||
---|---|---|
.. | ||
boilerplate | ||
cmd/teststale | ||
e2e-internal | ||
gen-swagger-doc | ||
jenkins | ||
lib | ||
make-rules | ||
testdata | ||
verify-flags | ||
.golint_failures | ||
BUILD | ||
OWNERS | ||
autogenerated_placeholder.txt | ||
benchmark-go.sh | ||
build-cross.sh | ||
build-go.sh | ||
build-ui.sh | ||
cherry_pick_pull.sh | ||
dev-build-and-push.sh | ||
dev-build-and-up.sh | ||
dev-push-hyperkube.sh | ||
e2e-node-test.sh | ||
e2e.go | ||
e2e_test.go | ||
generate-bindata.sh | ||
generate-docs.sh | ||
get-build.sh | ||
ginkgo-e2e.sh | ||
godep-restore.sh | ||
godep-save.sh | ||
grab-profiles.sh | ||
import-restrictions.yaml | ||
install-etcd.sh | ||
list-feature-tests.sh | ||
local-up-cluster.sh | ||
lookup_pull.py | ||
print-workspace-status.sh | ||
run-in-gopath.sh | ||
test-cmd.sh | ||
test-go.sh | ||
test-integration.sh | ||
test-update-storage-objects.sh | ||
update-all.sh | ||
update-api-reference-docs.sh | ||
update-bazel.sh | ||
update-codegen.sh | ||
update-generated-device-plugin-dockerized.sh | ||
update-generated-device-plugin.sh | ||
update-generated-docs.sh | ||
update-generated-protobuf-dockerized.sh | ||
update-generated-protobuf.sh | ||
update-generated-runtime-dockerized.sh | ||
update-generated-runtime.sh | ||
update-generated-swagger-docs.sh | ||
update-godep-licenses.sh | ||
update-gofmt.sh | ||
update-openapi-spec.sh | ||
update-staging-godeps-dockerized.sh | ||
update-staging-godeps.sh | ||
update-swagger-spec.sh | ||
update-translations.sh | ||
update_owners.py | ||
verify-all.sh | ||
verify-api-groups.sh | ||
verify-api-reference-docs.sh | ||
verify-bazel.sh | ||
verify-boilerplate.sh | ||
verify-cli-conventions.sh | ||
verify-codegen.sh | ||
verify-description.sh | ||
verify-flags-underscore.py | ||
verify-generated-device-plugin.sh | ||
verify-generated-docs.sh | ||
verify-generated-files-remake.sh | ||
verify-generated-protobuf.sh | ||
verify-generated-runtime.sh | ||
verify-generated-swagger-docs.sh | ||
verify-godep-licenses.sh | ||
verify-godeps.sh | ||
verify-gofmt.sh | ||
verify-golint.sh | ||
verify-govet.sh | ||
verify-import-boss.sh | ||
verify-imports.sh | ||
verify-linkcheck.sh | ||
verify-no-vendor-cycles.sh | ||
verify-openapi-spec.sh | ||
verify-pkg-names.sh | ||
verify-readonly-packages.sh | ||
verify-staging-godeps.sh | ||
verify-swagger-spec.sh | ||
verify-symbols.sh | ||
verify-test-images.sh | ||
verify-test-owners.sh |