From fac794d2e07ab352fbe6a4d3a85872b96f1a9a01 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Tue, 30 Jun 2020 20:38:00 +0200 Subject: [ci] [performance-tests] Use a lighter target. The current `perf` CI target is quite heavy, failing from out of memory sometimes. We use the target suggested by Jason Gross (<- thanks) in https://github.com/coq/coq/pull/12577#issuecomment-651970064 --- dev/ci/ci-coq_performance_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ci/ci-coq_performance_tests.sh b/dev/ci/ci-coq_performance_tests.sh index 4eb77cfb24..fde8df8e3d 100755 --- a/dev/ci/ci-coq_performance_tests.sh +++ b/dev/ci/ci-coq_performance_tests.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download coq_performance_tests -( cd "${CI_BUILD_DIR}/coq_performance_tests" && make coq perf && make validate && make install ) +( cd "${CI_BUILD_DIR}/coq_performance_tests" && make coq perf-Sanity && make validate && make install ) -- cgit v1.2.3