Skip to content

Commit

Permalink
increase kubectl run pod-running-timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
  • Loading branch information
jklegar committed Jan 5, 2021
1 parent c172a40 commit 7885b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/scripts/azure-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ setup_sparkop_role
# Run the test suite as a one-off pod.
echo "${STEP_BREADCRUMB} Running the test suite"
time kubectl run -n "$NAMESPACE" -i ci-test-runner \
--pod-running-timeout=5m \
--restart=Never \
--image="${DOCKER_REPOSITORY}/feast-ci:${GIT_TAG}" \
--env="STAGING_PATH=${STAGING_PATH}" \
Expand Down

0 comments on commit 7885b08

Please sign in to comment.