linkerd2/.github/workflows
Alejandro Pedraza 0c8171d466
Fix bin/kind-load for pull requests (#4222)
* Fix bin/kind-load for pull requests

Followup to #4212

External PRs were failing because:

1) The image tarballs weren't being loaded from the `images-archives`
directory
2) Concurrent calls to `bin/kind` were attempting to download the KinD
binary simultaneously, resulting in a "text file busy" error. To avoid
that, now we just call `bin/kind` synchronously one time beforehand.
2020-04-01 12:04:24 -05:00
..
cloud_integration.yml Use SHAs instead of tags when referring to GH Actions libs (#4114) 2020-03-02 15:03:24 -05:00
kind_integration.yml Extract common logic in scripts and CI to load images into KinD (#4212) 2020-03-30 16:28:28 -05:00
release.yml Extract common logic in scripts and CI to load images into KinD (#4212) 2020-03-30 16:28:28 -05:00
static_checks.yml Fix bin/kind-load for pull requests (#4222) 2020-04-01 12:04:24 -05:00
unit_tests.yml Use SHAs instead of tags when referring to GH Actions libs (#4114) 2020-03-02 15:03:24 -05:00