You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ivanvc,
I'd be willing to submit a patch for this issue! Please let me know if I can work on it, given that there has been a bit of inactivity here.
What would you like to be added?
We recently enabled periodic integration tests for 1 CPU in prow (kubernetes/test-infra#33894 / #18976 (comment)). After seeing them running for the last week (https://testgrid.k8s.io/sig-etcd-periodics), we should also enable 2 CPU and 4 CPU jobs.
As a reference, take a look at the pull request: https://github.com/kubernetes/test-infra/pull/33894/files
The current definitions for the presubmit jobs for 2 and 4 CPUs are here:
The periodic job definition is very similar. However, we need the following changes:
always_run
andbranches
, i.e.,interval
set to 24h andextra_refs
, i.e.NOTE that this pull request should be opened in the kuberentes/test-infra repository, and it should modify the
config/jobs/etcd/etcd-periodics.yaml
file.Why is this needed?
To improve test stance and help identify flaky tests.
The text was updated successfully, but these errors were encountered: