Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gary Palter
asdf
Commits
0fac334e
Commit
0fac334e
authored
3 years ago
by
Eric Timmons
Committed by
Robert Goldman
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
abcl upgrade tests no longer expected to fail in CI
parent
789b75a8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-pipelines/standard-pipeline.yml
+23
-17
23 additions, 17 deletions
gitlab-pipelines/standard-pipeline.yml
with
23 additions
and
17 deletions
gitlab-pipelines/standard-pipeline.yml
+
23
−
17
View file @
0fac334e
...
@@ -116,13 +116,16 @@ Upgrade test:
...
@@ -116,13 +116,16 @@ Upgrade test:
-
l
:
[
abcl
,
ccl
,
clasp
,
clisp
,
cmucl
,
ecl
,
sbcl
]
-
l
:
[
abcl
,
ccl
,
clasp
,
clisp
,
cmucl
,
ecl
,
sbcl
]
IMAGE_TAG
:
latest
IMAGE_TAG
:
latest
Upgrade test known failure
:
# No more tests are known to fail. But leave commented out in case it needs to
extends
:
.Upgrade test template
# be resurrected.
parallel
:
matrix
:
# Upgrade test known failure:
-
l
:
[
abcl
]
# extends: .Upgrade test template
IMAGE_TAG
:
latest
# parallel:
allow_failure
:
true
# matrix:
# - l: []
# IMAGE_TAG: latest
# allow_failure: true
.REQUIRE upgrade test template
:
.REQUIRE upgrade test template
:
extends
:
.Upgrade test template
extends
:
.Upgrade test template
...
@@ -137,15 +140,18 @@ REQUIRE upgrade test:
...
@@ -137,15 +140,18 @@ REQUIRE upgrade test:
ASDF_UPGRADE_TEST_TAGS
:
REQUIRE
ASDF_UPGRADE_TEST_TAGS
:
REQUIRE
parallel
:
parallel
:
matrix
:
matrix
:
-
l
:
[
ccl
,
clasp
,
clisp
,
cmucl
,
ecl
,
sbcl
]
-
l
:
[
abcl
,
ccl
,
clasp
,
clisp
,
cmucl
,
ecl
,
sbcl
]
IMAGE_TAG
:
latest
IMAGE_TAG
:
latest
REQUIRE upgrade test known failure
:
# No more tests are known to fail. But leave commented out in case it needs to
extends
:
.REQUIRE upgrade test template
# be resurrected.
variables
:
ASDF_UPGRADE_TEST_TAGS
:
REQUIRE
# REQUIRE upgrade test known failure:
parallel
:
# extends: .REQUIRE upgrade test template
matrix
:
# variables:
-
l
:
abcl
# ASDF_UPGRADE_TEST_TAGS: REQUIRE
IMAGE_TAG
:
latest
# parallel:
allow_failure
:
true
# matrix:
# - l: []
# IMAGE_TAG: latest
# allow_failure: true
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