Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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 Crawler
Commits
f5947ee9
Commit
f5947ee9
authored
6 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
PIPELINE: Fix missing rocrate dependency
parent
17f6e06d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#58508
failed
6 months ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.docker/Dockerfile
+3
-0
3 additions, 0 deletions
.docker/Dockerfile
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
tox.ini
+2
-0
2 additions, 0 deletions
tox.ini
with
9 additions
and
0 deletions
.docker/Dockerfile
+
3
−
0
View file @
f5947ee9
...
@@ -34,6 +34,9 @@ RUN rm -r /git/.git
...
@@ -34,6 +34,9 @@ RUN rm -r /git/.git
# Install pycaosdb.ini for the tests
# Install pycaosdb.ini for the tests
RUN
mv
/git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
RUN
mv
/git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
# TODO Remove once https://github.com/ResearchObject/ro-crate-py/issues/203 has been resolved.
RUN
pip3
install
--break-system-packages
git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
RUN
cd
/git/
&&
pip3
install
--break-system-packages
.[h5-crawler,spss,rocrate]
RUN
cd
/git/
&&
pip3
install
--break-system-packages
.[h5-crawler,spss,rocrate]
WORKDIR
/git/integrationtests
WORKDIR
/git/integrationtests
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
0
View file @
f5947ee9
...
@@ -131,6 +131,10 @@ unittest_py3.9:
...
@@ -131,6 +131,10 @@ unittest_py3.9:
# TODO: Use f-branch logic here
# TODO: Use f-branch logic here
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
# TODO: Remove once
# https://github.com/ResearchObject/ro-crate-py/issues/203 has
# been resolved.
-
pip install git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
-
pip install .[h5-crawler,spss,rocrate]
-
pip install .[h5-crawler,spss,rocrate]
# actual test
# actual test
-
caosdb-crawler --help
-
caosdb-crawler --help
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
2
−
0
View file @
f5947ee9
...
@@ -9,6 +9,8 @@ deps = .[h5-crawler,spss,rocrate]
...
@@ -9,6 +9,8 @@ deps = .[h5-crawler,spss,rocrate]
# TODO: Make this f-branch sensitive
# TODO: Make this f-branch sensitive
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
# TODO Remove once https://github.com/ResearchObject/ro-crate-py/issues/203 has been resolved.
git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
commands
=
caosdb-crawler --help
commands
=
caosdb-crawler --help
py.test
--cov
=
caoscrawler -vv {posargs}
py.test
--cov
=
caoscrawler -vv {posargs}
...
...
This diff is collapsed.
Click to expand it.
Florian Spreckelsen
@florian
mentioned in commit
6bd1fc1b
·
6 months ago
mentioned in commit
6bd1fc1b
mentioned in commit 6bd1fc1b154130681cf647e22c04fc7ffebacaba
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