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

Enable periodic integration tests in prow #19051

Open
ivanvc opened this issue Dec 12, 2024 · 2 comments
Open

Enable periodic integration tests in prow #19051

ivanvc opened this issue Dec 12, 2024 · 2 comments

Comments

@ivanvc
Copy link
Member

ivanvc commented Dec 12, 2024

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:

  1. Replace the "pull" prefix from the job name with "ci"
  2. Drop always_run and branches, i.e.,
    always_run: true
    branches:
      - main
      - release-3.5
  3. Add interval set to 24h and extra_refs, i.e.
      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.

Why is this needed?

To improve test stance and help identify flaky tests.

@manthanguptaa
Copy link
Contributor

I am happy to take it!

@ivanvc
Copy link
Member Author

ivanvc commented Dec 13, 2024

/assign @manthanguptaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants