Temporary changes to trigger tests in k8s 1.21

- Adds an innocuous change to integration.yml so that all tests get
  triggered
- Hard-code k8s version in `k3d cluster create` invocation to v1.21
This commit is contained in:
Alejandro Pedraza 2023-01-11 09:10:55 -05:00
parent 26e76fd80c
commit 3e1fdd0e5e
No known key found for this signature in database
GPG Key ID: E3AB7750B0DC32DF
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
name: Integration tests
# this comment changes this file, so all tests are triggered
on:
pull_request:
paths:

View File

@ -244,7 +244,7 @@ setup_cluster() {
test_setup
if [ -z "$skip_cluster_create" ]; then
"$bindir"/k3d cluster create "$@"
"$bindir"/k3d cluster create --image='+v1.21' "$@"
image_load "$name"
fi
check_cluster