You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: /ok-to-test /retest pipelineruns are not created if last successful
when executing /ok-to-test or /retest gitops commands, check whether
the last pipelinerun created for the same SHA was successful. If the
run was successful, skip new pipelinerun creation
- update the github_max_keep_runs test to use retest single instead of
retest_all to ensure that the test doesn't fail
- update gitlab_merge_request test to use retest single as well
0 commit comments