mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-16 04:05:46 +00:00
Fix job
This commit is contained in:
parent
2986423f72
commit
de91c31ca8
@ -675,7 +675,8 @@ position-static-allinone:
|
||||
script:
|
||||
- mkdir position-test && cd position-test
|
||||
- export DISPLAY=unknown
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1E1L5E5.conf --static_scenario=0 --use_ref_motion_file=1 --ref_motion_filename=/captures/gitlab_test_signals/static/true_data_180417100529/motion_V1.csv --pvt_solver_dump_filename=./PVT.dat --dynamic_3D_velocity_RMSE=6 --plot_position_test --show_plots=0
|
||||
- cp /captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1E1L5E5.conf ./gnss-sdr_180417100529.A_L1E1L5E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417100529.A_L1E1L5E5.conf --static_scenario=0 --use_ref_motion_file=1 --ref_motion_filename=/captures/gitlab_test_signals/static/true_data_180417100529/motion_V1.csv --pvt_solver_dump_filename=./PVT.dat --dynamic_3D_velocity_RMSE=6 --plot_position_test --show_plots=0
|
||||
- mkdir L1E1L5E5 && rm PVT_*.* && cp *.* ./L1E1L5E5
|
||||
artifacts:
|
||||
paths:
|
||||
@ -719,16 +720,11 @@ position-leo-allinone:
|
||||
tags:
|
||||
- kepler
|
||||
script:
|
||||
- cd build-test
|
||||
- cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON ..
|
||||
- NPROC=$(grep -c ^processor /proc/cpuinfo)
|
||||
- make -j$(($NPROC+1))
|
||||
# Execute System Tests
|
||||
- export DISPLAY=unknown
|
||||
- mkdir leo_position && cd leo_position
|
||||
- mkdir gpsL1galE1gpsL5GalE5 && cd gpsL1galE1gpsL5GalE5
|
||||
- cp /captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_L1E1L5E5.conf ./gnss-sdr_180417120737.A_L1E1L5E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417120737.A_L1E1L5E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417120737.A_L1E1L5E5.conf --static_scenario=0 --use_ref_motion_file=1 --ref_motion_filename=/captures/gitlab_test_signals/dynamic/leo_pvt_test/2018_04_17_12_44_39/motion_V1.csv --pvt_solver_dump_filename=./PVT.dat --plot_position_test --show_plots=0
|
||||
artifacts:
|
||||
paths:
|
||||
- leo_position/gpsL1galE1gpsL5GalE5/*
|
||||
|
Loading…
Reference in New Issue
Block a user