-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[e2e][gpu] arguments in apply all functor should be []interface{} #32551
Conversation
[Fast Unit Tests Report] On pipeline 51905323 (CI Visibility). The following jobs did not run any unit tests: Jobs:
If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-devx-help |
Uncompressed package size comparisonComparison with ancestor Diff per package
Decision✅ Passed |
Test changes on VMUse this command from test-infra-definitions to manually test this PR changes on a VM: inv aws.create-vm --pipeline-id=51905323 --os-family=ubuntu Note: This applies to commit f97d9be |
/merge |
Devflow running:
|
What does this PR do?
Change
ApplyT
functor arguments type from[]string
to[]interface{}
Motivation
pulumi expects an untyped interface with
pulumi.All
, this is currently failing this test, marked as flakeDescribe how you validated your changes
Possible Drawbacks / Trade-offs
Additional Notes