mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-18 16:50:45 +01:00
doc: Update APK workload parameter descriptions.
Clarify parameter descriptions.
This commit is contained in:
parent
5c6cc87105
commit
69462e54a1
@ -261,19 +261,17 @@ exact behaviours are outlined below.
|
|||||||
|
|
||||||
This parameter is used to specify a preference over host or target versions
|
This parameter is used to specify a preference over host or target versions
|
||||||
of the app. When set to ``True`` WA will prefer the host side version of the
|
of the app. When set to ``True`` WA will prefer the host side version of the
|
||||||
APK. It will check if the host has the APK and if the host APK meets the
|
APK. It will check if the host has the APK and whether it meets the version
|
||||||
version requirements of the workload. If does and the target already has same
|
requirements of the workload. If so, and the target also already has same
|
||||||
version nothing will be done, other wise it will overwrite the targets app
|
version nothing will be done, otherwise WA will overwrite the targets
|
||||||
with the host version. If the hosts is missing the APK or it does not meet
|
installed application with the host version. If the host is missing the APK
|
||||||
version requirements WA will fall back to the app on the target if it has the
|
or it does not meet version requirements WA will fall back to the app on the
|
||||||
app and it is of a suitable version. When this parameter is set to ``false``
|
target if present and is a suitable version. When this parameter is set to
|
||||||
WA will prefer to use the version already on the target if it meets the
|
``False`` WA will prefer to use the version already on the target if it meets
|
||||||
workloads version requirements. If it does not it will fall back to search
|
the workloads version requirements. If it does not it will fall back to
|
||||||
the host for the correct version. In both modes if neither the host nor
|
searching the host for the correct version. In both modes if neither the host
|
||||||
target have a suitable version, WA will error and not run the workload.
|
nor target have a suitable version, WA will produce and error and will not
|
||||||
|
run the workload.
|
||||||
Some workloads will also feature the follow parameters which will alter the way
|
|
||||||
their APK files are resolved.
|
|
||||||
|
|
||||||
.. confval:: version
|
.. confval:: version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user