-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unification of workflow descriptions & KNIX specific extensions to ASL description #19
Comments
Started implementation on branch feature/asl_knix_flags. |
Added some test cases that utilize session functions as well as checkpoints flag. These tests pass. Need to update GUI for validation checks. |
The complete list of KNIX-specific flags:
|
In the API docs, we should add warnings to the API functions that are relevant to KNIX-specific features. These include:
Edit: Issues #45 and #46 are about API docs. These could be added there. |
[Environment]: Kubernetes, bare metal
[Known affected releases]: master (includes all releases)
Currently, there are two workflow descriptions: 1) ASL and 2) KNIX-specific.
We should extend ASL that is accepted by the platform, so that we can support KNIX-specific functionalities (e.g., session functions, checkpointing flag) and can have a unified workflow description.
The text was updated successfully, but these errors were encountered: