Skip to content

Commit

Permalink
Modify gcp-gce e2e-gci default periodic job
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajalakshmi-Girish committed Dec 19, 2024
1 parent 9ab802c commit 24cea1d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,14 +796,14 @@ presubmits:

periodics:
- interval: 30m
name: ci-kubernetes-e2e-gci-gce
name: ci-kubernetes-e2e-gce-cos-master-default
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
decorate: true
decoration_config:
timeout: 70m
timeout: 140m
spec:
containers:
- command:
Expand All @@ -814,13 +814,12 @@ periodics:
- --extract=ci/fast/latest-fast
- --extract-ci-bucket=k8s-release-dev
- --gcp-master-image=gci
- --gcp-node-image=gci
- --gcp-nodes=4
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
- --provider=gce
- --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
- --timeout=120m
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241218-d4b51bc3e8-master
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion config/testgrids/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dashboards:
- name: sig-auth-gce
dashboard_tab:
- name: gce
test_group_name: ci-kubernetes-e2e-gci-gce
test_group_name: ci-kubernetes-e2e-gce-cos-master-default
base_options: include-filter-by-regex=sig-auth
description: apps gce e2e tests for master branch
- name: gce-slow
Expand Down
2 changes: 1 addition & 1 deletion config/testgrids/kubernetes/sig-api-machinery/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dashboards:
- name: sig-api-machinery-gce-gke
dashboard_tab:
- name: gce
test_group_name: ci-kubernetes-e2e-gci-gce
test_group_name: ci-kubernetes-e2e-gce-cos-master-default
base_options: include-filter-by-regex=sig-api-machinery
description: apimachinery gce e2e tests for master branch
- name: gce-flaky
Expand Down
2 changes: 1 addition & 1 deletion config/testgrids/kubernetes/sig-apps/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dashboards:
- name: sig-apps # TODO(crimsonfaith91): add upgrade tests when k8s v1.9 rolls out
dashboard_tab:
- name: gce
test_group_name: ci-kubernetes-e2e-gci-gce
test_group_name: ci-kubernetes-e2e-gce-cos-master-default
base_options: include-filter-by-regex=sig-apps
description: apps gce e2e tests for master branch
- name: gce-slow
Expand Down
2 changes: 1 addition & 1 deletion config/testgrids/kubernetes/sig-network/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dashboards:
alert_options:
alert_mail_to_addresses: [email protected]
- name: gci-gce
test_group_name: ci-kubernetes-e2e-gci-gce
test_group_name: ci-kubernetes-e2e-gce-cos-master-default
description: network gci-gce e2e tests for master branch
alert_options:
alert_mail_to_addresses: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion config/testgrids/kubernetes/sig-scheduling/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dashboards:
- name: sig-scheduling
dashboard_tab:
- name: gce
test_group_name: ci-kubernetes-e2e-gci-gce
test_group_name: ci-kubernetes-e2e-gce-cos-master-default
base_options: include-filter-by-regex=sig-scheduling
description: scheduling gce e2e tests for master branch
- name: gce-slow
Expand Down
2 changes: 1 addition & 1 deletion config/testgrids/kubernetes/sig-storage/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dashboards:
- name: sig-storage-kubernetes
dashboard_tab:
- name: gce
test_group_name: ci-kubernetes-e2e-gci-gce
test_group_name: ci-kubernetes-e2e-gce-cos-master-default
base_options: include-filter-by-regex=Volume%7Cstorage
description: storage gci gce e2e tests for master branch
alert_options:
Expand Down
2 changes: 1 addition & 1 deletion gubernator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ci-kubernetes-build
- ci-kubernetes-e2e-gce-scale-correctness
- ci-kubernetes-e2e-gce-scale-performance
- ci-kubernetes-e2e-gci-gce
- ci-kubernetes-e2e-gce-cos-master-default
- ci-kubernetes-e2e-gci-gce-slow
- ci-kubernetes-integration-master
- ci-kubernetes-kubemark-500-gce
Expand Down

0 comments on commit 24cea1d

Please sign in to comment.