Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Commits
78d636e4
Commit
78d636e4
authored
2 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Run testenv always.
parent
1dc6befa
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!35
Add tests for https://gitlab.com/caosdb/caosdb-server/-/issues/145
Pipeline
#24671
canceled
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
78d636e4
...
...
@@ -137,7 +137,9 @@ test:
-
time docker load < /image-cache/caosdb-pyint-testenv-${CI_COMMIT_REF_NAME}.tar ||
true
-
time docker load < /image-cache/caosdb-${REFTAG}.tar || time docker load < /image-cache/caosdb-dev.tar ||
true
-
time docker load < /image-cache/$MARIADBVERSION.tar ||
true
# Pull the server image.
-
docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev
# Pull the image for the test runs.
-
docker pull $CI_REGISTRY_IMAGE
# Here, the server and the mysql backend docker are being started
...
...
@@ -189,10 +191,6 @@ build-testenv:
image
:
docker:20.10
stage
:
setup
timeout
:
2h
only
:
-
schedules
-
web
-
pushes
needs
:
[]
script
:
-
df -h
...
...
This diff is collapsed.
Click to expand it.
Daniel Hornung
@daniel
mentioned in commit
15ba97c7
·
2 years ago
mentioned in commit
15ba97c7
mentioned in commit 15ba97c75156360a6bd7cb1097f55de6d11588b8
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment