Skip to content

Commit

Permalink
add missing var and enable schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa1303 committed Oct 14, 2024
1 parent 9cf8c49 commit 2b9bbf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions modules/terraform/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ variable "aks_config_list" {
max_pods = optional(number)
ultra_ssd_enabled = optional(bool, false)
zones = optional(list(string), [])
node_taints = optional(list(string), [])
}))
role_assignment_list = optional(list(string), [])
kubernetes_version = optional(string)
Expand Down
14 changes: 7 additions & 7 deletions pipelines/perf-eval/slo-nodes100-pods5000.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
trigger: none
# schedules:
# - cron: "0 */2 * * *"
# displayName: "Every 2 Hour"
# branches:
# include:
# - main
# always: true
schedules:
- cron: "0 */2 * * *"
displayName: "Every 2 Hour"
branches:
include:
- main
always: true

variables:
SCENARIO_TYPE: perf-eval
Expand Down

0 comments on commit 2b9bbf2

Please sign in to comment.