Skip to content
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

TestQuery failing in CI #592

Closed
lblackstone opened this issue Jun 10, 2019 · 1 comment · Fixed by #596
Closed

TestQuery failing in CI #592

lblackstone opened this issue Jun 10, 2019 · 1 comment · Fixed by #596
Assignees
Milestone

Comments

@lblackstone
Copy link
Member

[                          step1 ] index.ts(23,26): error TS2345: Argument of type '(obj: any) => obj is Pod' is not assignable to parameter of type '(o: any) => o is Resource'.

[                          step1 ]   Type predicate 'obj is Pod' is not assignable to 'o is Resource'.

[                          step1 ]     Type 'Pod' is not assignable to type 'Resource'.

[                          step1 ]       Types of property 'getProvider' are incompatible.

[                          step1 ]         Type '(moduleMember: string) => import("/tmp/p-it-travis-job-step1-192c00c6-372860484/node_modules/@pulumi/kubernetes/node_modules/@pulumi/pulumi/resource").ProviderResource | undefined' is not assignable to type '(moduleMember: string) => import("/tmp/p-it-travis-job-step1-192c00c6-372860484/node_modules/@pulumi/pulumi/resource").ProviderResource | undefined'.

[                          step1 ]           Type 'import("/tmp/p-it-travis-job-step1-192c00c6-372860484/node_modules/@pulumi/kubernetes/node_modules/@pulumi/pulumi/resource").ProviderResource | undefined' is not assignable to type 'import("/tmp/p-it-travis-job-step1-192c00c6-372860484/node_modules/@pulumi/pulumi/resource").ProviderResource | undefined'.

[                          step1 ]             Property 'pkg' is missing in type 'import("/tmp/p-it-travis-job-step1-192c00c6-372860484/node_modules/@pulumi/kubernetes/node_modules/@pulumi/pulumi/resource").ProviderResource' but required in type 'import("/tmp/p-it-travis-job-step1-192c00c6-372860484/node_modules/@pulumi/pulumi/resource").ProviderResource'.

[                          step1 ] index.ts(25,11): error TS7006: Parameter 'pods' implicitly has an 'any' type.

https://api.travis-ci.com/v3/job/206652481/log.txt

@lblackstone lblackstone added this to the 0.24 milestone Jun 10, 2019
@lblackstone
Copy link
Member Author

@hausdorff Let me know if I need to take this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants