Skip to content

Change Gitlab CI detection of a chart bump taking place

Graeme Gillies requested to merge ggillies/fix-qa-jobs-chart-bumps into master

What does this MR do?

Part of gitlab-com/gl-infra/delivery#2031 (closed)

As part of gitlab-com/gl-infra/delivery#1982 (closed) we changed our charts used in this repo to be vendored inside the repo.

However, I missed the fact that we need to change our Gitlab CI configuration on what files to match when determining if we need to run QA jobs or not.

This change corrects this.

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document
  • Link to related MRs for applying the changes on other environments
  • Link to related Chef changes
  • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Merge request reports