Fix build status badge in README (#4769)

The GitHub Actions build status badge was referencing an old workflow
named `CI`, which always shows red, and is no longer used.

Fix the build status badge to reference the `Release` workload.

Also slightly reformat the matrix build yaml, as the list has grown a
bit.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
Andrew Seigner 2020-07-20 17:18:12 -07:00 committed by GitHub
parent 85a042c151
commit 8773416496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

View File

@ -96,7 +96,15 @@ jobs:
kind_integration_tests:
strategy:
matrix:
integration_test: [cluster-domain, deep, external-issuer, helm-deep, helm-upgrade, uninstall, upgrade-edge, upgrade-stable]
integration_test:
- cluster-domain
- deep
- external-issuer
- helm-deep
- helm-upgrade
- uninstall
- upgrade-edge
- upgrade-stable
needs: [docker_build]
name: Integration tests (${{ matrix.integration_test }})
runs-on: ubuntu-18.04

View File

@ -121,7 +121,15 @@ jobs:
kind_integration_tests:
strategy:
matrix:
integration_test: [cluster-domain, deep, external-issuer, helm-deep, helm-upgrade, uninstall, upgrade-edge, upgrade-stable]
integration_test:
- cluster-domain
- deep
- external-issuer
- helm-deep
- helm-upgrade
- uninstall
- upgrade-edge
- upgrade-stable
needs: [docker_build]
name: Integration tests (${{ matrix.integration_test }})
runs-on: ubuntu-18.04

View File

@ -94,7 +94,7 @@ specific language governing permissions and limitations under the License.
<!-- refs -->
[github-actions]: https://github.com/linkerd/linkerd2/actions
[github-actions-badge]: https://github.com/linkerd/linkerd2/workflows/CI/badge.svg
[github-actions-badge]: https://github.com/linkerd/linkerd2/workflows/Cloud%20integration/badge.svg
[cncf]: https://www.cncf.io/
[coc]: https://github.com/linkerd/linkerd/wiki/Linkerd-code-of-conduct
[getting-started]: https://linkerd.io/2/getting-started/