diff --git a/book/integration-service.md b/book/integration-service.md index 411e7b61..17662748 100644 --- a/book/integration-service.md +++ b/book/integration-service.md @@ -131,6 +131,7 @@ Following the [annotation guidelines](https://docs.google.com/document/d/1gyXM3p “pipelines.appstudio.openshift.io/type": "test", "test.appstudio.openshift.io/test": “” “test.appstudio.openshift.io/scenario": “” +“test.appstudio.openshift.io/kind": “” "appstudio.openshift.io/snapshot": “” “appstudio.openshift.io/component": “” “appstudio.openshift.io/application": “” @@ -143,6 +144,8 @@ The "test.appstudio.openshift.io/optional" Label provides users an option whethe ``` The label will be copied to the subsequent Test PipelineRuns. +The `test.appstudio.openshift.io/kind` annotation is an optional annotation that can be used to filter on the kinds of `IntegrationTestScenario`s. The first recognized kind is the `enterprise-contract`. It will be copied to the `PipelineRun`s resulting from the `IntegrationTestScenario`. + #### Workspace The Integration service will provide Tekton workspaces to the individual PipelineRuns to supply additional resources required for testing, such as secure credentials for accessing test Environments.