Newer
Older
test:
stage: test
tags:
- docker
image: python:3.8
script:
- pip install --user pytest
deploy_uniformgrid_gpu:
stage: deploy
tags:
- docker
image: python:3.8
script:
- pip install --user .
- python3 dashboards/deploy.py
when: manual
trigger_cb_pipeline:
stage: trigger
- 'curl --fail --request POST --form token=$CB_TRIGGER_TOKEN --form ref=master --form "variables[WALBERLA_GITLAB_INSTANCE]=https://i10git.cs.fau.de" --form "variables[WALBERLA_PROJECT_ID]=walberla/walberla" --form "variables[WALBERLA_BRANCH]=master" "$CB_TRIGGER_API_URL"'