Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deployments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
Betty
betty-integration
Deployments
Merge requests
!2
Draft: add damage service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Draft: add damage service
feature/testing-damage
into
main
Overview
0
Commits
1
Pipelines
10
Changes
1
Open
Marius Kriegerowski
requested to merge
feature/testing-damage
into
main
3 years ago
Overview
0
Commits
1
Pipelines
10
Changes
1
0
0
Merge request reports
Viewing commit
85edf7a3
Show latest version
1 file
+
2
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
85edf7a3
add damage service
· 85edf7a3
Marius Kriegerowski
authored
3 years ago
.gitlab-ci.yml
+
2
−
25
View file @ 85edf7a3
Edit in single-file editor
Open in Web IDE
Show full file
---
# You can define the services that you depend on and execute e.g. tests against that service:
testing
:
image
:
python:3.9
@@ -7,12 +6,8 @@ testing:
services
:
-
name
:
git.gfz-potsdam.de:5000/dynamicexposure/coding/betty-integration/time-api:main
alias
:
time-api
# TODO: these repos will need to have dockerfiles and images pushed to their registry
# https://3dtools.geog.uni-heidelberg.de/loki/micromapping_giscience
# https://3dtools.geog.uni-heidelberg.de/loki/damage_clf_3dgeo
# (more to follow)
-
name
:
git.gfz-potsdam.de:5000/loki/damage_clf_3dgeo:main
alias
:
damage-clf-3dgeo
environment
:
BETTY_TIME_API_URL=http://time-api:8000
before_script
:
@@ -20,21 +15,3 @@ testing:
-
poetry install
script
:
-
pytest tests/test_time_api.py
# next step would be to send triggers:
#trigger: git.gfz-potsdam:..... integration.git
# branch: main
## Alternatively, this deploys to an environment using the docker-compose file:
#deploy_staging:
# stage: deploy
# tags:
# - dind
# before_script:
# - apk add docker-compose
# script:
# - docker-compose pull
# - docker-compose up
# environment:
# name: staging
# url: https://staging.example.com
Loading