Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gstlal-calibration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LIGO Calibration
gstlal-calibration
Commits
da243a1b
Commit
da243a1b
authored
7 months ago
by
Aaron Viets
Browse files
Options
Downloads
Patches
Plain Diff
test lal_pacer
parent
60c82f2a
No related branches found
No related tags found
1 merge request
!1
CI development
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
tests/tests_pytest/run_calib_pipeline.py
+1
-0
1 addition, 0 deletions
tests/tests_pytest/run_calib_pipeline.py
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
da243a1b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tests/tests_pytest/run_calib_pipeline.py
+
1
−
0
View file @
da243a1b
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment