diff --git a/manifest.yaml b/manifest.yaml index 8ce21d2..63ee912 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,4 +1,7 @@ # Generated by scripts/gen_manifest.py — do not edit by hand. +- slug: automation_testing + path: templates/automation_testing.yaml + sha256: 9b3acfbd342198cd58321c09fd48462d19558da1e52804c5967e6d37a1f223ce - slug: cleanup_evicted_and_failed_pods path: templates/cleanup_evicted_and_failed_pods.yaml sha256: d9952e67573780a7db443bd9db5ba593fe6dc8e7c9968cf674a35d5c7fe743d5 diff --git a/templates/automation_testing.yaml b/templates/automation_testing.yaml new file mode 100644 index 0000000..0e85a7a --- /dev/null +++ b/templates/automation_testing.yaml @@ -0,0 +1,37 @@ +slug: automation_testing +name: "Automation Testing" +description: "A simple manual automation that prints Hello World." +category: "general" +icon: "play_arrow" +status: ACTIVE + +tags: + labels: + - "read-only" + event_sources: [] + alert_names: [] + subject_types: [] + +definition: + version: "v1" + + inputs: [] + + triggers: + - type: "manual" + + tasks: + - id: "core_print" + type: "core.print" + params: + message: "Hello World" + + retry_policy: + maximum_attempts: 3 + initial_interval: "1s" + maximum_interval: "" + backoff_coefficient: 2 + + timeout: "" + +template_variables: []