You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the request
The release of 3.7 for Calm DSL does not work out of the box with older versions of Calm due to feature_min_version flags set within the code. The code so far through testing is backward compatible, but due to the flags set in code it prevents Calm DSL from running when targeting older versions of Calm without modifying the flags. If functionality of this new release works on older versions of Calm, then we should allow it to work when targeting older versions of Calm.
Current behaviour
Calm DSL does not work out of the box with older versions of Calm due to feature_min_version flags.
Expected behaviour
Calm DSL will work out of the box with older versions of Calm and only block functionality that truly is not available in older versions of Calm.
The text was updated successfully, but these errors were encountered:
Add parallel escript task testcase
* creates the runbook with given number parallel escript tasks
* executes the above runbook and validates the script status and output
of all escript
Signed-off-by: Satheesh Rajendran <[email protected]>
(cherry picked from commit c72d63ec6263abf8b6aa8f4d35598577a2bfc705)
Describe the request
The release of 3.7 for Calm DSL does not work out of the box with older versions of Calm due to
feature_min_version
flags set within the code. The code so far through testing is backward compatible, but due to the flags set in code it prevents Calm DSL from running when targeting older versions of Calm without modifying the flags. If functionality of this new release works on older versions of Calm, then we should allow it to work when targeting older versions of Calm.Current behaviour
Calm DSL does not work out of the box with older versions of Calm due to
feature_min_version
flags.Expected behaviour
Calm DSL will work out of the box with older versions of Calm and only block functionality that truly is not available in older versions of Calm.
The text was updated successfully, but these errors were encountered: