Skip to content

Commit

Permalink
Increasing travis timeout to 1 hour (temporarily) and trying to profi…
Browse files Browse the repository at this point in the history
…le it and figure out the critical path
  • Loading branch information
barancev committed Oct 23, 2020
1 parent ac5f813 commit 63dd8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ matrix:
- env: MARIONETTE=1 SELENIUM_BROWSER=firefox NPM=test
<<: *node
<<: *firefox-latest
- env: BZL="build //java/..." SONAR=1
- env: BZL="build --profile=/tmp/bazelprofile //java/..." SONAR=1
<<: *java
- env: BZL="test --test_size_filters=small --test_tag_filters=-lint //java/..."
<<: *java
Expand Down Expand Up @@ -129,7 +129,7 @@ matrix:
<<: *ruby
install: ./scripts/travis/install.sh
before_script: ./scripts/travis/before_script.sh
script: travis_wait 40 ./scripts/travis/script.sh
script: travis_wait 60 ./scripts/travis/script.sh

notifications:
email: false
Expand Down
1 change: 1 addition & 0 deletions scripts/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if [[ ! -z "$BZL" ]]; then
fi
else
bazel $BZL
bazel analyze-profile /tmp/bazelprofile
fi
fi

Expand Down

0 comments on commit 63dd8b9

Please sign in to comment.