From 9503da21a0aa44e375938d534e90c33d8c1ae41e Mon Sep 17 00:00:00 2001 From: rohitutekar123 Date: Sun, 5 Jul 2026 22:07:21 +0530 Subject: [PATCH 1/4] Adding this for ticket review --- templates/automation_testing.yaml | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/automation_testing.yaml diff --git a/templates/automation_testing.yaml b/templates/automation_testing.yaml new file mode 100644 index 0000000..08588fa --- /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: "testing" +icon: "play_arrow" +status: ACTIVE + +tags: + labels: + - "testing" + 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: [] From 3ee36d2df504b61cf136c0e7ba656e1fd480a383 Mon Sep 17 00:00:00 2001 From: rohitutekar123 Date: Sun, 5 Jul 2026 22:11:11 +0530 Subject: [PATCH 2/4] Update category fromtesting to general --- templates/automation_testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/automation_testing.yaml b/templates/automation_testing.yaml index 08588fa..5556238 100644 --- a/templates/automation_testing.yaml +++ b/templates/automation_testing.yaml @@ -1,7 +1,7 @@ slug: automation_testing name: "Automation Testing" description: "A simple manual automation that prints Hello World." -category: "testing" +category: "general" icon: "play_arrow" status: ACTIVE From ac506ef3e4e8164714532798d09c05661a9a585e Mon Sep 17 00:00:00 2001 From: rohitutekar123 Date: Sun, 5 Jul 2026 22:15:08 +0530 Subject: [PATCH 3/4] Updated tags --- templates/automation_testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/automation_testing.yaml b/templates/automation_testing.yaml index 5556238..0e85a7a 100644 --- a/templates/automation_testing.yaml +++ b/templates/automation_testing.yaml @@ -7,7 +7,7 @@ status: ACTIVE tags: labels: - - "testing" + - "read-only" event_sources: [] alert_names: [] subject_types: [] From a50641b2d4d23c785abb054faaaf3032ab715002 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 9 Jul 2026 11:02:05 +0000 Subject: [PATCH 4/4] Regenerate manifest.yaml for automation_testing template The automation_testing.yaml template was added without regenerating manifest.yaml, causing the `gen_manifest.py --check` CI step to fail. Regenerated the manifest to include its sha256 entry. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_012Vq8w8wedgKHdkSEf8ikhZ --- manifest.yaml | 3 +++ 1 file changed, 3 insertions(+) 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