Skip to content

Commit

Permalink
Temporary changes to trigger tests in k8s 1.21
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
alpeb committed Jan 11, 2023
1 parent 26e76fd commit 3e1fdd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Integration tests

# this comment changes this file, so all tests are triggered

on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion bin/_test-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e1fdd0

Please sign in to comment.