Commit Graph

12 Commits (21f540194bd6e9664794bb9aa33aab1cd2384ad5)

Author SHA1 Message Date
Tim Hockin 8dff1b5e34 Verify generated stuff in CI 2015-07-13 10:09:14 -07:00
krousey 69d321e9de Merge pull request #9400 from nikhiljindal/travis
Start running v1 tests on travis and shippable
2015-06-09 10:12:23 -07:00
nikhiljindal e76140ad28 Start running v1 tests on travis and shippable 2015-06-08 10:03:38 -07:00
nikhiljindal a89d2da249 Adding a script to verify that swagger spec is updated 2015-06-08 04:04:57 -07:00
Kris f4e2c738f6 Delete deprecated API versions
pkg/service:

There were a couple of references here just as a reminder to change the
behavior of findPort. As of v1beta3, TargetPort was always defaulted, so
we could remove findDefaultPort and related tests.

pkg/apiserver:

The tests were using versioned API codecs for some of their encoding
tests. Necessary API types had to be written and registered with the
fake versioned codecs.

pkg/kubectl:

Some tests were converted to current versions where it made sense.
2015-05-29 17:17:35 -07:00
nikhiljindal fa9f864782 Adding a script to update etcd objects 2015-05-15 16:20:35 -07:00
nikhiljindal 0e9d7d1451 Fixing the number of times our unit tests are run 2015-05-13 09:56:13 -07:00
Prashanth Balasubramanian 080bc5b3dd Configurable log levels for integration tests. 2015-04-23 18:12:48 -07:00
Yu-Ju Hong faf47b6f0b Limit the number of concurrent tests in integration.go
Integration test often time out because the machine is loaded. Instead of
increasing timeout, this change hopes to address the issue by limiting the
number of tests running simultaneously.

Add a new flag in integration.go to specify the maximum number of concurrent
tests. Set the default in travis and shippable configurations to be 4.
2015-04-09 16:54:23 -07:00
Clayton Coleman 6830d0df0d Move gendocs earlier in the travis chain so users know they forgot a "standard" step 2015-03-26 13:56:01 -04:00
devashish 7e2532c5a7 rebasing with latest master and updating shippable.yml 2015-03-25 14:34:45 -07:00
devashish 675a369682 adding shippable.yml 2015-03-25 14:30:18 -07:00