Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
4091cce8
Commit
4091cce8
authored
Aug 12, 2022
by
Evan Ward
Browse files
CI: don't fail build if performance test fails
parent
6d432bb8
Pipeline
#2285
passed with stages
in 14 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4091cce8
...
...
@@ -127,6 +127,8 @@ deploy:site:
# similar to Jenkins' "build after a snapshot dependency is built"
performance
:
stage
:
deploy
# don't fail the build if this doesn't work
allow_failure
:
true
needs
:
-
job
:
deploy:artifacts
artifacts
:
false
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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