You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It then periodically reads those configs and merges them together. Changes in the config are picked up in this loop, but changes to the config list are not.
This has caused issues when the config is changed, and Config Merger silently ignores those changes until it's rebooted. See GoogleCloudPlatform/oss-test-infra#919
Additional logic to determine if the config list has changed and to either log this event or do less work if it hasn't changed would also be nice.
The text was updated successfully, but these errors were encountered:
The Config Merger is a controller that takes multiple configurations and merges them together.
It requires a list of configurations to merge together.
testgrid/cmd/config_merger/main.go
Line 93 in 651499d
It then periodically reads those configs and merges them together. Changes in the config are picked up in this loop, but changes to the config list are not.
testgrid/cmd/config_merger/main.go
Lines 111 to 125 in 651499d
This has caused issues when the config is changed, and Config Merger silently ignores those changes until it's rebooted. See GoogleCloudPlatform/oss-test-infra#919
Additional logic to determine if the config list has changed and to either log this event or do less work if it hasn't changed would also be nice.
The text was updated successfully, but these errors were encountered: