description:"Typeforthemanualpipelinerun.Use'pytest-mld'torunMLDtestagainstreferencefloatcodec."# Not implemented yet, but may be good to have a manual pipeline trigger
value:'default'
options:
-'default'
-'pytest-mld'
-'pytest-mld-interop'
-'pytest-mld-long'
-'pytest-saturation-smoke-test'
-'evs-26444'
-'sanitizer-stv'
default:
interruptible:true# Make all jobs by default interruptible
workflow:
name:'$IVAS_PIPELINE_NAME'
rules:
# see https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
-python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref_part2 -n auto || exit_code=$?# Catch exit code to prevent halt in case this step produces zero tests