Files
simple-private-codecollection/codebundles/stg-workspace-smoke/.runwhen/templates/stg-workspace-smoke-slx.yaml
T
stewartshea 0d8d94d19e add tags
2026-07-06 23:05:08 -04:00

31 lines
918 B
YAML

apiVersion: runwhen.com/v1
kind: ServiceLevelX
metadata:
name: {{slx_name}}
labels:
{% include "common-labels.yaml" %}
annotations:
{% include "common-annotations.yaml" %}
spec:
imageURL: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen.svg
alias: Staging Workspace Smoke Check
asMeasuredBy: >-
Tool Builder task via rw-generic-codecollection tool-builder runtime.
owners:
- {{workspace.owner_email}}
statement: >-
Verify tool-builder runtime can execute a simple custom task against the stg-test workspace.
additionalContext:
qualified_name: "{{ match_resource.qualified_name }}"
resourcePath: "custom/workspace/stg-test"
hierarchy: [platform, workspace]
tags:
- name: platform
value: runwhen
- name: access
value: read-only
- name: data
value: logs-bulk
- name: workspace
value: {{ workspace.name }}