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
feat: support multiple SSM parameters for large runner matcher configs (#4790) (#4792)
### **PR Description**
Implements support for splitting the runner matcher configuration across
multiple SSM parameters.
`PARAMETER_RUNNER_MATCHER_CONFIG_PATH` can now accept multiple parameter
paths separated by a colon (`:`).
This avoids SSM size limits for large configurations and improves
scalability for environments with many runner types and labels.
Closes#4790
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
'Failed to load config: Failed to load parameter for matcherConfig from path /path/to/matcher/config: Failed to load matcher config',// eslint-disable-line max-len
169
169
);
170
170
});
171
+
172
+
it('should load config successfully from multiple paths',async()=>{
"Failed to load config: Failed to parse combined matcher config: Expected ',' or ']' after array element in JSON at position 196",// eslint-disable-line max-len
0 commit comments