Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -1172,6 +1172,7 @@ voip-be-on-merge-request: - curl --request GET "https://forge.3gpp.org/rep/api/v4/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts_ref.zip - unzip -d ref_numbers artifacts_ref.zip "*perOP.js" - ls ref_numbers - ref_wmops_per_op_log=ref_numbers/logs/latest_WMOPS.csv ### 2. part: setup specific for BASOP repo # hack for using the reference encoder -> need to build manually to make script use ref enc and BASOP dec Loading Loading @@ -1232,7 +1233,9 @@ complexity-stereo-in-stereo-out: script: - in_format=stereo - out_format=stereo - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only || ret_val=$? - echo $ref_wmops_per_op_log - ls $ref_wmops_per_op_log - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only $ref_wmops_per_op_log || ret_val=$? - *complexity-measurements-prepare-artifacts - exit $ret_val Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -1172,6 +1172,7 @@ voip-be-on-merge-request: - curl --request GET "https://forge.3gpp.org/rep/api/v4/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts_ref.zip - unzip -d ref_numbers artifacts_ref.zip "*perOP.js" - ls ref_numbers - ref_wmops_per_op_log=ref_numbers/logs/latest_WMOPS.csv ### 2. part: setup specific for BASOP repo # hack for using the reference encoder -> need to build manually to make script use ref enc and BASOP dec Loading Loading @@ -1232,7 +1233,9 @@ complexity-stereo-in-stereo-out: script: - in_format=stereo - out_format=stereo - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only || ret_val=$? - echo $ref_wmops_per_op_log - ls $ref_wmops_per_op_log - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only $ref_wmops_per_op_log || ret_val=$? - *complexity-measurements-prepare-artifacts - exit $ret_val Loading