From 1dfb164ad47000a0c7352554a7c94a98152ffc34 Mon Sep 17 00:00:00 2001 From: knj Date: Tue, 20 Jun 2023 09:32:03 +0200 Subject: [PATCH 1/2] increase timeout of ism4 sanitizer job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa312b8b4a..ef98c8e842 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -924,7 +924,7 @@ sanitizer-test-ism4: - if: $SANITIZER_SCHEDULE_A when: delayed start_in: 14 hours - timeout: 4 hours + timeout: 6 hours script: - *update-ltv-repo - python3 ci/run_scheduled_sanitizer_test.py ISM4 $OUT_FORMATS_CHANNEL_BASED $OUT_FORMATS_SCENE_BASED $OUT_FORMATS_BINAURAL EXT --tests $SANITIZER_TESTS @@ -934,7 +934,7 @@ sanitizer-test-masa: rules: - if: $SANITIZER_SCHEDULE_A when: delayed - start_in: 18 hours + start_in: 20 hours timeout: 3 hours script: - *update-ltv-repo -- GitLab From 206e3de45b5d503f90aa5fdd02bd7840dd43914d Mon Sep 17 00:00:00 2001 From: knj Date: Fri, 23 Jun 2023 09:01:56 +0200 Subject: [PATCH 2/2] extend timeouts for ism+ and 3 objects also --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df82e48cde..b365c0e22d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -953,7 +953,7 @@ sanitizer-test-ism3: - if: $SANITIZER_SCHEDULE_A when: delayed start_in: 11 hours - timeout: 3 hour + timeout: 4 hour script: - *update-ltv-repo - python3 ci/run_scheduled_sanitizer_test.py ISM3 $OUT_FORMATS_CHANNEL_BASED $OUT_FORMATS_SCENE_BASED $OUT_FORMATS_BINAURAL EXT --tests $SANITIZER_TESTS @@ -963,7 +963,7 @@ sanitizer-test-ism4: rules: - if: $SANITIZER_SCHEDULE_A when: delayed - start_in: 14 hours + start_in: 15 hours timeout: 6 hours script: - *update-ltv-repo @@ -974,7 +974,7 @@ sanitizer-test-masa: rules: - if: $SANITIZER_SCHEDULE_A when: delayed - start_in: 20 hours + start_in: 21 hours timeout: 3 hours script: - *update-ltv-repo @@ -1092,7 +1092,7 @@ sanitizer-test-ism+3: - if: $SANITIZER_SCHEDULE_D when: delayed start_in: 5 hours - timeout: 3 hour + timeout: 4 hours script: - *update-ltv-repo - python3 ci/run_scheduled_sanitizer_test.py ISM+3 $OUT_FORMATS_CHANNEL_BASED $OUT_FORMATS_SCENE_BASED $OUT_FORMATS_BINAURAL EXT --tests $SANITIZER_TESTS @@ -1102,8 +1102,8 @@ sanitizer-test-ism+4: rules: - if: $SANITIZER_SCHEDULE_D when: delayed - start_in: 8 hours - timeout: 4 hours + start_in: 9 hours + timeout: 6 hours script: - *update-ltv-repo - python3 ci/run_scheduled_sanitizer_test.py ISM+4 $OUT_FORMATS_CHANNEL_BASED $OUT_FORMATS_SCENE_BASED $OUT_FORMATS_BINAURAL EXT --tests $SANITIZER_TESTS -- GitLab