Skip to content

Commit

Permalink
Merge pull request #33239 from Vyom-Yadav/fix-regex-in-test-args
Browse files Browse the repository at this point in the history
Fix label filter regex for ci-kubernetes-e2e-gce-cos-k8sbeta-serial
  • Loading branch information
k8s-ci-robot authored Aug 6, 2024
2 parents 434cb9d + 034fea8 commit 9d6cf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/generated/generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ periodics:
- --extract-ci-bucket=k8s-release-dev
- --timeout=660m
- --ginkgo-parallel=1
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]\[sig-cloud-provider-gcp\] --minStartupPods=8
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[sig-cloud-provider-gcp\] --minStartupPods=8
env:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
resources:
Expand Down
2 changes: 1 addition & 1 deletion releng/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
releaseBlocking: true
ci-kubernetes-e2e-gce-cos-k8sbeta-serial:
args:
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]\[sig-cloud-provider-gcp\] --minStartupPods=8
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[sig-cloud-provider-gcp\] --minStartupPods=8
interval: 1h
sigOwners: [sig-cloud-provider-gcp]
releaseInforming: true
Expand Down

0 comments on commit 9d6cf34

Please sign in to comment.