linkerd2/policy-controller
Oliver Gould 63dd51da3f
dev: Run policy tests via `just` (#8919)
The `policy-test/README.md` file includes instructions for manually
running policy-controller tests. This change replaces these instructions
with a `justfile` that can provision a test cluster in k3d, load test
dependencies and execute tests via `just policy-test`.

The policy controller CI workflow is *not* yet updated to use this same
tooling, but that should be done in a followup. The rust workflow,
however, uses the `justfile` to run basic tests.

This change also renames the *Rust Static Checks* workflow to simply
*Rust*. The new name is less verbose and more accurate: the workflow
includes unit tests, which aren't really 'static'.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-07-19 14:01:26 -07:00
..
core policy: Use `NonZeroU16` to represent ports (#8897) 2022-07-15 11:41:56 -07:00
grpc policy: Simplify port conversion syntax (#8899) 2022-07-15 13:04:31 -07:00
k8s policy: Simplify port conversion syntax (#8899) 2022-07-15 13:04:31 -07:00
src policy: Use `NonZeroU16` to represent ports (#8897) 2022-07-15 11:41:56 -07:00
.dockerignore Import the linkerd-policy-controller (#6485) 2021-08-11 12:56:12 -07:00
Cargo.toml policy: Add HTTPRoute indexing (#8795) 2022-07-14 09:04:48 -07:00
amd64.dockerfile dev: Run policy tests via `just` (#8919) 2022-07-19 14:01:26 -07:00
arm.dockerfile dev: Update build tooling (#8883) 2022-07-14 08:27:44 -07:00
arm64.dockerfile dev: Update build tooling (#8883) 2022-07-14 08:27:44 -07:00