Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Tryton Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
Tryton
Tryton Docker
Commits
54122a9d
Commit
54122a9d
authored
5 months ago
by
Cédric Krier
Browse files
Options
Downloads
Patches
Plain Diff
Do not run tests on office image
parent
c83e4374
No related branches found
Branches containing commit
No related tags found
1 merge request
!32
Speedup tests
Pipeline
#91384
passed
5 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-14
2 additions, 14 deletions
.gitlab-ci.yml
with
2 additions
and
14 deletions
.gitlab-ci.yml
+
2
−
14
View file @
54122a9d
...
...
@@ -71,18 +71,6 @@
matrix
:
-
SERIES
:
[
"
6.0"
]
test-office
:
extends
:
test
needs
:
-
build-office
image
:
${CI_REGISTRY_IMAGE}/tryton:${SERIES}-office-${CI_PIPELINE_IID}
test-office-run
:
extends
:
test-run
needs
:
-
build-office
image
:
${CI_REGISTRY_IMAGE}/tryton:${SERIES}-office-${CI_PIPELINE_IID}
publish
:
stage
:
publish
extends
:
.series
...
...
@@ -104,8 +92,8 @@
extends
:
publish
needs
:
-
build-office
-
test
-office
-
test-
office-
run
-
test
-
test-run
script
:
-
crane auth login -u ${DOCKER_USER} -p ${DOCKER_PASSWORD} ${DOCKER_SERVER}
-
crane push image-${SERIES}-office.tar tryton/tryton:${SERIES}-office
...
...
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