forked from kubernetes/test-infra
-
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.
Merge pull request kubernetes#173 from stevekuznetsov/skuznets/sync-u…
…pstream Rebase
- Loading branch information
Showing
117 changed files
with
2,798 additions
and
3,458 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
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
2 changes: 2 additions & 0 deletions
2
config/jobs/GoogleCloudPlatform/k8s-multicluster-ingress/OWNERS
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
approvers: | ||
- nikhiljindal |
118 changes: 118 additions & 0 deletions
118
...ig/jobs/GoogleCloudPlatform/k8s-multicluster-ingress/k8s-multicluster-ingress-config.yaml
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 |
---|---|---|
@@ -0,0 +1,118 @@ | ||
presubmits: | ||
GoogleCloudPlatform/k8s-multicluster-ingress: | ||
- name: pull-kubernetes-multicluster-ingress-test | ||
branches: | ||
- master | ||
always_run: true | ||
labels: | ||
preset-service-account: "true" | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180829-29e661965-master | ||
args: | ||
- "--repo=github.com/GoogleCloudPlatform/$(REPO_NAME)=$(PULL_REFS)" | ||
- "--root=/go/src" | ||
- "--upload=gs://kubernetes-jenkins/pr-logs" | ||
- --scenario=execute | ||
- -- | ||
- make | ||
- -- | ||
- -j | ||
- "5" | ||
- test | ||
- coveralls | ||
- vet | ||
- fmt | ||
- lint | ||
volumeMounts: | ||
- name: coveralls | ||
mountPath: /etc/coveralls-token | ||
readOnly: true | ||
volumes: | ||
- name: coveralls | ||
secret: | ||
secretName: k8s-multicluster-ingress-coveralls-token | ||
|
||
postsubmits: | ||
GoogleCloudPlatform/k8s-multicluster-ingress: | ||
- name: ci-kubemci-image-push | ||
branches: | ||
- master | ||
labels: | ||
preset-service-account: "true" | ||
preset-dind-enabled: "true" | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180829-29e661965-master | ||
args: | ||
- "--repo=k8s.io/test-infra=master" | ||
- "--root=/go/src/" | ||
- "--timeout=90" | ||
- --scenario=execute | ||
- -- | ||
- make | ||
- -- | ||
- -C | ||
- images/kubemci | ||
- push-latest | ||
# docker-in-docker needs privileged mode | ||
securityContext: | ||
privileged: true | ||
|
||
periodics: | ||
- interval: 6h | ||
name: ci-kubernetes-multicluster-ingress-test | ||
labels: | ||
preset-service-account: "true" | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180829-29e661965-master | ||
args: | ||
- --repo=github.com/GoogleCloudPlatform/k8s-multicluster-ingress=master | ||
- --root=/go/src | ||
- --timeout=50 | ||
- --service-account=/etc/service-account/service-account.json | ||
- --upload=gs://kubernetes-jenkins/logs | ||
- --scenario=execute | ||
- -- | ||
- make | ||
- -- | ||
- -j | ||
- "5" | ||
- test | ||
- coveralls | ||
- vet | ||
- fmt | ||
- lint | ||
volumeMounts: | ||
- name: coveralls | ||
mountPath: /etc/coveralls-token | ||
readOnly: true | ||
volumes: | ||
- name: coveralls | ||
secret: | ||
secretName: k8s-multicluster-ingress-coveralls-token | ||
|
||
- interval: 60m | ||
name: ci-kubemci-ingress-conformance | ||
labels: | ||
preset-service-account: "true" | ||
preset-k8s-ssh: "true" | ||
spec: | ||
containers: | ||
- args: | ||
- --timeout=110 | ||
- --bare | ||
- --scenario=kubernetes_e2e | ||
- -- | ||
- --check-leaked-resources | ||
- --env=GCE_GLBC_IMAGE=gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:master | ||
- --extract=ci/latest | ||
- --gcp-node-image=gci | ||
- --gcp-project-type=ingress-project | ||
- --gcp-zone=us-central1-f | ||
- --provider=gce | ||
- --test_args=--ginkgo.focus=\[Feature:kubemci\] --minStartupPods=8 | ||
- --timeout=90m | ||
image: gcr.io/k8s-testimages/e2e-kubemci:latest | ||
imagePullPolicy: Always |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
approvers: | ||
- foxish |
72 changes: 72 additions & 0 deletions
72
config/jobs/apache-spark-on-k8s/spark-integration/spark-config.yaml
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
periodics: | ||
- interval: 2h | ||
name: spark-periodic-default-gke | ||
labels: | ||
preset-service-account: "true" | ||
preset-k8s-ssh: "true" | ||
preset-dind-enabled: "true" | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180829-29e661965-master | ||
args: | ||
- "--job=$(JOB_NAME)" | ||
- "--repo=github.com/apache-spark-on-k8s/spark-integration=master" | ||
- "--upload=gs://kubernetes-jenkins/logs/" | ||
- "--timeout=150" | ||
- --scenario=kubernetes_e2e | ||
- -- | ||
- --check-leaked-resources | ||
- --cluster= | ||
- --deployment=gke | ||
- --extract=gke | ||
- --gcp-node-image=gci | ||
- --gcp-zone=us-central1-f | ||
- --gke-environment=prod | ||
- --provider=gke | ||
- --test=false | ||
- --test-cmd=../e2e/e2e-prow.sh | ||
- --test-cmd-name=spark-integration | ||
- --timeout=120m | ||
# docker-in-docker needs privileged mode | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
cpu: 6 | ||
memory: "8Gi" | ||
|
||
- interval: 2h | ||
name: spark-periodic-latest-gke | ||
labels: | ||
preset-service-account: "true" | ||
preset-k8s-ssh: "true" | ||
preset-dind-enabled: "true" | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180829-29e661965-master | ||
args: | ||
- "--job=$(JOB_NAME)" | ||
- "--repo=github.com/apache-spark-on-k8s/spark-integration=master" | ||
- "--upload=gs://kubernetes-jenkins/logs/" | ||
- "--timeout=150" | ||
- --scenario=kubernetes_e2e | ||
- -- | ||
- --check-leaked-resources | ||
- --cluster= | ||
- --deployment=gke | ||
- --extract=gke-latest | ||
- --gcp-node-image=gci | ||
- --gcp-zone=us-central1-f | ||
- --gke-environment=prod | ||
- --provider=gke | ||
- --test=false | ||
- --test-cmd=../e2e/e2e-prow.sh | ||
- --test-cmd-name=spark-integration | ||
- --timeout=120m | ||
# docker-in-docker needs privileged mode | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
cpu: 6 | ||
memory: "8Gi" |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
approvers: | ||
- yujuhong | ||
- Random-Liu | ||
- dchen1107 |
Oops, something went wrong.