mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 02:14:51 +00:00
Store conf files in artifacts
This commit is contained in:
parent
c8fe1b08e2
commit
86fd31c2d0
@ -594,12 +594,15 @@ position-L1-static:
|
||||
- volk_profile -v 8111
|
||||
- volk_gnsssdr_profile -v 2053
|
||||
- mkdir test && mkdir position-test && cd test
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1.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 --plot_position_test --show_plots=0
|
||||
- mkdir ../position-test/L1 && rm PVT_*.* && mv *.* ../position-test/L1/
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_E1.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 --plot_position_test --show_plots=0
|
||||
- cp /captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1.conf ./gnss-sdr_180417100529.A_L1.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417100529.A_L1.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 --plot_position_test --show_plots=0
|
||||
- mkdir ../position-test/L1 && rm PVT_*.* && mv *.* ../position-test/L1
|
||||
- cp /captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_E1.conf ./gnss-sdr_180417100529.A_E1.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417100529.A_E1.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 --plot_position_test --show_plots=0
|
||||
- mkdir ../position-test/E1 && rm PVT_*.* && mv *.* ../position-test/E1
|
||||
- position_test -config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1E1.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 --plot_position_test --show_plots=0
|
||||
- mkdir ../position-test/L1E1 && rm PVT_*.* && mv *.* ../position-test/L1E1/
|
||||
- cp /captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1E1.conf ./gnss-sdr_180417100529.A_L1E1.conf
|
||||
- position_test -config_file_ptest=gnss-sdr_180417100529.A_L1E1.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 --plot_position_test --show_plots=0
|
||||
- mkdir ../position-test/L1E1 && rm PVT_*.* && mv *.* ../position-test/L1E1
|
||||
- ls -la ../position-test/L1
|
||||
- ls -la ../position-test/E1
|
||||
- ls -la ../position-test/L1E1
|
||||
@ -623,13 +626,15 @@ position-L5-static:
|
||||
- volk_profile -v 8111
|
||||
- volk_gnsssdr_profile -v 2053
|
||||
- mkdir test && mkdir position-test && cd test
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L5.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_L5.conf ./gnss-sdr_180417100529.A_L5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417100529.A_L5.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 ../position-test/L5 && rm PVT_*.* && mv *.* ../position-test/L5/
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_E5.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_E5.conf ./gnss-sdr_180417100529.A_E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417100529.A_E5.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 ../position-test/E5 && rm PVT_*.* && mv *.* ../position-test/E5
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L5E5.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_L5E5.conf ./gnss-sdr_180417100529.A_L5E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417100529.A_L5E5.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 ../position-test/L5E5 && rm PVT_*.* && mv *.* ../position-test/L5E5
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/static/gnss-sdr_180417100529.A_L1L5.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
|
||||
- ls -la ../position-test/L5
|
||||
- ls -la ../position-test/E5
|
||||
- ls -la ../position-test/L5E5
|
||||
@ -709,11 +714,14 @@ position-leo:
|
||||
- cp /captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_L1E1.conf ./gnss-sdr_180417120737.A_L1E1.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417120737.A_L1E1.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=1 --show_plots=0
|
||||
- cd .. && mkdir gpsL5 && cd gpsL5
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_L5.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=1 --show_plots=0
|
||||
- cp /captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_L5.conf ./gnss-sdr_180417120737.A_L5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417120737.A_L5.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=1 --show_plots=0
|
||||
- cd .. && mkdir galE5a && cd galE5a
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_E5.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
|
||||
- cp /captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_E5.conf ./gnss-sdr_180417120737.A_E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417120737.A_E5.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
|
||||
- cd .. && mkdir gpsL5galE5a && cd gpsL5galE5a
|
||||
- position_test --config_file_ptest=/captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_L5E5.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
|
||||
- cp /captures/gitlab_test_signals/dynamic/gnss-sdr_180417120737.A_L5E5.conf ./gnss-sdr_180417120737.A_L5E5.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_180417120737.A_L5E5.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/*
|
||||
|
Loading…
Reference in New Issue
Block a user