Skip to content

Commit

Permalink
eve: Provision volumes after install of previous version
Browse files Browse the repository at this point in the history
Since dev2.4 we need to provision volumes to have working prometheus
stack, so in upgrade context we need to first provision volumes before
running fast tests
  • Loading branch information
TeddyAndrieux authored and gdemonet committed Nov 21, 2019
1 parent c205e46 commit 38bc0a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eve/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,12 @@ stages:
- ShellCommand:
<<: *run_bootstrap
env: *_env_version_prev
- ShellCommand:
<<: *provision_prometheus_volumes
env:
BRANCH: "development/%(prop:product_version_prev)s"
PRODUCT_TXT: "/srv/scality/metalk8s-%(prop:metalk8s_version_prev)s/product.txt"
PRODUCT_MOUNT: "/srv/scality/metalk8s-%(prop:metalk8s_version_prev)s"
# --- Test version N-1 ---
- ShellCommand: *fast_tests_prev
# --- Upgrade to version N ---
Expand Down

0 comments on commit 38bc0a7

Please sign in to comment.