Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running e2e tests as presubmits on GitHub #30927

Closed
wants to merge 9 commits into from
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def generate_misc():
test_parallelism=1, # serial tests
test_args="-num-nodes=3 --master-os-distro=gci --node-os-distro=gci",
extra_dashboards=["sig-cluster-lifecycle-kubeup-to-kops"],
runs_per_day=4),
runs_per_day=6),

build_test(name_override="ci-kubernetes-e2e-cos-gce-alpha-features",
cloud="gce",
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/kops/kops-periodics-misc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,7 @@ periodics:

# {"cloud": "gce", "distro": "cos105", "extra_flags": "--image=cos-cloud/cos-105-17412-156-49 --node-volume-size=100", "k8s_version": "ci", "kops_channel": "alpha", "kops_version": "latest", "networking": "kubenet"}
- name: e2e-ci-kubernetes-e2e-cos-gce-serial-canary
cron: '31 4-23/6 * * *'
cron: '31 0-23/4 * * *'
labels:
preset-k8s-ssh: "true"
cluster: k8s-infra-prow-build
Expand Down Expand Up @@ -2464,7 +2464,7 @@ periodics:
test.kops.k8s.io/kops_version: latest
test.kops.k8s.io/networking: kubenet
testgrid-dashboards: kops-distro-cos105, kops-gce, kops-k8s-ci, kops-latest, sig-cluster-lifecycle-kops, sig-cluster-lifecycle-kubeup-to-kops
testgrid-days-of-results: '71'
testgrid-days-of-results: '47'
testgrid-tab-name: ci-kubernetes-e2e-cos-gce-serial-canary

# {"cloud": "gce", "distro": "cos105", "extra_flags": "--image=cos-cloud/cos-105-17412-156-49 --set=spec.kubeAPIServer.logLevel=4 --set=spec.kubeAPIServer.auditLogMaxSize=2000000000 --set=spec.kubeAPIServer.enableAggregatorRouting=true --set=spec.kubeAPIServer.auditLogPath=/var/log/kube-apiserver-audit.log --set=spec.kubeAPIServer.runtimeConfig=api/all=true", "k8s_version": "ci", "kops_channel": "alpha", "kops_version": "latest", "networking": "kubenet"}
Expand Down