Skip to content
Snippets Groups Projects
Commit 244adc22 authored by Christoph Alt's avatar Christoph Alt
Browse files

set the allow_failure to false for the build jobs

parent 57a7cdf2
No related branches found
No related tags found
No related merge requests found
Pipeline #736123 failed
Pipeline: cx-test

#736124

    ......@@ -67,7 +67,8 @@ def generate_build_job(host, gpu_type, benchmarks_to_build, *, extra_modules="")
    },
    'before_script': [
    *load_script("!reference [.export_variables, before_script]")
    ]
    ],
    'allow_failure': 'false'
    }
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment