Skip to content
Snippets Groups Projects
Commit d812cb68 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

TST: Set `allow_failure: true` for Octave and Julia pipelines

parent 69345656
No related branches found
No related tags found
2 merge requests!45Release 0.2.2,!44F grpc select
Pipeline #30834 passed with warnings
Pipeline: caosdb-cppinttest

#30835

    ......@@ -191,6 +191,9 @@ trigger_octavelib:
    trigger:
    project: caosdb/src/caosdb-octavelib
    branch: $OCTAVELIB_REF
    # It's ok if octave fails in case of features that might already be
    # implemented in proto, server, and cpplib, but not yet in Octave.
    allow_failure: true
    # ... and for Julia.
    trigger_julialib:
    ......@@ -210,6 +213,9 @@ trigger_julialib:
    trigger:
    project: caosdb/src/caosdb-julialib
    branch: $JULIALIB_REF
    # It's ok if julia fails in case of features that might already be
    # implemented in proto, server, and cpplib, but not yet in Julia.
    allow_failure: true
    # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
    # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
    ......
    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