Skip to content

Commit

Permalink
eve/downgrade: Deactivate downgrade in CI tests
Browse files Browse the repository at this point in the history
Currently downgrade does not work because we downgrade all Kubernetes
objects before downgrading the API server of the bootstrap node.
Kubernetes 1.16 removed the support of some APIs that we use in the 2.4
branch, hence we cannot downgrade without re-ordering the whole process.

See: #2058
  • Loading branch information
TeddyAndrieux authored and gdemonet committed Nov 21, 2019
1 parent 38bc0a7 commit c5ef29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eve/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ stages:
name: Trigger single-node and multiple-nodes steps with built ISO
stage_names:
- single-node-upgrade-centos
- single-node-downgrade-centos
# Downgrade is deactivated on this branch due to #2058
#- single-node-downgrade-centos
- single-node-install-rhel
- multiple-nodes-centos
- ShellCommand: *add_final_status_artifact_success
Expand Down

0 comments on commit c5ef29b

Please sign in to comment.