-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update Linux tests to work on GitHub #4
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated status codes, added version, rearranged options and adjusted tests See merge request saltstack/open/salt-vm-tools!29
Changed nightly builds to use short sha as part of version output See merge request saltstack/open/salt-vm-tools!30
Update readme with new docs updates See merge request saltstack/open/salt-vm-tools!31
Embed helper scripts for salt-cal, salt-minion and salt-minion.service and adjust for 80 columns See merge request saltstack/open/salt-vm-tools!33
Put salt-call and salt-minion in the script See merge request saltstack/open/salt-vm-tools!32
Honor 80 char limit, except 1 See merge request saltstack/open/salt-vm-tools!34
Changed --saltversion to --minionversion to be compatible with Windows See merge request saltstack/open/salt-vm-tools!35
[Windows] Add reconfig, start, and stop See merge request saltstack/open/salt-vm-tools!112
Fix race condition in status tests on Windows See merge request saltstack/open/salt-vm-tools!113
Support on Linux for stop/start/reconfig and tests See merge request saltstack/open/salt-vm-tools!114
Finish new commands for VM Tools scripts (Linux) allowing for upgrade See merge request saltstack/open/salt-vm-tools!115
Remove developer initials from log output See merge request saltstack/open/salt-vm-tools!116
Adds tests for the upgrade option Streamlines the test suite Updates the README.md file
Add an upgrade option to the svtminion.ps1 script See merge request saltstack/open/salt-vm-tools!117
…keep it alphabetical
Updated README, CHANGELOG, and adjusted Linux help message output to keep it alphabetical See merge request saltstack/open/salt-vm-tools!118
Release 1.7 of VM Tools scrips with support for stop, start, reconfig and upgrade See merge request saltstack/open/salt-vm-tools!119
Update for new Broadcom infrastructure for the Linux script See merge request saltstack/open/salt-vm-tools!121
Fix windows script for new repo location See merge request saltstack/open/salt-vm-tools!120
[WIP] Initial fix, checking pre-commit etc. after migration from GitLab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates Linux tests to work with GitHub Actions
What issues does this PR fix or reference?
Fixes #3
New Behavior
Getting tests working after migration form GitLab