-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: ArtifactGC Fails for Stopped Workflows. Fixes #11879 #11947
fix: ArtifactGC Fails for Stopped Workflows. Fixes #11879 #11947
Commits on Sep 29, 2023
-
test: Add failing e2e test for stopped DAG workflow ArtifactGC. Towards
argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4226bc3 - Browse repository at this point
Copy the full SHA 4226bc3View commit details
Commits on Oct 2, 2023
-
test: Improve robustness of stopped DAG workflow ArtifactGC test. Tow…
…ards argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fee946 - Browse repository at this point
Copy the full SHA 4fee946View commit details
Commits on Oct 3, 2023
-
test: Move task reconciliation in operator.go to before garbage colle…
…ction to ensure that stopped workflow artifacts are garbage collected. Remove bug in e2e testing WaitForWorkflow() timeout option in when.go. Improve robustness of TestStoppedWorkflow e2e test. Fixes argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ffeb5f - Browse repository at this point
Copy the full SHA 4ffeb5fView commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59b2e80 - Browse repository at this point
Copy the full SHA 59b2e80View commit details
Commits on Oct 10, 2023
-
test: Add new E2E_WAIT_TIMEOUT_BIAS environment varible to enable a b…
…ias for test timeouts in slow environments. Adjust WaitForWorkflow timeout parameter in retry_test.go (added 30 seconds) to be in line with the previously defined timeout before fixing the WaitForWorkflow custom timeout logic in commit 4ffeb5f. Fixes argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0aa696 - Browse repository at this point
Copy the full SHA a0aa696View commit details
Commits on Oct 11, 2023
-
test: Minor refactors to TestStoppedWorkflow ArtifactGC test. Fixes a…
…rgoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b328314 - Browse repository at this point
Copy the full SHA b328314View commit details
Commits on Oct 12, 2023
-
test: Adjust TestStoppedWorkflow test to prevent potential unwanted w…
…orkflow deletions during testing (in case tests are running in parallel). Fixes argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50cadb6 - Browse repository at this point
Copy the full SHA 50cadb6View commit details
Commits on Oct 16, 2023
-
fix: Add new WorkflowTaskResult label to prevent race condition in Ar…
…tifactGC. Fixes argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07fec09 - Browse repository at this point
Copy the full SHA 07fec09View commit details
Commits on Oct 17, 2023
-
test: Fix ArtifactGC tests. Add tests for refactor. Fixes argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d267c9 - Browse repository at this point
Copy the full SHA 5d267c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb8ed6 - Browse repository at this point
Copy the full SHA edb8ed6View commit details -
test: Add 30s to WaitForWorkflow timeouts to account for WaitForWorkf…
…low rework. Fixes argoproj#11947 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9e026a - Browse repository at this point
Copy the full SHA f9e026aView commit details
Commits on Oct 26, 2023
-
fix: Add state to ArtGCStatus to keep track of completed task results…
…. Towards argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ed2ed9 - Browse repository at this point
Copy the full SHA 5ed2ed9View commit details -
Merge branch 'master' into fix/artifactgc_stopped_workflow
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29e8b29 - Browse repository at this point
Copy the full SHA 29e8b29View commit details -
fix: Undo context rework in wait container since it did not have the …
…desired effect. Towards argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d37e911 - Browse repository at this point
Copy the full SHA d37e911View commit details
Commits on Oct 27, 2023
-
fix: Move TaskResultsCompleted from ArtGCStatus to WorkflowStatus. Si…
…mplify LabelKeyReportOutputsCompleted label setting logic. Add support for legacy/insecure pod patch for ReportOutputsCompleted annotation/label. Towards argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02b58a1 - Browse repository at this point
Copy the full SHA 02b58a1View commit details
Commits on Oct 31, 2023
-
fix: Refactors to address PR comments. Add context.Background() to wa…
…it container defer methods to ensure they complete. Fixes argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b058ca - Browse repository at this point
Copy the full SHA 7b058caView commit details -
test: Fix ReportOutputs test. Fixes argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65bd7dd - Browse repository at this point
Copy the full SHA 65bd7ddView commit details -
fix: fix typo. Towards argoproj#11974
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db7b4e0 - Browse repository at this point
Copy the full SHA db7b4e0View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7a3a82 - Browse repository at this point
Copy the full SHA f7a3a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025c22c - Browse repository at this point
Copy the full SHA 025c22cView commit details
Commits on Nov 2, 2023
-
fix: Bug fix for marking task result complete in context of legacy/in…
…secure pod patch. Fixes argoproj#11974 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df91580 - Browse repository at this point
Copy the full SHA df91580View commit details -
Merge branch 'fix/artifactgc_stopped_workflow' of github.com:GarettSo…
…ftware/argo-workflows into fix/artifactgc_stopped_workflow Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5398870 - Browse repository at this point
Copy the full SHA 5398870View commit details -
fix: return error from AddAnnotation for AnnotationKeyReportOutputsCo…
…mpleted. Fixes argoproj#11974 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff69ba3 - Browse repository at this point
Copy the full SHA ff69ba3View commit details -
test: Add 30 seconds or more to WaitForWorkflow timeout to account fo…
…r change caused by prior bug fix. Towards argoproj#11974 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 948444d - Browse repository at this point
Copy the full SHA 948444dView commit details -
test: Add 30 seconds or more to WaitForWorkflow timeout to account fo…
…r change caused by prior bug fix. Towards argoproj#11974 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97af87a - Browse repository at this point
Copy the full SHA 97af87aView commit details -
fix: Run linter. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7022a3 - Browse repository at this point
Copy the full SHA f7022a3View commit details -
test: Make TestMetricGC more robust. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff0adc5 - Browse repository at this point
Copy the full SHA ff0adc5View commit details -
test: rerun tests. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1eedcf1 - Browse repository at this point
Copy the full SHA 1eedcf1View commit details -
test: rerun tests. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a78e413 - Browse repository at this point
Copy the full SHA a78e413View commit details -
fix: Move ArtifactGC to before workflow level synchronization lock. T…
…owards argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5168734 - Browse repository at this point
Copy the full SHA 5168734View commit details -
test: rerun tests. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95aa027 - Browse repository at this point
Copy the full SHA 95aa027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6564221 - Browse repository at this point
Copy the full SHA 6564221View commit details -
test: rerun tests. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5af96d - Browse repository at this point
Copy the full SHA f5af96dView commit details -
fix: merge master. Towards argoproj#11879
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf3a4e7 - Browse repository at this point
Copy the full SHA bf3a4e7View commit details
Commits on Nov 10, 2023
-
fix: Make signaled container set test more robust. Prevent premature …
…deletion of task results. Change owner reference for task result to Workflow. Add artifactgc test for stopped workflow with pod gc on pod completion. Fixes argoproj#11879 Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6da8567 - Browse repository at this point
Copy the full SHA 6da8567View commit details -
test: Fix signals test. comment & logging tweaks
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 941bab0 - Browse repository at this point
Copy the full SHA 941bab0View commit details -
test: Fix ordering of assert.contains in signals test
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5cb204 - Browse repository at this point
Copy the full SHA c5cb204View commit details -
test: empty commit for ci re-submit.
Signed-off-by: Garett MacGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b35c058 - Browse repository at this point
Copy the full SHA b35c058View commit details