-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The generic-client-tests CI does not pick up changes from monorepo #2939
Comments
One solution would be to create a private generic client, just like |
/cc @adamthom-amzn Can we move the |
Decision:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
The generic-client-tests CI does not pick up changes from monorepo
client-documentation-generator
was renamed toservice-client-documentation-generator
https://github.com/aws/aws-sdk-js-v3/runs/3957113601?check_suite_focus=trueNODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS
was added inconfig-resolver
https://github.com/aws/aws-sdk-js-v3/runs/4016491875Your environment
SDK version number
main
Is the issue in the browser/Node.js/ReactNative?
N/A
Details of the browser/Node.js/ReactNative version
N/A
Steps to reproduce
Export new code from utility packages, and import it from clients.
Example PR: #2937
Observed behavior
The
generic-client-tests
CI fails.Expected behavior
The
generic-client-tests
test CI should not fail.Additional context
Temporary fixes to build impacted packages in CI:
service-client-documentation-generator
test: unblock generic client test #2922config-resolver
875962a
(#2937)The text was updated successfully, but these errors were encountered: