Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
We have upgraded GitLab to 15.1. Due to major code changes GitLab was down for some time.
Open sidebar
vadere
vadere
Commits
4de484c1
Commit
4de484c1
authored
Nov 15, 2018
by
Stefan Schuhbaeck
Browse files
remove run_scenario_files for testing
parent
62f86230
Pipeline
#75445
failed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4de484c1
...
...
@@ -46,14 +46,14 @@ unit_tests_with_coverage:
-
mvn -Dtest=!TestConvolution,!TestBitonicSort,!TestCLLinkedList,!TestCLOptimalStepsModel test
-
python3 Tools/ContinuousIntegration/collect_line_and_branch_coverage.py
run_scenario_files
:
stage
:
deploy
#
run_scenario_files:
#
stage: deploy
script
:
-
Documentation/version-control/git-hook-vadere-software
-
mvn clean
-
mvn -Dmaven.test.skip=true package
-
python3 Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py
#
script:
#
- Documentation/version-control/git-hook-vadere-software
#
- mvn clean
#
- mvn -Dmaven.test.skip=true package
#
- python3 Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py
run_origin_test
:
stage
:
deploy
...
...
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