Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -708,7 +708,7 @@ complexity-stereo-dec: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "complexity" variables: MAKE_OPTIONS: "WMOPS=1" COMPLEXITY_TABLES: "complexity_stereo.csv" COMPLEXITY_TABLES_BASENAME: "complexity_stereo" CHECK: "COMPLEXITY" script: - *print-common-info Loading @@ -720,12 +720,12 @@ complexity-stereo-dec: - cp IVAS_cod_ref $CHECK/IVAS_cod - cp IVAS_dec $CHECK/IVAS_dec - python3 scripts/IvasBuildAndRunChecks.py -p scripts/config/ci_linux_ltv.json -m stereo_b48_fb_cbr --oc stereo --create_complexity_tables $COMPLEXITY_TABLES --checks $CHECK - python3 scripts/IvasBuildAndRunChecks.py -p scripts/config/ci_linux_ltv.json -m stereo_b48_fb_cbr --oc stereo --create_complexity_tables $COMPLEXITY_TABLES_BASENAME --checks $CHECK - ls artifacts: when: always paths: - $COMPLEXITY_TABLES - "${COMPLEXITY_TABLES_BASENAME}*" # job that sets up gitlab pages website Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -708,7 +708,7 @@ complexity-stereo-dec: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "complexity" variables: MAKE_OPTIONS: "WMOPS=1" COMPLEXITY_TABLES: "complexity_stereo.csv" COMPLEXITY_TABLES_BASENAME: "complexity_stereo" CHECK: "COMPLEXITY" script: - *print-common-info Loading @@ -720,12 +720,12 @@ complexity-stereo-dec: - cp IVAS_cod_ref $CHECK/IVAS_cod - cp IVAS_dec $CHECK/IVAS_dec - python3 scripts/IvasBuildAndRunChecks.py -p scripts/config/ci_linux_ltv.json -m stereo_b48_fb_cbr --oc stereo --create_complexity_tables $COMPLEXITY_TABLES --checks $CHECK - python3 scripts/IvasBuildAndRunChecks.py -p scripts/config/ci_linux_ltv.json -m stereo_b48_fb_cbr --oc stereo --create_complexity_tables $COMPLEXITY_TABLES_BASENAME --checks $CHECK - ls artifacts: when: always paths: - $COMPLEXITY_TABLES - "${COMPLEXITY_TABLES_BASENAME}*" # job that sets up gitlab pages website Loading