Loading includes/complexity-jobs.yml +49 −21 Original line number Diff line number Diff line Loading @@ -13,7 +13,15 @@ # this is a testing/maintenance mechanism to force getting the log history from a specific job id # see below in the concrete complexity jobs - if [ "$JOB_ID_INJECT" != "" ]; then job_id=$JOB_ID_INJECT; fi - | if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ] && [ "$JOB_ID_INJECT_BASOP" != "" ]; then job_id=$JOB_ID_INJECT_BASOP fi - | if [ "$CI_PROJECT_ID" == "$PROJECT_ID_FLOAT" ] && [ "$JOB_ID_INJECT_FLOAT" != "" ]; then job_id=$JOB_ID_INJECT_FLOAT fi - curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts.zip - unzip -qq artifacts.zip || true # this may fail on first run, when there are no artifacts there and the zip file is actually just "404"-html Loading Loading @@ -126,7 +134,8 @@ complexity-stereo-in-ext-out: rules: - if: $MANUAL_PIPELINE_TYPE == 'complexity' || $MEASURE_COMPLEXITY_LINUX variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=stereo - out_format=ext Loading @@ -143,7 +152,8 @@ complexity-ism-in-binaural-out: when: delayed start_in: 1 hour variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=ISM - out_format=BINAURAL Loading @@ -160,7 +170,8 @@ complexity-ism-in-binaural_room_ir-out: when: delayed start_in: 2 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=ISM - out_format=BINAURAL_ROOM_IR Loading @@ -177,7 +188,8 @@ complexity-ism-in-ext-out: when: delayed start_in: 3 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=ISM - out_format=EXT Loading @@ -194,7 +206,8 @@ complexity-sba-hoa3-in-ext-out: when: delayed start_in: 4 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=HOA3 - out_format=EXT Loading @@ -211,7 +224,8 @@ complexity-sba-hoa3-in-binaural-out: when: delayed start_in: 5 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=HOA3 - out_format=BINAURAL Loading @@ -228,7 +242,8 @@ complexity-sba-hoa3-in-binaural_room_ir-out: when: delayed start_in: 6 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=HOA3 - out_format=BINAURAL_ROOM_IR Loading @@ -245,7 +260,8 @@ complexity-mc-in-ext-out: when: delayed start_in: 7 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MC - out_format=EXT Loading @@ -262,7 +278,8 @@ complexity-mc-in-binaural-out: when: delayed start_in: 10 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MC - out_format=BINAURAL Loading @@ -279,7 +296,8 @@ complexity-mc-in-binaural_room_ir-out: when: delayed start_in: 12 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MC - out_format=BINAURAL_ROOM_IR Loading @@ -296,7 +314,8 @@ complexity-masa-in-ext-out: when: delayed start_in: 15 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MASA - out_format=EXT Loading @@ -313,7 +332,8 @@ complexity-masa-in-binaural-out: when: delayed start_in: 16 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MASA - out_format=BINAURAL Loading @@ -330,7 +350,8 @@ complexity-masa-in-hoa3-out: when: delayed start_in: 17 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MASA - out_format=HOA3 Loading @@ -347,7 +368,8 @@ complexity-omasa-in-ext-out: when: delayed start_in: 18 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OMASA - out_format=EXT Loading @@ -364,7 +386,8 @@ complexity-omasa-in-binaural-out: when: delayed start_in: 20 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OMASA - out_format=BINAURAL Loading @@ -381,7 +404,8 @@ complexity-omasa-in-hoa3-out: when: delayed start_in: 22 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OMASA - out_format=HOA3 Loading @@ -398,7 +422,8 @@ complexity-StereoDmxEVS-stereo-in-mono-out: when: delayed start_in: 24 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=StereoDmxEVS - out_format=mono Loading @@ -415,7 +440,8 @@ complexity-osba-in-ext-out: when: delayed start_in: 25 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OSBA - out_format=EXT Loading @@ -432,7 +458,8 @@ complexity-osba-in-binaural-out: when: delayed start_in: 28 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OSBA - out_format=BINAURAL Loading @@ -449,7 +476,8 @@ complexity-osba-in-binaural_room_ir-out: when: delayed start_in: 31 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OSBA - out_format=BINAURAL_ROOM_IR Loading Loading
includes/complexity-jobs.yml +49 −21 Original line number Diff line number Diff line Loading @@ -13,7 +13,15 @@ # this is a testing/maintenance mechanism to force getting the log history from a specific job id # see below in the concrete complexity jobs - if [ "$JOB_ID_INJECT" != "" ]; then job_id=$JOB_ID_INJECT; fi - | if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ] && [ "$JOB_ID_INJECT_BASOP" != "" ]; then job_id=$JOB_ID_INJECT_BASOP fi - | if [ "$CI_PROJECT_ID" == "$PROJECT_ID_FLOAT" ] && [ "$JOB_ID_INJECT_FLOAT" != "" ]; then job_id=$JOB_ID_INJECT_FLOAT fi - curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts.zip - unzip -qq artifacts.zip || true # this may fail on first run, when there are no artifacts there and the zip file is actually just "404"-html Loading Loading @@ -126,7 +134,8 @@ complexity-stereo-in-ext-out: rules: - if: $MANUAL_PIPELINE_TYPE == 'complexity' || $MEASURE_COMPLEXITY_LINUX variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=stereo - out_format=ext Loading @@ -143,7 +152,8 @@ complexity-ism-in-binaural-out: when: delayed start_in: 1 hour variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=ISM - out_format=BINAURAL Loading @@ -160,7 +170,8 @@ complexity-ism-in-binaural_room_ir-out: when: delayed start_in: 2 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=ISM - out_format=BINAURAL_ROOM_IR Loading @@ -177,7 +188,8 @@ complexity-ism-in-ext-out: when: delayed start_in: 3 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=ISM - out_format=EXT Loading @@ -194,7 +206,8 @@ complexity-sba-hoa3-in-ext-out: when: delayed start_in: 4 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=HOA3 - out_format=EXT Loading @@ -211,7 +224,8 @@ complexity-sba-hoa3-in-binaural-out: when: delayed start_in: 5 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=HOA3 - out_format=BINAURAL Loading @@ -228,7 +242,8 @@ complexity-sba-hoa3-in-binaural_room_ir-out: when: delayed start_in: 6 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=HOA3 - out_format=BINAURAL_ROOM_IR Loading @@ -245,7 +260,8 @@ complexity-mc-in-ext-out: when: delayed start_in: 7 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MC - out_format=EXT Loading @@ -262,7 +278,8 @@ complexity-mc-in-binaural-out: when: delayed start_in: 10 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MC - out_format=BINAURAL Loading @@ -279,7 +296,8 @@ complexity-mc-in-binaural_room_ir-out: when: delayed start_in: 12 hours 30 minutes variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MC - out_format=BINAURAL_ROOM_IR Loading @@ -296,7 +314,8 @@ complexity-masa-in-ext-out: when: delayed start_in: 15 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MASA - out_format=EXT Loading @@ -313,7 +332,8 @@ complexity-masa-in-binaural-out: when: delayed start_in: 16 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MASA - out_format=BINAURAL Loading @@ -330,7 +350,8 @@ complexity-masa-in-hoa3-out: when: delayed start_in: 17 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=MASA - out_format=HOA3 Loading @@ -347,7 +368,8 @@ complexity-omasa-in-ext-out: when: delayed start_in: 18 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OMASA - out_format=EXT Loading @@ -364,7 +386,8 @@ complexity-omasa-in-binaural-out: when: delayed start_in: 20 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OMASA - out_format=BINAURAL Loading @@ -381,7 +404,8 @@ complexity-omasa-in-hoa3-out: when: delayed start_in: 22 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OMASA - out_format=HOA3 Loading @@ -398,7 +422,8 @@ complexity-StereoDmxEVS-stereo-in-mono-out: when: delayed start_in: 24 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=StereoDmxEVS - out_format=mono Loading @@ -415,7 +440,8 @@ complexity-osba-in-ext-out: when: delayed start_in: 25 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OSBA - out_format=EXT Loading @@ -432,7 +458,8 @@ complexity-osba-in-binaural-out: when: delayed start_in: 28 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OSBA - out_format=BINAURAL Loading @@ -449,7 +476,8 @@ complexity-osba-in-binaural_room_ir-out: when: delayed start_in: 31 hours variables: JOB_ID_INJECT: "" JOB_ID_INJECT_BASOP: "" JOB_ID_INJECT_FLOAT: "" script: - in_format=OSBA - out_format=BINAURAL_ROOM_IR Loading