review component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/review@stable
inputs:
review-context: <value>
tag: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| environment | test | string | |
| environment-identifier | /review-$CI_PIPELINE_IID-$CI_COMMIT_SHORT_SHA | string | |
| image | ${CI_TOOLS_REPO}/tools:main | string | |
| needs-start | The jobs that this job depends on. | [] | array |
| needs-stop | The jobs that this job depends on. | [{"job":"review:cypress","optional":true,"artifacts":false}] | array |
| review-context | string | ||
| review-domain | Domain name to use for access to the review application. | $CI_ENVIRONMENT_SLUG.$CI_REVIEW_SUBDOMAIN | string |
| review-start-script | Path to a script in the application that creates a review namespace and installs the application. | scripts/start-review.sh | string |
| review-stop-script | Path to a script in the application that destroys the review namespace and application. | scripts/stop-review.sh | string |
| review-subdomain | Subdomain name to create and access review applications. | apps.02.xrow.net | string |
| rules | The rules to determine when to run the job. | [{"if":"$CI_PIPELINE_SOURCE == \"merge_request_event\"","when":"always"},{"when":"never"}] | array |
| stage | test | string | |
| tag | string | ||
| timeout | 2h | string |