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

allow_failure needs to be a boolean value

parent 244adc22
No related branches found
No related tags found
No related merge requests found
Pipeline #736144 failed
Pipeline: cx-test

#736145

    ......@@ -68,7 +68,7 @@ def generate_build_job(host, gpu_type, benchmarks_to_build, *, extra_modules="")
    'before_script': [
    *load_script("!reference [.export_variables, before_script]")
    ],
    'allow_failure': 'false'
    '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