Skip to content

Fix QA not running during chart bumps

John Skarbek requested to merge jts/fix-qa into master

What does this MR do?

  • CHART_VERSION used to be a file, it's now a variable - with this it no longer serves its purpose in our configuration, let's remove it
  • We now trigger a QA run for every change made to our CI configuration
    • Since this is where we manage the chart version, this should be a okay change

Addresses: gitlab-com/gl-infra/delivery#1927 (closed)

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
Edited by John Skarbek

Merge request reports