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

actions: tests for platform-specific install scripts #653

Merged
merged 10 commits into from
Mar 24, 2023

Conversation

bjia56
Copy link
Collaborator

@bjia56 bjia56 commented Mar 24, 2023

I'm open to discussing whether or not something like this would be useful to have in general, but I figured it could be helpful to kick off a set of tests to verify scrypted installs on different platforms.

Right now this only tests the installation, but I intend to add more functional testing, including installing plugins that need system dependencies.

@bjia56
Copy link
Collaborator Author

bjia56 commented Mar 24, 2023

This might end up being a noisy check given its current triggers, but I can clean it up a bit to run less on most changes.

@bjia56 bjia56 marked this pull request as draft March 24, 2023 03:47
@bjia56 bjia56 marked this pull request as ready for review March 24, 2023 03:59
@koush
Copy link
Owner

koush commented Mar 24, 2023

wild, does the stay running on the GitHub action server?

@koush
Copy link
Owner

koush commented Mar 24, 2023

should probably have this be manually triggered (or triggered if files in docker folders change), since I infrequently change the install scripts.

edit: never mind, I see you did that!

@bjia56
Copy link
Collaborator Author

bjia56 commented Mar 24, 2023

wild, does the stay running on the GitHub action server?

Github actions will spin up VMs for each job so I believe once the job completes they are deleted. The job has a max lifetime of 6 hours before it's killed, so we can add and run more tests on the scrypted server as part of the actions

@koush koush merged commit e119056 into koush:main Mar 24, 2023
@bjia56 bjia56 deleted the test-workflows branch June 2, 2023 11:58
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.

2 participants