From da243a1ba1f247b46fbdf97a7728436aa416b44d Mon Sep 17 00:00:00 2001 From: Aaron Viets <aaron.viets@ligo.org> Date: Mon, 29 Jul 2024 09:40:01 -0700 Subject: [PATCH] test lal_pacer --- .gitlab-ci.yml | 8 ++++---- tests/tests_pytest/run_calib_pipeline.py | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94ef53fa2..a14aaadd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,10 +26,10 @@ variables: # don't need git history GIT_DEPTH: 1 -#cache: -# key: $CI_JOB_NAME -# paths: -# - ccache +cache: + key: $CI_JOB_NAME + paths: + - ccache stages: - distribution diff --git a/tests/tests_pytest/run_calib_pipeline.py b/tests/tests_pytest/run_calib_pipeline.py index c07eccddb..52658533a 100644 --- a/tests/tests_pytest/run_calib_pipeline.py +++ b/tests/tests_pytest/run_calib_pipeline.py @@ -50,6 +50,7 @@ def Run_calib(): #e_file.close() #os.system("ls tests/tests_pytest/frames/GDS/H-H1GDS_LaterStart-*.gwf | lal_path2cache > tests/tests_pytest/GDS_LaterStart_frames.cache") + os.system("GST_DEBUG=3 gst-launch-1.0 audiotestsrc num_buffers=5 samplesperbuffer=16 ! audio/x-raw,format=F64LE,rate=16 ! lal_pacer ! fakesink") e_file = open('tests/tests_pytest/error_results.txt', 'a') e_file.write('Running Approx-TDCFs calibration pipeline with a later start time\n') e_file.close() -- GitLab