linkerd2/.github
Andrew Seigner c69080ee97
GitHub Actions: known_hosts, max-parallel, gcloud (#3733)
Follow up from #3730, GitHub Actions was failing in the following ways:
- booting 5 parallel kind clusters in the matrix job was overloading the
  Docker host
- `~/.ssh/known_hosts` file was empty following gcloud sdk installation

Four changes to mitigate these issues:
- generate `known_hosts` from a secret, rather than an `ssh-keyscan`
  command
- generate `~/.ssh/config` from a secret
- set `max-parallel: 3` on the matrix job
- install gcloud sdk prior to Docker ssh setup

TODO:
- remove `DOCKER_ADDRESS`, `DOCKER_HOST_PRIVATE_KEY`

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-11-15 17:19:13 -08:00
..
ISSUE_TEMPLATE Add issue templates (#1742) 2018-10-04 14:56:11 -07:00
workflows GitHub Actions: known_hosts, max-parallel, gcloud (#3733) 2019-11-15 17:19:13 -08:00
CODEOWNERS Add @admc as a CHANGES.md code owner (#1954) 2018-12-06 12:49:09 -08:00
PULL_REQUEST_TEMPLATE.md Introduce Pull Request Template (#3322) 2019-08-26 11:02:09 -07:00
dco.yml Add a newline to dco.yml (#254) 2018-02-01 15:16:02 -08:00
stale.yml Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00