Loading includes/complexity-jobs.yml +2 −3 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ - rm artifacts.zip - rm -rf $public_dir ### 1.5.part: get the corresponding measurement from ivas-float-update ### 1.5.part: get the corresponding measurement from ivas-codec main in BASOP # only do this for ivas-basop - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ]; then # find id of same name job in float repo on branch main Loading @@ -65,8 +65,7 @@ # first move logs - log_files=$(cat $public_dir/graphs*.js | grep logFile | sed "s/.*\(wmops_newsletter_.*\.csv\).*/\1/g") - for f in $log_files; do [ -f wmops/logs/$f ] && mv wmops/logs/$f $public_dir/logs/$f; done # TODO: adapt to new float ref - if [ "$CI_COMMIT_REF_NAME" == "ivas-float-update" ]; then mv wmops/logs/latest_WMOPS.csv $public_dir/logs/; fi - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_FLOAT" ]; then mv wmops/logs/latest_WMOPS.csv $public_dir/logs/; fi # copy index page blueprint - cp ci/complexity_measurements/index_complexity.html ${public_dir}/index.html # patch the format in the title Loading Loading
includes/complexity-jobs.yml +2 −3 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ - rm artifacts.zip - rm -rf $public_dir ### 1.5.part: get the corresponding measurement from ivas-float-update ### 1.5.part: get the corresponding measurement from ivas-codec main in BASOP # only do this for ivas-basop - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ]; then # find id of same name job in float repo on branch main Loading @@ -65,8 +65,7 @@ # first move logs - log_files=$(cat $public_dir/graphs*.js | grep logFile | sed "s/.*\(wmops_newsletter_.*\.csv\).*/\1/g") - for f in $log_files; do [ -f wmops/logs/$f ] && mv wmops/logs/$f $public_dir/logs/$f; done # TODO: adapt to new float ref - if [ "$CI_COMMIT_REF_NAME" == "ivas-float-update" ]; then mv wmops/logs/latest_WMOPS.csv $public_dir/logs/; fi - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_FLOAT" ]; then mv wmops/logs/latest_WMOPS.csv $public_dir/logs/; fi # copy index page blueprint - cp ci/complexity_measurements/index_complexity.html ${public_dir}/index.html # patch the format in the title Loading