Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-03-15 14:33:45 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-03-24 16:54:07 +0300
commit5a9212a5513e541d59f3e26850e2b28aff11a4ac (patch)
tree2e000f73b4002f514cc7ed1d33e1b6b0c3f10033
parent465664c6729caf45ee28063782780375f145aa83 (diff)
Makefile: Remove unused `smoke-test` target
Remove the unused `smoke-test` target. It's used in none of our projects, and it only tests things already covered by other targets.
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9c7f9f3b8..3cec24dbe 100644
--- a/Makefile
+++ b/Makefile
@@ -530,11 +530,6 @@ no-proto-changes: | ${BUILD_DIR}
dump-database-schema: build
${Q}"${SOURCE_DIR}"/_support/generate-praefect-schema >"${SOURCE_DIR}"/_support/praefect-schema.sql
-.PHONY: smoke-test
-smoke-test: TEST_PACKAGES := ${SOURCE_DIR}/internal/gitaly/rubyserver
-smoke-test: all rspec
- $(call run_go_tests)
-
.PHONY: upgrade-module
upgrade-module:
${Q}go run ${SOURCE_DIR}/_support/module-updater/main.go -dir . -from=${FROM_MODULE} -to=${TO_MODULE}