forked from linkedin/dr-elephant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making autotuning.enabled to true for running tuning related tests (l…
…inkedin#501) Squashed commit of the following: * Making autotuning.enabled to true for running tuning related tests (linkedin#501) * Update .travis.yml * Updating baseline for coverage * Using TRAVIS_BUILD_DIR for pso script path * Adding PSO_DIR_PATH as env variable in travis.yml for testing * Update AutoTuningConf.xml
- Loading branch information
1 parent
440fa4e
commit e147472
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,7 @@ script: | |
branches: | ||
only: | ||
- master | ||
|
||
env: | ||
- PSO_DIR_PATH=$TRAVIS_BUILD_DIR/scripts/pso/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters