github.com/redhat-appstudio/e2e-tests@v0.0.0-20240520140907-9709f6f59323/tests/upgrade/README.md (about)

     1  # Upgrade tests suite
     2  
     3  Steps to run upgrade tests:
     4  
     5  1) Setup all required variables(GITHUB_TOKEN, MY_GITHUB_ORG, QUAY_E2E_ORGANIZATION, QUAY_TOKEN, DEFAULT_QUAY_ORG, DEFAULT_QUAY_ORG_TOKEN, DOCKER_IO_AUTH, UPGRADE_BRANCH, UPGRADE_FORK_ORGANIZATION)
     6  2) Connect to cluster
     7  3) Run `make build`
     8  3) `mage local:testUpgrade` - it will bootstrap a cluster, create workload, upgrade cluster and verify workload
     9  
    10  #### Environments
    11  
    12  Values can be provided by setting the following environment variables.
    13  
    14  | Variable | Required | Explanation | Default Value |
    15  |---|---|---|---|
    16  | `UPGRADE_BRANCH` | yes | Branch with changes  | ''  |
    17  | `UPGRADE_FORK_ORGANIZATION` | no | Fork with branch to upgrade | 'redhat-appstudio' |
    18