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

Add wget for fetching manifests #1685

Conversation

kotwanikunal
Copy link
Member

@kotwanikunal kotwanikunal commented Mar 2, 2022

Signed-off-by: Kunal Kotwani [email protected]

Description

  • Add wget as a normal dependency to fetch bundle manifests for performance tests
  • Related script

Issues Resolved

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Kunal Kotwani <[email protected]>
@kotwanikunal kotwanikunal requested a review from a team as a code owner March 2, 2022 01:31
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2022

Codecov Report

Merging #1685 (3b1aa43) into main (9cb1ffb) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #1685   +/-   ##
=========================================
  Coverage     94.74%   94.74%           
  Complexity       14       14           
=========================================
  Files           166      166           
  Lines          3501     3504    +3     
  Branches         25       26    +1     
=========================================
+ Hits           3317     3320    +3     
  Misses          181      181           
  Partials          3        3           
Impacted Files Coverage Δ
...loyment/lambdas/cf-url-rewriter/cf-url-rewriter.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cb1ffb...3b1aa43. Read the comment docs.

@kavilla
Copy link
Member

kavilla commented Mar 2, 2022

I was suggested to use curl so I have a PR that modifies that script. Comment: #1653 (comment)

Copy link
Member

@peterzhuamazon peterzhuamazon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not aware you are looking for wget.
Please just use curl to get the artifacts.
Thanks.

@kavilla
Copy link
Member

kavilla commented Mar 2, 2022

@kotwanikunal, the script has been updated to use curl. please rebase and see if this resolves your issues.

@kotwanikunal
Copy link
Member Author

@kotwanikunal, the script has been updated to use curl. please rebase and see if this resolves your issues.

This resolves my issues. Thanks 🙂

@kotwanikunal kotwanikunal deleted the performance-test-dependencies branch March 2, 2022 23:13
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 this pull request may close these issues.

4 participants