Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenrajmani committed Oct 16, 2024
1 parent da826a6 commit 06d0508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Functional Tests

on:
push:
branches: [ master, v4.0 ]
branches: [ v4.0 ]

pull_request:
branches: [ master, v4.0 ]
branches: [ v4.0 ]

# This ensures that previous jobs for the PR are canceled when the PR is
# updated.
Expand All @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
kube-version: ['v1.20.15', 'v1.21.14', 'v1.22.17', 'v1.23.17', 'v1.24.17']
kube-version: ['v1.24.17']
os: [ubuntu-20.04, ubuntu-22.04]

steps:
Expand Down
2 changes: 1 addition & 1 deletion functests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function install_directpv() {
# install_directpv_kustomize <plugin> <pod_count>
function install_directpv_kustomize() {
directpv_client="$1"
echo "* Installing DirectPV via kustomize"
echo "* Installing DirectPV ${VERSION} via kustomize"

cat > kustomization.yaml <<EOF
apiVersion: kustomize.config.k8s.io/v1beta1
Expand Down

0 comments on commit 06d0508

Please sign in to comment.