Added support for using the action in multiple steps in the same job (#26).
All the inputs need to be the same for all steps, except for the following
inputs: sync_files, shutdown_vm and run.
Added support for specifying that the VM should not shutdown after the action
has run. This adds a new input parameter: shutdown_vm. When set to false,
this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).
Changed
Always terminate VM instead of shutting down. This is more efficient and this
will hopefully mitigate very frequent freezing of VM during teardown
(#61, #72).
Use unsafe as the cache mode for QEMU disks. This should improve performance (#67).
Added support for using the action in multiple steps in the same job (#26).
All the inputs need to be the same for all steps, except for the following
inputs: sync_files, shutdown_vm and run.
Added support for specifying that the VM should not shutdown after the action
has run. This adds a new input parameter: shutdown_vm. When set to false,
this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).
Changed
Always terminate VM instead of shutting down. This is more efficient and this
will hopefully mitigate very frequent freezing of VM during teardown
(#61,
#72).
Use unsafe as the cache mode for QEMU disks. This should improve performance (#67).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coverage: 100.0%. remained the same
when pulling 3735801dc5a197b9891c70280e64236bbfe1c082 on dependabot/github_actions/cross-platform-actions/action-0.22.0
into 9db7f507c0813660c4e8208a203cf84a27080583 on master.
Bumps cross-platform-actions/action from 0.21.1 to 0.22.0.
Release notes
Sourced from cross-platform-actions/action's releases.
Changelog
Sourced from cross-platform-actions/action's changelog.
Commits
5800fa0
Release 0.22.020ad4b2
Fix #67: Useunsafe
as the cache mode disksd918493
Always terminate VM instead of shutting down.626f1d6
Fix error when terminating the VMd59f08d
Print stack trace for uncaught exceptions7f2fab9
Revert "Run SSH in verbose mode when debug mode is enabled"0f566c3
[no ci] Update the changelogb7f7744
[no ci] Fix spelling9894a9b
Wraphost
module in namespace87fdd34
Fix broken test-vm-shutdown testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show