Loading .gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -744,7 +744,6 @@ ivas-pytest-renderer: timeout: 3 hours 30 minutes stage: test variables: MAKE_OPTIONS: "WMOPS=1" ret_val: 0 before_script: - *print-common-info Loading @@ -752,10 +751,6 @@ ivas-pytest-renderer: - *update-ltv-repo - *setup-codec - *complexity-measurements-setup # hack to not have script build the binaries - mkdir COMPLEXITY - cp IVAS_cod COMPLEXITY/IVAS_cod - cp IVAS_dec COMPLEXITY/IVAS_dec artifacts: name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA" when: always Loading @@ -771,7 +766,7 @@ complexity-stereo-in-stereo-out: script: - in_format=stereo - out_format=stereo - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" || ret_val=$? - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only || ret_val=$? - *complexity-measurements-prepare-artifacts - exit $ret_val Loading Loading
.gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -744,7 +744,6 @@ ivas-pytest-renderer: timeout: 3 hours 30 minutes stage: test variables: MAKE_OPTIONS: "WMOPS=1" ret_val: 0 before_script: - *print-common-info Loading @@ -752,10 +751,6 @@ ivas-pytest-renderer: - *update-ltv-repo - *setup-codec - *complexity-measurements-setup # hack to not have script build the binaries - mkdir COMPLEXITY - cp IVAS_cod COMPLEXITY/IVAS_cod - cp IVAS_dec COMPLEXITY/IVAS_dec artifacts: name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA" when: always Loading @@ -771,7 +766,7 @@ complexity-stereo-in-stereo-out: script: - in_format=stereo - out_format=stereo - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" || ret_val=$? - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only || ret_val=$? - *complexity-measurements-prepare-artifacts - exit $ret_val Loading