Skip to content

Cleanup CI rules (main)

This MR does the following:

  • Add missing build rule for cassini-dev (There is no equivalent of .build-image:rules:k3s-sdk for cassini-dev builds. Add missing rule so all base builds can be controlled in the same way)
  • Correct build rules (Build rules are inconsistent e.g. security.yml is a modifier and should only trigger in response to security changes. Update build rules for sdk, security, and tests so that they trigger on the correct file changes)
  • Correct rules for each build type (Rules are applied inconsistently to builds types. Correct the rules for each build type so they match the base, platform and modifier YML specified in the job name)

Merge request reports