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
Branches
Tags
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
......@@ -187,49 +187,49 @@ trigger_inttest:
branch: $CPPINT_REF
strategy: depend
# After the cppinttest have been successful, also start tests for Octave...
trigger_octavelib:
stage: deploy
needs: [ trigger_prepare, trigger_inttest ]
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines.
- TRIGGERED_BY_REPO
- TRIGGERED_BY_REF
- TRIGGERED_BY_HASH
- CPPLIB_REGISTRY_IMAGE
variables:
# dotenv variables must be set again here.
F_BRANCH: $F_BRANCH
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
# # After the cppinttest have been successful, also start tests for Octave...
# trigger_octavelib:
# stage: deploy
# needs: [ trigger_prepare, trigger_inttest ]
# inherit:
# variables:
# # List the variables that shall be inherited, which also means they will override any equally
# # named varibles in child pipelines.
# - TRIGGERED_BY_REPO
# - TRIGGERED_BY_REF
# - TRIGGERED_BY_HASH
# - CPPLIB_REGISTRY_IMAGE
# variables:
# # dotenv variables must be set again here.
# F_BRANCH: $F_BRANCH
# 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:
stage: deploy
needs: [ trigger_prepare, trigger_inttest ]
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines.
- TRIGGERED_BY_REPO
- TRIGGERED_BY_REF
- TRIGGERED_BY_HASH
- CPPLIB_REGISTRY_IMAGE
variables:
# dotenv variables must be set again here.
F_BRANCH: $F_BRANCH
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
# # ... and for Julia.
# trigger_julialib:
# stage: deploy
# needs: [ trigger_prepare, trigger_inttest ]
# inherit:
# variables:
# # List the variables that shall be inherited, which also means they will override any equally
# # named varibles in child pipelines.
# - TRIGGERED_BY_REPO
# - TRIGGERED_BY_REF
# - TRIGGERED_BY_HASH
# - CPPLIB_REGISTRY_IMAGE
# variables:
# # dotenv variables must be set again here.
# F_BRANCH: $F_BRANCH
# 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.
Please register or to comment