Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
37 changes: 37 additions & 0 deletions templates/automation_testing.yaml
Original file line number Diff line number Diff line change
@@ -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: []
Loading