Skip to content

Add `BUILDBOX_E2E_RUNNER_DISABLE_CASD_STAGE`.

Description

This adds support for setting the BUILDBOX_E2E_RUNNER_DISABLE_CASD_STAGE environment variable in order to force the runner to employ the fallback staging instead of relying on casd. That way the same script can be invoked to test the fallback staging logic provided by buildbox-common.

Changes proposed in this merge request:

  • Only pass --runner-arg=--use-localcas to the runner if BUILDBOX_E2E_RUNNER_DISABLE_CASD_STAGE is not set
Edited by Santiago Gil

Merge request reports