Skip to content

Commit

Permalink
ci: temporary fix for clang-tidy timeout (envoyproxy#5304)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored and mattklein123 committed Dec 14, 2018
1 parent 6af566f commit 3df97d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ jobs:
steps:
- run: rm -rf /home/circleci/project/.git # CircleCI git caching is likely broken
- checkout
- run: ci/do_circle_ci.sh bazel.clang_tidy
- run:
command:
ci/do_circle_ci.sh bazel.clang_tidy
no_output_timeout: 60m

format:
executor: ubuntu-build
Expand Down
3 changes: 0 additions & 3 deletions ci/run_clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ else
git diff $(git merge-base HEAD FETCH_HEAD)..HEAD | exclude_testdata | \
clang-tidy-diff-7.py -p 1
fi

echo "clang-tidy ran successfully"
set -x

0 comments on commit 3df97d6

Please sign in to comment.