details: https://code.tryton.org/tryton-docker/commit/77751e687688
branch: default
user: Cédric Krier <[email protected]>
date: Tue May 26 10:16:27 2026 +0200
description:
Stop series 6.0 and 7.6
diffstat:
.gitlab-ci.yml | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diffs (50 lines):
diff -r f24d1fc01e92 -r 77751e687688 .gitlab-ci.yml
--- a/.gitlab-ci.yml Mon Apr 20 22:27:19 2026 +0200
+++ b/.gitlab-ci.yml Tue May 26 10:16:27 2026 +0200
@@ -12,7 +12,7 @@
.series:
parallel:
matrix:
- - SERIES: ["6.0", "7.0", "7.6", "7.8", "8.0"]
+ - SERIES: ["7.0", "7.8", "8.0"]
build:
stage: build
@@ -63,21 +63,6 @@
- TRYTONPASSFILE=/tmp/password trytond-admin -d test --all --email
"[email protected]"
- modules=$(python3 -c "from trytond.modules import get_modules; print('
'.join(get_modules()))")
- trytond-admin -d test -u $modules -vv
- parallel:
- matrix:
- - SERIES: ["7.0", "7.6", "7.8", "8.0"]
-
-test-old:
- extends: test
- script:
- - touch /tmp/test.sqlite
- - echo "password" > /tmp/password
- - TRYTONPASSFILE=/tmp/password trytond-admin -d test --all --email
"[email protected]"
- - modules=$(python3 -c "from trytond.modules import get_module_list;
print(' '.join(get_module_list()))")
- - trytond-admin -d test -u $modules -vv
- parallel:
- matrix:
- - SERIES: ["6.0"]
publish:
stage: publish
@@ -85,7 +70,6 @@
needs:
- build
- test
- - test-old
image:
name: gcr.io/go-containerregistry/crane:debug
entrypoint: [""]
@@ -101,7 +85,6 @@
needs:
- build-office
- test
- - test-old
script:
- crane auth login -u ${DOCKER_USER} -p ${DOCKER_PASSWORD} ${DOCKER_SERVER}
- crane push image-${SERIES}-office.tar tryton/tryton:${SERIES}-office