Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
6229c9a1
Commit
6229c9a1
authored
Nov 28, 2020
by
Eric Timmons
Browse files
Test ABCL 1.8.0 and 1.7.1
1.8.0 is allowed to fail, 1.7.1 is not so as to prevent merges on new bugs.
parent
68572d4b
Pipeline
#2134
passed with stages
in 33 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml
View file @
6229c9a1
...
...
@@ -6,7 +6,7 @@ variables:
# Just let the runner fetch and update the submodules for us.
GIT_SUBMODULE_STRATEGY
:
normal
ABCL_IMAGE
:
clfoundation/abcl
ABCL_TAG
:
1.7.1-jdk8
ABCL_TAG
:
latest
CCL_IMAGE
:
clfoundation/ccl
CCL_TAG
:
latest
ECL_IMAGE
:
clfoundation/ecl
...
...
@@ -125,6 +125,15 @@ ABCL regression tests:
image
:
$ABCL_IMAGE:$ABCL_TAG
variables
:
l
:
abcl
allow_failure
:
true
# ABCL 1.8.0 has some issues that cause ASDF tests to fail. Remove this job
# when the above job starts to pass again.
ABCL 1.7.1 regression tests
:
extends
:
.Regression tests
image
:
$ABCL_IMAGE:1.7.1-jdk8
variables
:
l
:
abcl
ABCL upgrade tests
:
extends
:
.Upgrade tests
...
...
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