Skip to content

Commit fd1b0b7

Browse files
committed
Fix delay_webhook_event variable
1 parent fba4d50 commit fd1b0b7

File tree

10 files changed

+11
-9
lines changed

10 files changed

+11
-9
lines changed

examples/multi-runner-cppal/templates/runner-configs/ubuntu-bionic-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ matcherConfig:
33
labelMatchers:
44
- [ self-hosted, linux, arm64, ubuntu-18.04-aws ]
55
fifo: true
6-
delay_webhook_event: 0
76
redrive_build_queue:
87
enabled: false
98
maxReceiveCount: null
@@ -23,6 +22,7 @@ runner_config:
2322
- t4g.large
2423
- c6g.large
2524
runners_maximum_count: 50
25+
delay_webhook_event: 0
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/ubuntu-bionic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ matcherConfig:
33
labelMatchers:
44
- [ self-hosted, linux, x64, ubuntu-18.04-aws ]
55
fifo: true
6-
delay_webhook_event: 0
76
redrive_build_queue:
87
enabled: false
98
maxReceiveCount: null
@@ -23,6 +22,7 @@ runner_config:
2322
- m5ad.large
2423
- m5a.large
2524
runners_maximum_count: 50
25+
delay_webhook_event: 0
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/ubuntu-focal-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ matcherConfig:
33
labelMatchers:
44
- [ self-hosted, linux, arm64, ubuntu-20.04-aws ]
55
fifo: true
6-
delay_webhook_event: 0
76
redrive_build_queue:
87
enabled: false
98
maxReceiveCount: null
@@ -23,6 +22,7 @@ runner_config:
2322
- t4g.large
2423
- c6g.large
2524
runners_maximum_count: 50
25+
delay_webhook_event: 0
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/ubuntu-focal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ matcherConfig:
33
labelMatchers:
44
- [ self-hosted, linux, x64, ubuntu-20.04-aws ]
55
fifo: true
6-
delay_webhook_event: 0
76
redrive_build_queue:
87
enabled: false
98
maxReceiveCount: null
@@ -23,6 +22,7 @@ runner_config:
2322
- m5ad.large
2423
- m5a.large
2524
runners_maximum_count: 200
25+
delay_webhook_event: 0
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/ubuntu-jammy-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ matcherConfig:
44
- [ self-hosted, linux, arm64, ubuntu-latest-aws ]
55
- [ self-hosted, linux, arm64, ubuntu-22.04-aws ]
66
fifo: true
7-
delay_webhook_event: 0
87
redrive_build_queue:
98
enabled: false
109
maxReceiveCount: null
@@ -24,6 +23,7 @@ runner_config:
2423
- t4g.large
2524
- c6g.large
2625
runners_maximum_count: 50
26+
delay_webhook_event: 0
2727
scale_down_schedule_expression: cron(* * * * ? *)
2828
# userdata_template: ./templates/user-data.sh
2929
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/ubuntu-jammy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ matcherConfig:
44
- [ self-hosted, linux, x64, ubuntu-latest-aws ]
55
- [ self-hosted, linux, x64, ubuntu-22.04-aws ]
66
fifo: true
7-
delay_webhook_event: 0
87
redrive_build_queue:
98
enabled: false
109
maxReceiveCount: null
@@ -24,6 +23,7 @@ runner_config:
2423
- m5ad.large
2524
- m5a.large
2625
runners_maximum_count: 200
26+
delay_webhook_event: 0
2727
scale_down_schedule_expression: cron(* * * * ? *)
2828
# userdata_template: ./templates/user-data.sh
2929
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/windows-2019.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ matcherConfig:
33
labelMatchers:
44
- [self-hosted, windows, x64, windows-2019-aws]
55
fifo: true
6-
delay_webhook_event: 0
76
runner_config:
87
create_service_linked_role_spot: true
98
enable_ephemeral_runners: true
@@ -20,6 +19,7 @@ runner_config:
2019
- m5.xlarge
2120
- c5.xlarge
2221
runners_maximum_count: 100
22+
delay_webhook_event: 0
2323
scale_down_schedule_expression: cron(* * * * ? *)
2424
runner_boot_time_in_minutes: 20
2525
ami_owners: [ "047402373783" ]

examples/multi-runner-cppal/templates/runner-configs/windows-2022.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ matcherConfig:
44
- [self-hosted, windows, x64, windows-latest-aws]
55
- [self-hosted, windows, x64, windows-2022-aws]
66
fifo: true
7-
delay_webhook_event: 0
87
runner_config:
98
create_service_linked_role_spot: true
109
enable_ephemeral_runners: true
@@ -21,6 +20,7 @@ runner_config:
2120
- m5.xlarge
2221
- c5.xlarge
2322
runners_maximum_count: 100
23+
delay_webhook_event: 0
2424
scale_down_schedule_expression: cron(* * * * ? *)
2525
runner_boot_time_in_minutes: 20
2626
ami_owners: [ "047402373783" ]

scripts/dev_amis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ all_amis[ubuntu-focal-arm64.yaml]=github-runner-ubuntu-focal-arm64-202308022332
1313
all_amis[ubuntu-focal.yaml]=github-runner-ubuntu-focal-amd64-202308022332
1414
all_amis[ubuntu-jammy-arm64.yaml]=github-runner-ubuntu-jammy-arm64-202308022332
1515
all_amis[ubuntu-jammy.yaml]=github-runner-ubuntu-jammy-amd64-202308022332
16-
all_amis[windows-2019.yaml]=github-runner-windows-2019-amd64-202308022348
16+
all_amis[windows-2019.yaml]=github-runner-windows-2019-amd64-202312121804
1717
all_amis[windows-2022.yaml]=github-runner-windows-2022-amd64-202308022348
1818

1919
# Update the templates with the above values

scripts/switch-accounts.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ami_owners: [ "047402373783" ]
1313
Test account, boost v2:
1414
ami_owners: [ "254949769574" ]
1515

16+
To change this, run ./modify_ami_owners.sh
17+
1618
- examples/multi-runner-cppal/templates/runner-configs/* ami_filter varies. Execute dev_amis.sh or prod_amis.sh to switch between them.
1719

1820
- Use docker registry or not. This is handled automatically if DISABLE_DOCKER_REGISTRY has been set in the dev.pkrvars.hcl file in the images dirs.

0 commit comments

Comments
 (0)