Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: post run script field #555

Merged
merged 3 commits into from
Jun 22, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,14 @@ spec:
description: test execution number
format: int32
type: integer
postRunScript:
description: script to run after test execution (not supported
for container executors)
type: string
preRunScript:
description: script to run before test execution (not supported for container executors)
type: string
description: script to run before test execution (not supported
for container executors)
type: string
scraperTemplate:
description: scraper template extensions
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ spec:
name:
description: object name
type: string
namespace:
description: object kubernetes namespace
type: string
required:
- key
- name
Expand All @@ -94,9 +91,6 @@ spec:
name:
description: object name
type: string
namespace:
description: object kubernetes namespace
type: string
required:
- key
- name
Expand Down