Skip to content

Marked `cache` as not Supported by VirtualBox Executor (in Documentation)

Maximilian Capraro requested to merge (removed):patch-2 into master

What does this MR do?

This merge request changes the documentation to reflect in the overview of executors that the VirtualBox executor does not support caching.

Why was this MR needed?

The current table of features by executor type (wrongly) shows that the VirtualBox adapter supports caching. However, the detailed documentation states:

Note: The Parallels executor works the same as the VirtualBox executor. The caching feature is currently not supported.

This leads to potential confusion of existing users ("Oh, is the feature finally there?") and might mislead people investigating which executor is right for them ("Great, it seems to support the caching feature!").

Are there points in the code the reviewer needs to double check?

Nope.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

No issues created.

Edited by Maximilian Capraro

Merge request reports