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
4f3abf2c
Commit
4f3abf2c
authored
Jul 19, 2018
by
Carl Mai
Browse files
removed allow_failure from some tests
parent
e6559449
Changes
2
Hide whitespace changes
Inline
Side-by-side
.dockerignore
View file @
4f3abf2c
.git
.gitignore
.gitlab-ci.yaml
Dockerfile
README.md
...
...
.gitlab-ci.yml
View file @
4f3abf2c
...
...
@@ -38,7 +38,7 @@ test_genetic:
stage
:
test
tags
:
-
dockered
allow_failure
:
true
allow_failure
:
true
# too random
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-genetic:test
...
...
@@ -47,11 +47,12 @@ test_aco:
stage
:
test
tags
:
-
dockered
allow_failure
:
true
allow_failure
:
true
# too random
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-aco:test
# was never working
# test_emfer:
# stage: test
# tags:
...
...
@@ -65,7 +66,6 @@ test_ilp:
stage
:
test
tags
:
-
dockered
allow_failure
:
true
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-ilp:test
...
...
@@ -74,7 +74,7 @@ test_random:
stage
:
test
tags
:
-
dockered
allow_failure
:
true
#
allow_failure: true
- not needed because it is seeded
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-random:test
...
...
@@ -83,19 +83,10 @@ test_simple:
stage
:
test
tags
:
-
dockered
allow_failure
:
true
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-simple:test
# test_unit_tests:
# stage: test
# tags:
# - dockered
# script:
# - docker pull $CONTAINER_TEST_IMAGE
# - docker run $CONTAINER_TEST_IMAGE /bin/bash -c 'echo "test.enabled = false" >> /ttc18/jastadd-mquat-solver-genetic/build.gradle && /ttc18/gradlew --no-daemon test'
#
release-image
:
stage
:
release
tags
:
...
...
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