kubernetes/hack
Daniel Wang 3a56b68cc5 Add CI jobs to track the master and 1.2 branch with Trusty images
Add two CI jobs that run e2e tests on GCE with Trusty images (on both the master
and the nodes) on the `master` and `release-1.2` branch. Both tests use the
latest Trusty build from its `HEAD`. We will use these jobs to guard
kubernetes-Trusty compatibility.

These jobs mimic the existing `kubernetes-e2e-gce` and `kubernetes-e2e-gce-1-2`,
which follow `kubernetes-build` and `kubernetes-build-1-2`, respectively.

Additionally, move all Trusty related jobs into one section in the config file.
2016-03-17 15:17:24 -07:00
..
after-build Merge pull request #23072 from timstclair/test-isolation 2016-03-16 16:35:57 -07:00
boilerplate Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
e2e-internal Remove hack/e2e-internal/e2e-upgrade.sh. 2016-03-09 14:14:04 -08:00
gen-swagger-doc Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
jenkins Add CI jobs to track the master and 1.2 branch with Trusty images 2016-03-17 15:17:24 -07:00
lib Have curl retry etcd download if it fails 2016-03-16 13:43:46 -07:00
testdata Copy replicaset example yamls to hack/testdata directory. 2016-03-10 10:53:29 -08:00
travis Move hack/travis/install-etcd.sh to hack/ 2015-10-13 16:04:44 -07:00
verify-flags non_masquerade_cidr: verify-flags exception, salt syntax 2016-03-15 11:05:55 -04:00
benchmark-go.sh make benchmark able to run only specific packages 2015-05-04 14:28:37 -07:00
benchmark-integration.sh Add a method for encoding directly to a io.Writer and use it for HTTPx 2015-09-24 15:52:09 -07:00
build-cross.sh Add support for building arm, arm64 and ppc64le server and client targets 2016-02-07 20:35:14 +02:00
build-go.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
build-ui.sh Set execute permission for hack/build-ui.sh as other script files. 2015-11-17 15:37:58 -05:00
cherry_pick_pull.sh Fix mktemp invocation for OS X 2015-11-30 12:14:57 -08:00
conformance-test.sh Remove hack/e2e-test.sh in favor of hack/e2e.go. 2016-02-16 14:54:50 -08:00
dev-build-and-push.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
dev-build-and-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
e2e-node-test.sh hack/e2e-node-test should not assume ginkgo installed 2016-03-04 16:28:35 -05:00
e2e.go Remove log collection code in cluster/gce/util.sh. 2016-03-03 15:28:33 -08:00
get-build.sh cleanup some nits in hack/get-build.sh 2015-11-17 11:20:17 -08:00
ginkgo-e2e.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
grab-profiles.sh Add Scheduler and ControllerManager profile grabbing 2015-12-10 16:27:13 +01:00
install-etcd.sh Make hack/install-etcd.sh use hack/lib/etcd.sh 2016-02-26 11:54:43 -08:00
list-feature-tests.sh Fix regex in list-feature-tests.sh. 2016-03-07 16:49:39 -08:00
local-up-cluster.sh Merge pull request #22474 from bprashanth/local-up 2016-03-04 02:29:36 -08:00
lookup_pull.py Add hack/cherry_pick_list.sh to list all automated cherry picks 2015-07-15 10:30:00 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
test-cmd.sh Stop the users from rolling back a paused deployment in kubectl rollout undo 2016-03-16 15:46:22 -07:00
test-go.sh *: enable authorization.k8s.io/v1beta1 extensions for go tests 2016-02-22 11:49:01 -08:00
test-integration.sh Add simplified testing instructions and etcd installation check. 2016-03-06 19:07:34 -08:00
test-update-storage-objects.sh Test jobs/hpas in storage update 2016-03-04 17:05:39 -05:00
update-all.sh Remove cluster/kube-env.sh. 2016-03-08 16:57:31 -08:00
update-api-reference-docs.sh adding groups 2016-03-14 14:59:12 -07:00
update-codecgen.sh Fix update codecgen 2016-03-04 10:42:06 +01:00
update-codegen.sh First use of new deep-copy generator. 2015-12-29 18:06:09 +01:00
update-generated-conversions.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
update-generated-deep-copies.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
update-generated-docs.sh Gendocs for docs/admin/kube-* 2015-10-25 19:24:23 +08:00
update-generated-protobuf.sh Generate protobuf-related files in Docker 2016-03-09 10:45:24 +01:00
update-generated-swagger-docs.sh Created batch API group and copied Job there 2016-02-19 09:20:56 -08:00
update-godep-licenses.sh Use LC_ALL=C with the other sort call in update-godep-licenses.sh 2016-03-11 17:29:51 -08:00
update-gofmt.sh Default to allow new golang versions 2016-03-07 09:57:36 -05:00
update-swagger-spec.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-all.sh Revert "Disable verify-godep-licenses.sh in hack/verify-all.sh" 2016-03-11 17:31:56 -08:00
verify-api-reference-docs.sh Remove a diff option not in BSD diff 2016-02-19 08:47:57 -08:00
verify-boilerplate.sh Speed up pre-commit boilerplate by only checking changed files 2015-08-14 10:19:33 -04:00
verify-codecgen.sh Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
verify-codegen.sh First use of new deep-copy generator. 2015-12-29 18:06:09 +01:00
verify-description.sh hack and hooks scripts for generating swagger docs 2015-08-22 02:27:41 +02:00
verify-flags-underscore.py Add .md and .yaml exceptions to verify-flags-underscore.py. 2015-12-07 16:33:27 -08:00
verify-generated-conversions.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-generated-deep-copies.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-generated-docs.sh Gendocs for docs/admin/kube-* 2015-10-25 19:24:23 +08:00
verify-generated-protobuf.sh go-to-protobuf: generate protobuf IDL and marshalers for Go structs 2016-01-06 21:09:20 -05:00
verify-generated-swagger-docs.sh hack and hooks scripts for generating swagger docs 2015-08-22 02:27:41 +02:00
verify-godep-licenses.sh Automatically determine remote upstream name. 2016-03-09 16:22:28 -08:00
verify-godeps.sh Automatically determine remote upstream name. 2016-03-09 16:22:28 -08:00
verify-gofmt.sh Default to allow new golang versions 2016-03-07 09:57:36 -05:00
verify-import-boss.sh Add 'import-boss': enforce go import restrictions. 2016-01-27 16:18:46 -08:00
verify-linkcheck.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-swagger-spec.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-symbols.sh Add very simple symbol checking to single monolithic binary 2015-11-09 11:19:41 -06:00
vet-go.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00