vmware-labs/VMware Image Builder

VMware Image Builder packages, verifies and publishes cloud native Open Source Software.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configLocation of the VIB pipeline and all related content, eg. Cypress tests, jmeter configuration, etc.no.vib
pathThe location of the content that needs to be processed by VIB, e.g. Helm chart, Carvel package, etc./
pipelinePipeline that will be run through VIB. This path is relative to the config folder.novib-pipeline.json
upload-artifactsSpecifies whether the GitHub Action will publish logs and reports as GitHub artifacts.notrue
retry-countNumber of retries to do in case of failure reaching out to VIB.no3
backoff-intervalsInteger 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-failureIt sets whether the GitHub Action should upload artifacts for every task or only for those tasks that have failed.notrue
http-timeoutNumber of seconds the GitHub Action waits for an HTTP timeout before failing.no120000
verification-modeWhen specified, this GitHub Action will request VIB to execute the pipeline in the requested verification mode. Possible values: SERIAL, PARALLEL.noPARALLEL
max-pipeline-durationMaximum time for a pipeline execution to be completed. The value should be in seconds.no5400
execution-graph-check-intervalInterval between execution graph state checks. The value shoud be in seconds.no30
runtime-parameters-fileFile with the runtime parametersno
namedescription
execution-graphExecution graph result from submitting the pipeline.
resultThe resulting report from the execution graph with tasks executed and their statuses.