Cicd Release Gate
Pricing
$100.00 / 1,000 gate checks
Go to Apify Store
Cicd Release Gate
Pricing
$100.00 / 1,000 gate checks
gate = run checks and fail if any ERROR; approveBaseline = save current output as new golden; bootstrapBaseline = first-time baseline setup; dryRun = run all checks but never fail.
store-default = checks A-D only (Store equivalent); extended = all 9 checks; custom = use only checks explicitly configured in targets.
Array of actors to gate-check. Each entry requires actorIdOrName. Optionally specify build tag and test cases with custom inputs and expectations.
Controls how multiple targets are processed. concurrency limits parallel runs; stopOnFirstFailure halts after the first target fails.
{ "concurrency": 3, "stopOnFirstFailure": false}PPE billing configuration. chargeEventName sets the event billed per run. chargePerTarget bills once per target actor rather than once for the whole gate run.
{ "chargeEventName": "gate-check", "chargePerTarget": true}