Skip to content
Snippets Groups Projects
Commit cab5f185 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Remove julia and octave client tirggers from CI

parent ff885aeb
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
...@@ -187,49 +187,49 @@ trigger_inttest: ...@@ -187,49 +187,49 @@ trigger_inttest:
branch: $CPPINT_REF branch: $CPPINT_REF
strategy: depend strategy: depend
# After the cppinttest have been successful, also start tests for Octave... # # After the cppinttest have been successful, also start tests for Octave...
trigger_octavelib: # trigger_octavelib:
stage: deploy # stage: deploy
needs: [ trigger_prepare, trigger_inttest ] # needs: [ trigger_prepare, trigger_inttest ]
inherit: # inherit:
variables: # variables:
# List the variables that shall be inherited, which also means they will override any equally # # List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines. # # named varibles in child pipelines.
- TRIGGERED_BY_REPO # - TRIGGERED_BY_REPO
- TRIGGERED_BY_REF # - TRIGGERED_BY_REF
- TRIGGERED_BY_HASH # - TRIGGERED_BY_HASH
- CPPLIB_REGISTRY_IMAGE # - CPPLIB_REGISTRY_IMAGE
variables: # variables:
# dotenv variables must be set again here. # # dotenv variables must be set again here.
F_BRANCH: $F_BRANCH # F_BRANCH: $F_BRANCH
trigger: # trigger:
project: caosdb/src/caosdb-octavelib # project: caosdb/src/caosdb-octavelib
branch: $OCTAVELIB_REF # branch: $OCTAVELIB_REF
# It's ok if octave fails in case of features that might already be # # 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. # # implemented in proto, server, and cpplib, but not yet in Octave.
allow_failure: true # allow_failure: true
# ... and for Julia. # # ... and for Julia.
trigger_julialib: # trigger_julialib:
stage: deploy # stage: deploy
needs: [ trigger_prepare, trigger_inttest ] # needs: [ trigger_prepare, trigger_inttest ]
inherit: # inherit:
variables: # variables:
# List the variables that shall be inherited, which also means they will override any equally # # List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines. # # named varibles in child pipelines.
- TRIGGERED_BY_REPO # - TRIGGERED_BY_REPO
- TRIGGERED_BY_REF # - TRIGGERED_BY_REF
- TRIGGERED_BY_HASH # - TRIGGERED_BY_HASH
- CPPLIB_REGISTRY_IMAGE # - CPPLIB_REGISTRY_IMAGE
variables: # variables:
# dotenv variables must be set again here. # # dotenv variables must be set again here.
F_BRANCH: $F_BRANCH # F_BRANCH: $F_BRANCH
trigger: # trigger:
project: caosdb/src/caosdb-julialib # project: caosdb/src/caosdb-julialib
branch: $JULIALIB_REF # branch: $JULIALIB_REF
# It's ok if julia fails in case of features that might already be # # 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. # # implemented in proto, server, and cpplib, but not yet in Julia.
allow_failure: true # allow_failure: true
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # 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 # 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.
Please register or to comment