7710: add crunchrunner to gostuff
[arvados-dev.git] / jenkins / run-tests.sh
2015-02-02 Tom Clegg3021: Let integration tests write to the api server...
2015-02-02 Tom Clegg3021: Try bundle install --local before resorting to...
2015-02-02 Tom Clegg3021: Leave an API server running while test suites...
2015-01-17 Ward VandewegeFix filename when compressing old test logs.
2015-01-17 Ward VandewegeAutomatically rotate and compress the test.log files...
2015-01-13 Tom CleggMerge branch '3021-test-perf' refs #3021
2015-01-13 Tom Clegg3021: Install docutils (unlisted dependency of python...
2015-01-13 Tom Clegg3021: Do not install *.egg after running tests: "pip...
2015-01-13 Tom Clegg3021: Check for errors when installing PyYAML.
2015-01-12 Tom Clegg3021: Allow '--only X' to override '--skip X'.
2015-01-12 Tom Clegg3021: Add workbench_profile target. Rename _performance...
2015-01-12 Tom Clegg3021: Load test fixtures during api install.
2015-01-06 Tom CleggRename {workbench,apiserver}_test to {apps/workbench...
2014-12-30 Ward VandewegeAdd some more sanity checks in run-tests.sh, and refact...
2014-12-29 Tom CleggFix go test args. No issue #
2014-12-29 Tom CleggSet RAILS_ENV consistently. Support "sevices/keepstore_...
2014-12-23 Ward VandewegeRemove superfluous output while running sdk/cli tests...
2014-12-23 Ward VandewegeMinor run-tests.sh refactoring:
2014-12-16 Tom CleggUse gem uninstall --force to skip dependency prompt...
2014-12-15 Tom CleggMerge branch '4156-bundle-install-user' refs #4156
2014-12-15 Tom Clegg4156: Uninstall old gems just before building new ones...
2014-12-15 Tom Clegg4156: Update comments, remove excess cut, tweak GEM_HOM...
2014-12-15 Tom Clegg4156: Move "bundle install" into separate install_...
2014-12-15 Tom Clegg4156: Merge branch 'master' into 4156-bundle-install...
2014-12-15 Tom Clegg4156: Become rvm-aware.
2014-12-12 Radhika Chippadarefs #4754
2014-12-10 Tom Clegg4156: Do not use --user-install -- just install to...
2014-12-10 Tom Clegg4156: Fix install destination for gem install --user...
2014-12-10 Radhika Chippada4754: add test_workbench_performance 4754-add-workbench-performance-test
2014-12-05 Tom Clegg4156: Merge branch 'master' into 4156-bundle-install...
2014-12-01 Peter AmstutzInstall PyYAML into VENVDIR for non-Python tests that...
2014-11-27 Tom Clegg4156: Install dependencies to user gempath, not system...
2014-11-25 Tom CleggIgnore failure at "easy_install *.egg". refs #4400
2014-11-24 Tom CleggMerge branch '4400-dry-python-tests' refs #4400
2014-11-21 Ward Vandewegerun-tests: make the error message displayed when WORKSP...
2014-11-21 radhikacloses #4156
2014-11-21 Tom Clegg4400: Fix syntax error.
2014-11-21 radhika4156: Since all the cli tests that require apiserver... 4156-enable-cli-tests
2014-11-20 Tom Clegg4400: Dry up test recipes for python bits. Tweak "extra...
2014-11-12 Tom CleggExport vars provided on command line, e.g., ARVADOS_DEB...
2014-11-04 Ward VandewegeSmall tweaks: fix example for running one API test...
2014-10-25 Ward VandewegeClean up *.pyc files between tests.
2014-10-22 Tom CleggAdd services/crunchstat to test suite. refs #3826
2014-10-14 Brett Smith2881: Re-enable Node Manager tests.
2014-10-10 Brett Smith2881: Skip Node Manager tests for now.
2014-10-09 Brett Smith2881: run-tests tests the Node Manager.
2014-09-29 Brett Smith3848: Stop manually tagging Python builds.
2014-09-23 Brett Smithrun-tests.sh uses virtualenv's activate script.
2014-09-23 Tom CleggFix another -z that should have been -n. refs #3894
2014-09-22 Tom CleggMerge branch '3894-improve-run-tests' closes #3894
2014-09-22 Tom Clegg3894: Add comments about CONFIGSRC in --help text. 3894-improve-run-tests
2014-09-22 Tom Clegg3894: Fix -n that should have been -z. Flatten condition.
2014-09-22 Tom Clegg3894: Use --first-parent and readable timestamp in...
2014-09-22 Tom Clegg3894: Use readable timestamp (yyyymmddhhmmss) for pytho...
2014-09-22 Tom Clegg3894: Remove bundle install stage from sdk/cli.
2014-09-22 Tom Clegg3894: Move report_outcomes to a function.
2014-09-20 Tom Clegg3894: Use $GEMHOME tmpdir instead of user's $HOME for...
2014-09-20 Tom Clegg3894: Add --help message.
2014-09-19 Tom Clegg3894: Fix sequence: do all installs, then all tests.
2014-09-19 Tom Clegg3894: Use gem install --user-install to avoid sudo...
2014-09-19 Tom Clegg3894: Scrub PYTHONPATH
2014-09-19 Tom Clegg3894: Use mktemp instead of $WORKSPACE/tmpgit for test...
2014-09-18 Tom Clegg3894: Fix backward empty/nonempty logic.
2014-09-18 Tom Clegg3894: Do not create and abandon new temp dirs if caller...
2014-09-18 Tom Clegg3894: Accept WORKSPACE=foo on command line. Copy config...
2014-09-17 Ward VandewegeUndo two hunks that I accidentally committed in 565c311...
2014-09-17 Ward VandewegeAdd some robustness in the postgresql department.
2014-09-16 Ward VandewegeOnly install the latest gem (i.e. the one we just built).
2014-09-06 Ward VandewegeSave a bit of time: do not install RI and RDoc for...
2014-09-05 Brett SmithInstall & test Ruby SDK, then use that version for...
2014-09-04 Peter AmstutzFix environment variable setting on command line. ...
2014-08-28 Peter AmstutzFix $leave_temp in clear_temp() no issue #
2014-08-26 Peter AmstutzEnhanced run-tests.sh command line supporting choosing...
2014-08-21 Peter AmstutzDeclare empty variables up top to avoid bash parsing...
2014-08-21 Peter AmstutzPermit setting environment variables on command line...
2014-08-20 Peter AmstutzUnset ARVADOS_ variable from the environment before...
2014-08-19 Tom CleggFix failure detection for python tests. No issue #
2014-08-19 Tom CleggInstall py test deps even if py tests fail. Make docs...
2014-08-19 Ward VandewegeMerge branch 'skip-args'
2014-08-18 Tom CleggFix swapped install/test sections for fuse. skip-args
2014-08-18 Tom CleggDisplay elapsed time for each test/install.
2014-08-18 Tom CleggAdd missing "install fuse" and "test workbench".
2014-08-16 Tom CleggCleanup, add some error checks, add --skip and --only...
2014-08-15 Ward VandewegeMerge branch '3551-go-layout'
2014-08-14 Tom Clegg3551: Install Python and Go bits, force installation... 3551-go-layout
2014-08-14 Tom Clegg3551: Fix dependency cycle: Install Python SDK, then...
2014-08-14 Tom Clegg3551: Test and install keepstore before Python SDK.
2014-08-14 Ward VandewegeMerge branch '3551-go-layout'
2014-08-14 Tom Clegg3551: Use mktemp for GOPATH. Update run-build-packages...
2014-08-14 Ward VandewegeMerge branch '3551-go-layout'
2014-08-14 Ward VandewegeMerge branch 'master' into 3551-go-layout
2014-08-14 Tom Clegg3551: Dry up pass/fail checks with a checkexit() function.
2014-08-14 Tom CleggUpdate Go tests to new layout, rename keepstore, add...
2014-07-18 Ward VandewegePython egg build fix for the sdist rotate command
2014-07-18 Brett SmithUpdate Python package test procedure.
2014-06-03 Ward VandewegeInitial commit of the scripts used in our Jenkins pipel...