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:
authorJohn Cai <jcai@gitlab.com>2023-08-28 22:32:23 +0300
committerJohn Cai <jcai@gitlab.com>2023-08-28 22:32:23 +0300
commitffe1cf388711c28c6f0cee8ebabec1d976d9e11f (patch)
treeae33f2508071d9421c32f86177afc488adf8c063 /Makefile
parent293da87cea14b58e078243b4768f4e0a91215abf (diff)
Makefile: Do not parallelize verify step
Parallelizing the verify step causes the error output to be buried within other output, making it hard to read. De-parallelizing it will cause us to take a latency hit, and it will fail on the first failure--but the benefit is it will be easier to read the error.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d24900602..dcea92d36 100644
--- a/Makefile
+++ b/Makefile
@@ -425,6 +425,10 @@ test-with-praefect-wal: test-with-praefect
race-go: override TEST_OPTIONS := ${TEST_OPTIONS} -race
race-go: test-go
+## Running the verify steps in parallel make it difficult to read the output
+## when there are failures.
+.NOTPARALLEL: verify
+
.PHONY: verify
## Verify that various files conform to our expectations.
verify: check-mod-tidy notice-up-to-date check-proto lint