Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
f9d2daf0
Commit
f9d2daf0
authored
Mar 07, 2019
by
Markus Scheidgen
Browse files
No build/test for tags.
parent
447d3de6
Pipeline
#44864
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f9d2daf0
...
...
@@ -40,6 +40,7 @@ build:
-
docker push $TEST_IMAGE
except
:
-
/^dev-.*$/
-
tags
buildgui
:
...
...
@@ -53,6 +54,7 @@ buildgui:
-
docker push $FRONTEND_TEST_IMAGE
except
:
-
/^dev-.*$/
-
tags
buildrawapi
:
...
...
@@ -74,6 +76,7 @@ linting:
-
python -m pylint --load-plugins=pylint_mongoengine nomad tests
-
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional nomad tests
except
:
-
tags
variables
:
-
$CI_COMMIT_REF_NAME =~ /^dev-.*$/
-
$CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i
...
...
@@ -108,6 +111,7 @@ tests:
-
cd /app
-
python -m pytest --cov=nomad -sv tests
except
:
-
tags
variables
:
-
$CI_COMMIT_REF_NAME =~ /^dev-.*$/
-
$CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i
...
...
@@ -181,7 +185,6 @@ release_version:
-
docker push $FRONTEND_RELEASE_IMAGE
only
:
-
tags
-
/^v[0-9]+\.[0-9]+\.[0-9]+$/
release_rawapi
:
stage
:
release
...
...
@@ -248,4 +251,3 @@ deploy:
fi
only
:
-
tags
-
/^v[0-9]+\.[0-9]+\.[0-9]+$/
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment