interruptible:true# Make all jobs by default interruptible
@@ -25,6 +26,7 @@ workflow:
-if:$CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH# Pushes to main
-if:$CI_PIPELINE_SOURCE == 'schedule' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH# Scheduled in main
-if:$CI_PIPELINE_SOURCE == 'web'# for testing
-if:$CI_PIPELINE_SOURCE == 'trigger'
stages:
-.pre
@@ -134,6 +136,8 @@ stages:
when:never
-if:$CI_PIPELINE_SOURCE == 'schedule'# Don't run in any scheduled pipelines by default (use schedule templates below to enable again for certain conditions)
when:never
-if:$CI_PIPELINE_SOURCE == 'trigger'# Don't run triggered pipeline by default
-if [ $exit_code -eq 1 ] && [ $zero_errors == 1 ]; then echo "pytest run had failures, but no errors and non-BE flag present"; exit $EXIT_CODE_NON_BE; fi
/* TODO: replace with the warning message below before the finalization of the IVAS codec */
assert(0&&"The maximum number of indices has been exceeded! Increase the limits in get_ivas_max_num_indices() or get_max_num_indices_metadata().");
#else
fprintf(stderr,"Warning: The maximum number of indices %d has been exceeded in frame %d! Increase the limits in get_ivas_max_num_indices() or get_max_num_indices_metadata().\n",*(hBstr->ivas_max_num_indices),frame);
#endif
#endif
/* reallocate the buffer of indices with increased limit */
/* TODO: replace with the warning message below before the finalization of the IVAS codec */
assert(0&&"The maximum number of indices has been exceeded! Increase the limits in get_ivas_max_num_indices() or get_max_num_indices_metadata().");
#else
fprintf(stderr,"Warning: The maximum number of indices %d has been exceeded in frame %d! Increase the limits in get_ivas_max_num_indices() or get_max_num_indices_metadata().\n",*(hBstr->ivas_max_num_indices),frame);
#endif
#endif
/* no available empty slot -> need to re-allocate the buffer */