Skip to content

Commit

Permalink
Add an initial CJI (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarekrow authored May 9, 2024
1 parent 034c4ee commit 8ad624c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions stage_smoke_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
apiVersion: v1
kind: Template
metadata:
name: playbook-dispatcher-stage-smoke-tests
objects:
- apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdJobInvocation
metadata:
name: playbook-dispatcher-stage-smoke-tests-${IMAGE_TAG}-${UID}
annotations:
"ignore-check.kube-linter.io/no-liveness-probe": "probes not required on Job pods"
"ignore-check.kube-linter.io/no-readiness-probe": "probes not required on Job pods"
spec:
appName: playbook-dispatcher-backend
testing:
iqe:
debug: false
dynaconfEnvName: "stage_post_deploy"
filter: ""
marker: "playbook_dispatcher_stage_smoke)"
plugins: "playbook_dispatcher"
parameters:
- name: IMAGE_TAG
value: ''
required: true
- name: UID
description: "Unique CJI name suffix"
generate: expression
from: "[a-z0-9]{6}"

0 comments on commit 8ad624c

Please sign in to comment.