SIM-PIPE generates and simulates a deployment configuration in order to test the functionality and evaluate the performance of the steps of a big data pipeline.
Apache License 2.0
10
stars
1
forks
source link
[Bug]: Create new project - workflow template not found! #136
Create new project and upload workflow template that has some error -> successfully creates the project, but due to backend error when creating the workflow template, the workflow template is not successfully stored in the project.
Expected behavior
Either:
Raise and display error to the user describing what is wrong, and do not create the project
Raise and display warning to user, create the project but go to edit-mode in workflow template so that the user can fix the problem(s) and resubmit the workflow template.
Contact details
No response
Current behavior
Create new project and upload workflow template that has some error -> successfully creates the project, but due to backend error when creating the workflow template, the workflow template is not successfully stored in the project.
Expected behavior
Either:
Steps to reproduce
example yaml file to reproduce:
apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: magma- spec: entrypoint: magma-workflow volumes:
name: data-volume emptyDir: {}
templates:
name: magma-workflow dag: tasks:
name: c1 inputs: artifacts:
name: c2 inputs: artifacts:
container: image: magma command: [ java, -jar] args: ["./app.jar -c2 {{inputs.artifacts.input_file}}"]
name: c3 inputs: artifacts:
container: image: magma command: [ java, -jar] args: ["./app.jar -c3 {{inputs.artifacts.input_file}}"]
Environment
Screenshots
No response
Logs
No response