From 28d3e4f23b835f82250022b22e54401619636907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 27 Sep 2022 09:01:46 +0200 Subject: [PATCH] Remove the upgrade test from 2.6 to fix the CI --- .github/workflows/main.yaml | 1 - ci/test-upgrade | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cf86931fdc..e42c454fa4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -189,7 +189,6 @@ jobs: - run: docker images | grep "" | awk '{print $3}' | xargs --no-run-if-empty docker rmi || true - run: ci/test-upgrade init ${HOME}/workspace - run: ci/test-upgrade 240 ${HOME}/workspace - - run: ci/test-upgrade 260 ${HOME}/workspace - run: ci/test-upgrade 27 ${HOME}/workspace - run: ci/test-upgrade cleanup ${HOME}/workspace diff --git a/ci/test-upgrade b/ci/test-upgrade index 9339cbdbd6..d9c34aac1a 100755 --- a/ci/test-upgrade +++ b/ci/test-upgrade @@ -136,9 +136,7 @@ then rm --recursive --force $(find c2cgeoportal/scaffolds -name __pycache__) create-advance ${WORKSPACE}/ref ${MAJOR_VERSION} create ${WORKSPACE}/v27 ${MAJOR_VERSION} - create ${WORKSPACE}/v260 2.6.0 create ${WORKSPACE}/v240 2.4.0 - docker rmi camptocamp/geomapfish-tools:2.6.0 docker rmi camptocamp/geomapfish-build:2.4.0 cd ${WORKSPACE}/ref/testgeomapfish