We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c172a40 commit 7885b08Copy full SHA for 7885b08
infra/scripts/azure-runner.sh
@@ -49,6 +49,7 @@ setup_sparkop_role
49
# Run the test suite as a one-off pod.
50
echo "${STEP_BREADCRUMB} Running the test suite"
51
time kubectl run -n "$NAMESPACE" -i ci-test-runner \
52
+ --pod-running-timeout=5m \
53
--restart=Never \
54
--image="${DOCKER_REPOSITORY}/feast-ci:${GIT_TAG}" \
55
--env="STAGING_PATH=${STAGING_PATH}" \
0 commit comments