linkerd2/test
Alex Leong 87b64964cf
Fix upgrade stable test (#9247)
The upgrade stable test starts by installing the latest stable release of Linkerd.  Previously, that was stable-2.11.4 which did not require installing the CRDs as a separate step.  Now the latest is stable-2.12.0 which does require installing the CRDs first.  This was causing the install step to fail in this test.

We update the test to first install the CRDs.

Signed-off-by: Alex Leong <alex@buoyant.io>

<!--  Thanks for sending a pull request!

If you already have a well-structured git commit message, chances are GitHub
set the title and description of this PR to the git commit message subject and
body, respectively. If so, you may delete these instructions and submit your PR.

If this is your first time, please read our contributor guide:
https://github.com/linkerd/linkerd2/blob/main/CONTRIBUTING.md

The title and description of your Pull Request should match the git commit
subject and body, respectively. Git commit messages are structured as follows:

```
Subject

Problem

Solution

Validation

Fixes #[GitHub issue ID]

DCO Sign off
```

Example git commit message:

```
Introduce Pull Request Template

GitHub's community guidelines recommend a pull request template, the repo was
lacking one.

Introduce a `PULL_REQUEST_TEMPLATE.md` file.

Once merged, the
[Community profile checklist](https://github.com/linkerd/linkerd2/community)
should indicate the repo now provides a pull request template.

Fixes #3321

Signed-off-by: Jane Smith <jane.smith@example.com>
```

Note the git commit message subject becomes the pull request title.

For more details around git commits, see the section on Committing in our
contributor guide:
https://github.com/linkerd/linkerd2/blob/main/CONTRIBUTING.md#committing
-->

Signed-off-by: Alex Leong <alex@buoyant.io>
2022-08-23 16:29:11 -07:00
..
cli tests: add exnternal-prometheus integration test (#5720) 2021-02-16 23:20:58 +05:30
fuzzing dev: Use markdownlint-cli2 (#8612) 2022-06-07 11:25:18 -07:00
integration Fix upgrade stable test (#9247) 2022-08-23 16:29:11 -07:00