Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
ttc18
Commits
4f3abf2c
Commit
4f3abf2c
authored
6 years ago
by
Carl Mai
Browse files
Options
Downloads
Patches
Plain Diff
removed allow_failure from some tests
parent
e6559449
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.dockerignore
+2
-0
2 additions, 0 deletions
.dockerignore
.gitlab-ci.yml
+4
-13
4 additions, 13 deletions
.gitlab-ci.yml
with
6 additions
and
13 deletions
.dockerignore
+
2
−
0
View file @
4f3abf2c
.git
.gitignore
.gitlab-ci.yaml
.gitlab-ci.yaml
Dockerfile
Dockerfile
README.md
README.md
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
13
View file @
4f3abf2c
...
@@ -38,7 +38,7 @@ test_genetic:
...
@@ -38,7 +38,7 @@ test_genetic:
stage
:
test
stage
:
test
tags
:
tags
:
-
dockered
-
dockered
allow_failure
:
true
allow_failure
:
true
# too random
script
:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-genetic:test
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-genetic:test
...
@@ -47,11 +47,12 @@ test_aco:
...
@@ -47,11 +47,12 @@ test_aco:
stage
:
test
stage
:
test
tags
:
tags
:
-
dockered
-
dockered
allow_failure
:
true
allow_failure
:
true
# too random
script
:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-aco:test
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-aco:test
# was never working
# test_emfer:
# test_emfer:
# stage: test
# stage: test
# tags:
# tags:
...
@@ -65,7 +66,6 @@ test_ilp:
...
@@ -65,7 +66,6 @@ test_ilp:
stage
:
test
stage
:
test
tags
:
tags
:
-
dockered
-
dockered
allow_failure
:
true
script
:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-ilp:test
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-ilp:test
...
@@ -74,7 +74,7 @@ test_random:
...
@@ -74,7 +74,7 @@ test_random:
stage
:
test
stage
:
test
tags
:
tags
:
-
dockered
-
dockered
allow_failure
:
true
#
allow_failure: true
- not needed because it is seeded
script
:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-random:test
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-random:test
...
@@ -83,19 +83,10 @@ test_simple:
...
@@ -83,19 +83,10 @@ test_simple:
stage
:
test
stage
:
test
tags
:
tags
:
-
dockered
-
dockered
allow_failure
:
true
script
:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-simple:test
-
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
:
release-image
:
stage
:
release
stage
:
release
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment