aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

refactor: Rename File system options from PRELOAD/ON_DEMAND to COPIED/VIRTUAL #20

Closed pH-amz closed 1 year ago

pH-amz commented 1 year ago

What was the problem/requirement? (What/Why)

AssetLoadingMethod variable and its options were renamed in deadline-cloud library. This change is a downstream effect of that.

What was the solution? (How)

Update usage of AssetLoadingMethod and its options to new names

What is the impact of this change?

This is a downstream change due to changes in deadline-cloud

How was this change tested?

By running unit tests

Was this change documented?

N/A

Is this a breaking change?

No