Skip to content

Run SLES branch builds only if ee variable explicitly defined

Balasankar 'Balu' C requested to merge specify-sles-build-criteria into master

A compromise, to make sure we can test builder image changes for RPi also. Right now, if a pipeline is ran using staging builder images (images created by MRs in https://gitlab.com/gitlab-org/gitlab-omnibus-builder/), SLES builds will fail images won't be built for that (we only build SLES images if the pipeline is in dev). So, the pipeline will never reach RPi.

There are two scenarios where we want to run SLES branch builds

  1. Nightlies - These are scheduled pipelines with ee variable set. So, it won't be affected.
  2. Nightlies by someone manually triggering - For EE builds, this require ee variable to be passed as trigger variable. So, it won't be affected.

Merge request reports

Loading