We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
branches
always_run: true branches: - main - release-3.5
interval
extra_refs
interval: 24h extra_refs: - org: etcd-io repo: etcd base_ref: main
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.
config/jobs/etcd/etcd-periodics.yaml
To improve test stance and help identify flaky tests.
The text was updated successfully, but these errors were encountered:
I am happy to take it!
Sorry, something went wrong.
/assign @manthanguptaa
manthanguptaa
No branches or pull requests
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: