Skip to content

Don't build dev images for release MRs

In the release branch, upstream SHAs are pinned, but cassini-dev.yml un-pins them. Building and testing dev images for release MRs can therefore lead to potentially misleading results.

Run tests on default images instead of dev images. When merging to the release branch, don't even try to build dev images.

Signed-off-by: Adam Johnston adam.johnston@linaro.org

Merge request reports