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 action to test package manager installs #1173

Merged

Conversation

charliecruzan-stripe
Copy link
Contributor

@charliecruzan-stripe charliecruzan-stripe commented Apr 22, 2024

Reviewers

r? @vcheung-stripe
or
r? @etsai-stripe

Summary

Adds a new Github Action that acts as a smoke test for all of our package manager install cases. This will install Stripe and run stripe version after:

  • installing with homebrew
  • installing with apt
  • installing with scoop
  • installing with yum
  • running in the docker image

This will run once an hour, and also whenever a new tag is pushed. If it fails, this is a strong indicator that something broken in the installation flow and this should help us catch it early. To avoid noise, there's retry logic.

@charliecruzan-stripe charliecruzan-stripe requested a review from a team as a code owner April 22, 2024 20:52
.github/workflows/install-test.yml Outdated Show resolved Hide resolved
.github/workflows/install-test.yml Outdated Show resolved Hide resolved
@charliecruzan-stripe
Copy link
Contributor Author

r? @fhats-stripe

I changed this to run every hour. I'd like to see how this plays in the wild before adding any paging/notification to the workflow

@charliecruzan-stripe charliecruzan-stripe merged commit c929341 into master Apr 26, 2024
12 checks passed
@charliecruzan-stripe charliecruzan-stripe deleted the charliecruzan/test-package-managers-action branch April 26, 2024 17:18
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.

None yet

2 participants