-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
chore: Parallelize EnsureCleanState for e2e tests, adding timing information #20998
chore: Parallelize EnsureCleanState for e2e tests, adding timing information #20998
Commits on Nov 29, 2024
-
chore: Parallelize EnsureCleanState for e2e tests, adding timing info…
…rmation Closes argoproj#20968 Closes argoproj#20967 A number of cleanup and create steps can be done in parallel, reducing the total runtime. Gather timing information as well and log it. Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47eb7af - Browse repository at this point
Copy the full SHA 47eb7afView commit details -
Add underscores to function map keys
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d35d72 - Browse repository at this point
Copy the full SHA 3d35d72View commit details -
Have separate log statements for timing fields, since everything does…
…n't fit in Github logs and gets truncated Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a869025 - Browse repository at this point
Copy the full SHA a869025View commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05867e7 - Browse repository at this point
Copy the full SHA 05867e7View commit details -
Fix duplicate removal attempts, cleanup things in namespaces before r…
…emoving namespaces Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 698534a - Browse repository at this point
Copy the full SHA 698534aView commit details -
Combine config map cleanups, since they seem to have some kind of loc…
…king based on timings Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e193943 - Browse repository at this point
Copy the full SHA e193943View commit details -
Re-order some cleanups to not wait if something is already covered by…
… no wait commands Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58ea3fb - Browse repository at this point
Copy the full SHA 58ea3fbView commit details -
Move rm temp dir to be together with re-creation, since otherwise rep…
…o server watcher seems to fail Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2aed64f - Browse repository at this point
Copy the full SHA 2aed64fView commit details -
Only update config maps and login as admin if there were any changes
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cee26fa - Browse repository at this point
Copy the full SHA cee26faView commit details -
Also check for user being logged in
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d34d634 - Browse repository at this point
Copy the full SHA d34d634View commit details -
Improve config maps equivalency check
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4760330 - Browse repository at this point
Copy the full SHA 4760330View commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e58f2eb - Browse repository at this point
Copy the full SHA e58f2ebView commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af6e5f6 - Browse repository at this point
Copy the full SHA af6e5f6View commit details
Commits on Dec 1, 2024
-
Properly propagate and handle errors for parallel functions
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75a6395 - Browse repository at this point
Copy the full SHA 75a6395View commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94080a1 - Browse repository at this point
Copy the full SHA 94080a1View commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75b6bcf - Browse repository at this point
Copy the full SHA 75b6bcfView commit details -
Fix imports linter error (try 2)
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b58c3f - Browse repository at this point
Copy the full SHA 0b58c3fView commit details
Commits on Dec 2, 2024
-
Parallelize EnsureCleanState for application sets
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 297c9fa - Browse repository at this point
Copy the full SHA 297c9faView commit details -
Merge branch 'master' into 20968-parallelize-ensure-clean-state-for-e…
…2e-tests Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c192ffe - Browse repository at this point
Copy the full SHA c192ffeView commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9be3af0 - Browse repository at this point
Copy the full SHA 9be3af0View commit details -
Use errgroup to run functions in parallel
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5126885 - Browse repository at this point
Copy the full SHA 5126885View commit details -
Remove name keys for functions as unused
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1af11e - Browse repository at this point
Copy the full SHA c1af11eView commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0f6300 - Browse repository at this point
Copy the full SHA f0f6300View commit details -
Signed-off-by: Andrii Korotkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2f7cdd - Browse repository at this point
Copy the full SHA e2f7cddView commit details