Skip to content
Snippets Groups Projects
Commit 54122a9d authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Do not run tests on office image

parent c83e4374
No related branches found
No related tags found
1 merge request!32Speedup tests
Pipeline #91384 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment