Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
ASTRON Templates
Python Package
Commits
76869a7a
Commit
76869a7a
authored
1 year ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
CWG-67
: Fail any job we have not yet implemented
parent
044146b4
Branches
Branches containing commit
No related tags found
1 merge request
!21
Resolve CWG-68
Pipeline
#53075
passed with warnings
1 year ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: integration
Pipeline: Python Package
#53076
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
{{cookiecutter.project_slug}}/.gitlab-ci.yml
with
6 additions
and
0 deletions
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+
6
−
0
View file @
76869a7a
...
...
@@ -95,21 +95,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
...
...
@@ -163,6 +167,7 @@ publish_on_pypi:
publish_to_readthedocs
:
stage
:
publish
allow_failure
:
true
environment
:
readthedocs
needs
:
-
package_docs
...
...
@@ -171,3 +176,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