From 1b4322d88b82d7fc0c4d0bc2b7c8104c8128663a Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Fri, 13 Aug 2021 03:19:36 -0600 Subject: [PATCH] turned off running of run_knmi_bm.sh benchmark with make check --- nc_perf/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nc_perf/Makefile.am b/nc_perf/Makefile.am index cfa34202a..ef492f18d 100644 --- a/nc_perf/Makefile.am +++ b/nc_perf/Makefile.am @@ -42,9 +42,12 @@ tst_wrf_reads_SOURCES = tst_wrf_reads.c tst_utils.c tst_bm_rando_SOURCES = tst_bm_rando.c tst_utils.c # Removing tst_mem1 because it sometimes fails on very busy system. -TESTS = tst_ar4_3d tst_create_files tst_files3 tst_mem run_knmi_bm.sh \ -tst_wrf_reads tst_attsperf perftest.sh run_tst_chunks.sh \ -run_bm_elena.sh tst_bm_rando +# Removing run_knmi_bm.sh because it fetches files from a server and +# not all HPC systems have easy internet access, plus it's very slow +# in CI. +TESTS = tst_ar4_3d tst_create_files tst_files3 tst_mem tst_wrf_reads \ +tst_attsperf perftest.sh run_tst_chunks.sh run_bm_elena.sh \ +tst_bm_rando run_bm_elena.log: tst_create_files.log