Skip to content

Release 3519

Choose a tag to compare

@github-actions github-actions released this 18 Jun 10:33
09483a7

Context

The validate infra workflow is producing a false positive result on the docker image as it's using the full sha instead of the sha tag created during deployment.

Changes proposed in this pull request

Makefile set back to the original for terraform-init.
ci and terraform-init changed to calculate the correct docker image to use in the terraform-plan.

They rely on updated github-actions/validate-infra updated which needs to be merged first.

Guidance to review

Use the Validate Infra workflow and point it at the branch. It should succeed and give three green ticks against the 3 jobs but the AKS infrastructure should report a drift against the docker image. There is no way around this. This drift will produce a MS Teams channel workflow card reporting the failure.
Once merged into main the drift will disappear.

Link to Trello card

https://trello.com/c/p76gfyrn/2683-schedule-validate-infra-workflow

Checklist

  • Attach to Trello card
  • Rebased main
  • Cleaned commit history
  • Tested by running locally