Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stgroup
ttc18
Commits
20035010
Commit
20035010
authored
Jul 18, 2018
by
Carl Mai
Browse files
ci fix again the benchmark run
parent
1b09fe6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
20035010
...
...
@@ -32,7 +32,7 @@ test_benchmark:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew benchmarkFull -Pscenario=0,small 2>&1 | tee benchmarkFull.log
-
grep "BUILD FAILED" benchmarkFull.log
; test $? -eq
1
-
grep
-v
"BUILD FAILED" benchmarkFull.log
test_unit_tests
:
stage
:
test
...
...
Dockerfile
View file @
20035010
...
...
@@ -67,3 +67,4 @@ RUN ./gradlew --no-daemon compileJava
#RUN ./gradlew test
#RUN ./gradlew benchmarkFull -Pscenario=0,small
#RUN ./gradlew jastadd-mquat-solver-random:test
Write
Preview
Markdown
is supported
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