Merge pull request #12878 from VannTen/ci/handle_flakes

CI: Separate matrix job for flakey tests
This commit is contained in:
Kubernetes Prow Robot
2026-02-13 18:58:01 +05:30
committed by GitHub
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
---
# number of times package install task should be retried
pkg_install_retries: 4
pkg_install_timeout: "{{ 5 * 60 }}"
yum_repo_dir: /etc/yum.repos.d

View File

@@ -63,3 +63,4 @@
label: "{{ item.action_label }}"
tags:
- bootstrap_os
timeout: "{{ pkg_install_timeout }}"