Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: mark http-success-condition as flaky test
Add workflows.argoproj.io/no-test: "flaky" label to skip this test
in the flaky test detection.

Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel authored and claude committed Dec 11, 2025
commit 8447c8ed99fd318a3fdda8766b6d9f3dc38224ad
2 changes: 2 additions & 0 deletions examples/http-success-condition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: http-template-condition-
labels:
workflows.argoproj.io/no-test: "flaky"
annotations:
workflows.argoproj.io/description: |
Exemplifies usage of successCondition in HTTP template (available since v3.3)
Expand Down
Loading