Small tweaks: fix example for running one API test in run-tests.sh;
[arvados-dev.git] / jenkins / run-tests.sh
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...