Skip to content

Commit

Permalink
Merge pull request #7636 from ministryofjustice/disable-caching
Browse files Browse the repository at this point in the history
😞 disable caching on runners
  • Loading branch information
Jacob Woffenden authored Aug 29, 2024
2 parents 26d8271 + 3f0b699 commit 47fa415
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ github:
token: ${github_token}
runner:
labels: ${github_runner_labels}

runner:
cache:
enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ github:
runner:
labels: ${github_runner_labels}

runner:
cache:
enabled: false

serviceAccount:
annotations:
eks.amazonaws.com/role-arn: ${eks_role_arn}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ github:
runner:
labels: ${github_runner_labels}

runner:
cache:
enabled: false

resources:
requests:
cpu: 2
Expand Down

0 comments on commit 47fa415

Please sign in to comment.