Skip to content

Commit

Permalink
[CI] Add some dependencies
Browse files Browse the repository at this point in the history
Notcied that these were required when deleting and recreating things.
  • Loading branch information
boomanaiden154 committed Jan 19, 2025
1 parent 2859008 commit 6cc5dcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions premerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ resource "helm_release" "github_actions_runner_set_linux" {
depends_on = [
kubernetes_namespace.llvm_premerge_linux_runners,
kubernetes_config_map.linux_container_pod_template,
kubernetes_secret.linux_github_pat
kubernetes_secret.linux_github_pat,
helm_release.github_actions_runner_controller
]
}

Expand All @@ -253,7 +254,8 @@ resource "helm_release" "github_actions_runner_set_windows" {

depends_on = [
kubernetes_namespace.llvm_premerge_windows_runners,
kubernetes_secret.windows_github_pat
kubernetes_secret.windows_github_pat,
helm_release.github_actions_runner_controller,
]
}

Expand Down

0 comments on commit 6cc5dcf

Please sign in to comment.