Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AttributeWrapper
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
LOFAR2.0
AttributeWrapper
Commits
68cc8dbb
Commit
68cc8dbb
authored
1 year ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-1428
: Mark unimplemented jobs more clearly
parent
30f139e2
No related branches found
No related tags found
1 merge request
!3
L2SS-1428: Ensure installing package also install requirements.txt dependencies
Pipeline
#68892
failed
1 year ago
Stage: image
Stage: lint
Stage: test
Stage: package
Stage: integration
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
68cc8dbb
...
...
@@ -4,6 +4,7 @@ default:
before_script
:
-
python --version
# For debugging
-
tox --version
-
pip --version
cache
:
paths
:
-
.cache/pip
...
...
@@ -11,8 +12,6 @@ default:
stages
:
-
image
-
lint
# check if this needs to be a separate step
# - build_extensions
-
test
-
package
-
integration
...
...
@@ -51,11 +50,6 @@ run_pylint:
-
tox -e pylint
allow_failure
:
true
# build_extensions:
# stage: build_extensions
# script:
# - echo "build fortran/c/cpp extension source code"
run_unit_tests_coverage
:
stage
:
test
script
:
...
...
@@ -126,21 +120,25 @@ package_files:
package_docs
:
stage
:
package
allow_failure
:
true
artifacts
:
expire_in
:
1w
paths
:
-
docs/*
# update path to match the dest dir for documentation
script
:
-
echo "build and collect docs"
-
exit
1
run_integration_tests
:
stage
:
integration
allow_failure
:
true
needs
:
-
package_files
script
:
-
echo "make sure to move out of source dir"
-
echo "install package from filesystem (or use the artefact)"
-
echo "run against foreign systems (e.g. databases, cwl etc.)"
-
exit
1
publish_on_gitlab
:
stage
:
publish
...
...
@@ -194,6 +192,7 @@ publish_on_pypi:
publish_to_readthedocs
:
stage
:
publish
allow_failure
:
true
environment
:
readthedocs
needs
:
-
package_docs
...
...
@@ -202,3 +201,4 @@ publish_to_readthedocs:
-
if
:
$CI_COMMIT_TAG
script
:
-
echo "scp docs/* ???"
-
exit
1
This diff is collapsed.
Click to expand it.
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