actions-marketplace-validations/VMware Image Builder
VMware Image Builder packages, verifies and publishes cloud native Open Source Software.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Location of the VIB pipeline and all related content, eg. Cypress tests, jmeter configuration, etc. | no | .vib |
| path | The location of the content that needs to be processed by VIB, e.g. Helm chart, Carvel package, etc. | — | / |
| pipeline | Pipeline that will be run through VIB. This path is relative to the config folder. | no | vib-pipeline.json |
| upload-artifacts | Specifies whether the GitHub Action will publish logs and reports as GitHub artifacts. | no | true |
| retry-count | Number of retries to do in case of failure reaching out to VIB. | no | 3 |
| backoff-intervals | Integer or array of integers that define the backoff intervals. When providing an integer, all retries will back off for the same amount of time. When input is an array the action will try to use the corresponding backoff time for the given retry, e.g. first time 5 seconds, second time 10 seconds, etc. If the array is shorter than the number of retries, then the last backoff interval will be used for overflowing attempts. | no | [5000, 10000, 15000] |
| only-upload-on-failure | It sets whether the GitHub Action should upload artifacts for every task or only for those tasks that have failed. | no | true |
| http-timeout | Number of seconds the GitHub Action waits for an HTTP timeout before failing. | no | 120000 |
| verification-mode | When specified, this GitHub Action will request VIB to execute the pipeline in the requested verification mode. Possible values: SERIAL, PARALLEL. | no | PARALLEL |
| max-pipeline-duration | Maximum time for a pipeline execution to be completed. The value should be in seconds. | no | 5400 |
| execution-graph-check-interval | Interval between execution graph state checks. The value shoud be in seconds. | no | 30 |
| runtime-parameters-file | File with the runtime parameters | no | — |
Outputs
| name | description |
|---|---|
| execution-graph | Execution graph result from submitting the pipeline. |
| result | The resulting report from the execution graph with tasks executed and their statuses. |