Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
travis build.sh cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis committed Feb 28, 2022
1 parent 19ef69a commit 46b07c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ end_timer "$T"
# run heron unit tests
T="heron test non-flaky"
start_timer "$T"
${UTILS}/save-logs.py "heron_test_non_flaky.txt" bazel\
test\
--test_summary=detailed --test_output=errors\
--config=stylecheck --test_tag_filters=-flaky heron/... \
${UTILS}/save-logs.py "heron_test_non_flaky.txt" bazel \
test --config=stylecheck \
--test_summary=detailed --test_output=errors \
--test_tag_filters=-flaky heron/... \
heronpy/... examples/... storm-compatibility-examples/v0.10.2/... \
eco-storm-examples/... eco-heron-examples/... contrib/...
end_timer "$T"
Expand All @@ -90,10 +90,10 @@ end_timer "$T"
# which should be fixed. For now, run them serially
T="heron test flaky"
start_timer "$T"
${UTILS}/save-logs.py "heron_test_flaky.txt" bazel\
test\
--test_summary=detailed --test_output=errors\
--config=stylecheck --test_tag_filters=flaky --jobs=1 heron/... \
${UTILS}/save-logs.py "heron_test_flaky.txt" bazel \
test --config=stylecheck \
--test_summary=detailed --test_output=errors \
--test_tag_filters=flaky --jobs=1 heron/... \
heronpy/... examples/... storm-compatibility-examples/v0.10.2/... \
eco-storm-examples/... eco-heron-examples/...
end_timer "$T"
Expand Down

0 comments on commit 46b07c7

Please sign in to comment.