Skip to content
Snippets Groups Projects
Verified Commit c2cc39e6 authored by Varac's avatar Varac
Browse files

[CI] Add upgrade platform CI test

Resolves: #8541
parent 3f61221b
Branches
Tags
1 merge request!105Upgrade tests
...@@ -78,6 +78,14 @@ deploy_test:manual: ...@@ -78,6 +78,14 @@ deploy_test:manual:
script: script:
- su -c 'set -o pipefail; stdbuf -oL -eL ./ci-build.sh | ts' cirunner - su -c 'set -o pipefail; stdbuf -oL -eL ./ci-build.sh | ts' cirunner
# Test upgrades from the latetest release to latest HEAD
upgrade_test:
stage: deploy
script:
# Allow unpriviledged user to checkout last release of leap_platform
- chown cirunner:cirunner -R ../..
- su -c 'set -o pipefail; stdbuf -oL -eL ./ci-build.sh | ts' cirunner
# Latest job will only run on the master branch, which means all merge requests # Latest job will only run on the master branch, which means all merge requests
# that are created from branches don't get to deploy to the latest-ci server. # that are created from branches don't get to deploy to the latest-ci server.
# When a merge request is merged, then the latest job will deploy the code to # When a merge request is merged, then the latest job will deploy the code to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment