Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 update README.md on 1.5 release #1167

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Metal3.
| v1beta1 | v1beta1 | v1.2.X |  v1.2.X        |
| v1beta1 | v1beta1 | v1.3.X |  v1.3.X        |
| v1beta1 | v1beta1 | v1.4.X |  v1.4.X        |
| v1beta1 | v1beta1 | v1.5.X |  v1.5.X        |

## Deploying the metal3 provider

Expand Down Expand Up @@ -58,7 +59,7 @@ need to be manually installed. Example flow of installing Metal3 provider:
provider name as follows:

```shell
clusterctl init --infrastructure metal3:v1.4.0
clusterctl init --infrastructure metal3:v1.5.0
```

1. Deploy Baremetal Operator manifests and CRDs. You need to install
Expand Down Expand Up @@ -136,6 +137,13 @@ To trigger e2e test on a PR, use the following phrases:
- **/test-centos-e2e-integration-main** runs integration e2e tests with CAPM3
API version v1beta1 and branch main on CentOS

Release-1.5 branch:

- **/test-ubuntu-e2e-integration-release-1-5** runs integration e2e tests with CAPM3
API version v1beta1 and branch release-1.5 on Ubuntu
- **/test-centos-e2e-integration-release-1-5** runs integration e2e tests with CAPM3
API version v1beta1 and branch release-1.5 on CentOS

Release-1.4 branch:

- **/test-ubuntu-e2e-integration-release-1-4** runs integration e2e tests with CAPM3
Expand Down Expand Up @@ -174,6 +182,13 @@ in multiple VMs by creating an independent VM for each test spec:
- **/parallel-test-centos-e2e-feature-main** runs e2e feature tests in parallel
with CAPM3 API version v1beta1 and branch main on CentOS

Release-1.5 branch:

- **/test-ubuntu-e2e-feature-release-1-5** runs e2e feature tests with CAPM3 API
version v1beta1 and branch release-1.5 on Ubuntu
- **/test-centos-e2e-feature-release-1-5** runs e2e feature tests with CAPM3 API
version v1beta1 and branch release-1.5 on CentOS

Release-1.4 branch:

- **/test-ubuntu-e2e-feature-release-1-4** runs e2e feature tests with CAPM3 API
Expand All @@ -188,13 +203,6 @@ Release-1.3 branch:
- **/test-centos-e2e-feature-release-1-3** runs e2e feature tests with CAPM3 API
version v1beta1 and branch release-1.3 on CentOS

Release-1.2 branch:

- **/test-ubuntu-e2e-feature-release-1-2** runs e2e feature tests with CAPM3 API
version v1beta1 and branch release-1.2 on Ubuntu
- **/test-centos-e2e-feature-release-1-2** runs e2e feature tests with CAPM3 API
version v1beta1 and branch release-1.2 on CentOS

### Upgrade tests

CAPM3 tests upgrade from all supported release to the current one, while also
Expand All @@ -217,6 +225,10 @@ We run upgrade test on main branch from different releases:
API version v1beta1/branch release-1.4 to CAPM3 API version v1beta1/branch
main on Ubuntu

- **/test-e2e-upgrade-main-from-release-1-5** runs e2e upgrade tests from CAPM3
API version v1beta1/branch release-1.5 to CAPM3 API version v1beta1/branch
main on Ubuntu

### Keep VM

After the e2e test is completed, Jenkins executes another script to clean up the
Expand Down