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

e2e: support for verify --retry N #1069

Merged
merged 1 commit into from Aug 25, 2023

Conversation

askervin
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2023

Codecov Report

Merging #1069 (52443b6) into master (d659cbd) will not change coverage.
Report is 11 commits behind head on master.
The diff coverage is n/a.

❗ Current head 52443b6 differs from pull request most recent head 586fcff. Consider uploading reports for the commit 586fcff to get more accurate results

@@           Coverage Diff           @@
##           master    #1069   +/-   ##
=======================================
  Coverage   31.73%   31.73%           
=======================================
  Files          64       64           
  Lines        9816     9816           
=======================================
  Hits         3115     3115           
  Misses       6410     6410           
  Partials      291      291           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

test/e2e/run.sh Outdated
@@ -765,6 +770,30 @@ verify() { # script API
# nodes and that pod0c0 is allowed to run on 4 CPUs:
# verify 'set.intersection(nodes["pod0c0"], nodes["pod1c0"]) == set()' \
# 'len(cpus["pod0c0"]) == 4'
local retries=0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to have default re-try count in order to fight flakyness

Suggested change
local retries=0
local retries=3

Copy link
Contributor

@marquiz marquiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, otherwise lgtm

klihub
klihub previously approved these changes Aug 25, 2023
@marquiz marquiz merged commit e476e1a into intel:master Aug 25, 2023
6 checks passed
@marquiz marquiz mentioned this pull request Jan 8, 2024
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants