Skip to content

Commit

Permalink
disable e2e on PRs (too long and costly)
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Jan 12, 2024
1 parent 042af1a commit f4d86ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
}
# You can modify the include to run one of test suites on PRs (though you'd need to then remove it)
OVERRIDE_JQ_CMD: |-
.test_e2e.k8sVersion = ["${{ env.K8S_MAX_VERSION }}"]
.test_e2e = false
| .test_e2e_env.include = []
| .test_e2e_env.exclude += [{"arch": "arm64"}, {"k8sVersion": "kindIpv6"}, {"k8sVersion": "${{ env.K8S_MIN_VERSION}}"}]
run: |-
Expand Down
1 change: 0 additions & 1 deletion test/e2e/helm/kuma_helm_deploy_global_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,5 @@ interCp:
}
}
}, "30s", "250ms").Should(Succeed())

})
}

0 comments on commit f4d86ec

Please sign in to comment.