1 parent dbe0ff0 commit d426efeCopy full SHA for d426efe
1 file changed
modules/orchestration-providers/scale-set/tests/scale-set.tftest.hcl
@@ -640,9 +640,14 @@ run "rejects_duplicate_scale_set_ownership_across_groups" {
640
641
variables {
642
runner_configs = merge(var.runner_configs, {
643
+ linux-small = merge(var.runner_configs.linux-small, {
644
+ github = merge(var.runner_configs.linux-small.github, {
645
+ enterprise_server = { url = "https://mygithub.com" }
646
+ })
647
648
microvm = merge(var.runner_configs.microvm, {
649
github = merge(var.runner_configs.microvm.github, {
- enterprise_server = { url = "https://GITHUB.COM:443/" }
650
+ enterprise_server = { url = "https://mygithub.com:443/" }
651
runner_registration_level = "organization"
652
runner_owner = "example"
653
})
0 commit comments