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

Retry pulumi install #89

Open
t0yv0 opened this issue Jul 2, 2024 · 0 comments
Open

Retry pulumi install #89

t0yv0 opened this issue Jul 2, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@t0yv0
Copy link
Member

t0yv0 commented Jul 2, 2024

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Consider retry/backoff on pulumi install. Dependency installation can cause tests to be flaky. Consider for example this one: pulumi/pulumi-awsx#1336

    provider_nodejs_test.go:65: installing packages and plugins
      pulumiTest.go:103: failed to install packages and plugins: exit status 255
          Installing dependencies...

          npm error code ECONNRESET
          npm error errno ECONNRESET
          npm error network Invalid response body while trying to fetch https://registry.npmjs.org/@pulumi%2fdocker: aborted
          npm error network This is a problem related to network connectivity.
          npm error network In most cases you are behind a proxy or have bad network settings.
          npm error network
          npm error network If you are behind a proxy, please make sure that the
          npm error network 'proxy' config is set properly.  See: 'npm help config'

          npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-07-02T07_16_34_262Z-debug-0.log
          error: installing dependencies: dependency installation failed: exit status 1

Affected area/feature

@t0yv0 t0yv0 added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Jul 2, 2024
@mjeffryes mjeffryes removed the needs-triage Needs attention from the triage team label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants