Created
June 29, 2020 17:00
-
-
Save b1zzu/c03a585459c325e5496a75ac0f97607a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: rhpds | |
description: Test RHMI on RHPDS | |
default_phase: test | |
phases: | |
- name: install | |
limit: 1 | |
- name: test | |
--- | |
name: install-public-aws-osd | |
description: Test fresh installation of RHMI on OSD AWS Public Cluster | |
default_phase: tests | |
phases: | |
- name: install | |
limit: 1 | |
- name: test | |
- name: pre-backup | |
description: Can be executed in parallel with the test phase | |
- name: namespace-recreation | |
limit: 1 | |
description: This phase is destructive for the cluster | |
- name: restore-backup | |
--- | |
name: update-public-aws-osd | |
description: Test upgraded version of RHMI on OSD AWS Public Cluster | |
default_phase: tests | |
phases: | |
- name: install | |
descritpion: Make sure to install the previous RHMI version in this phase | |
limit: 1 | |
- name: pre-upgrade | |
- name: upgrade | |
descritpion: Attention the upgrade may start automatically when the new release is merged in the manage-tenants repo | |
limit: 1 | |
- name: post-upgrade | |
- name: tests | |
description: Can be executed in parallel with the post-upgrade and pre-backup phases | |
- name: pre-backup | |
description: Can be executed in parallel with the test and post-upgrade phases | |
- name: namespace-recreation | |
limit: 1 | |
description: This phase is destructive for the cluster | |
- name: restore-backup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment