-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added doc in README.md to test submit with token
- Loading branch information
1 parent
e2d7de7
commit 6fa1f67
Showing
5 changed files
with
69 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
API_BASE_PATH=/vre-api-test/api | ||
FRONTEND_BASE_PATH=/vreapp | ||
|
||
|
||
NEXTAUTH_URL=https://paas.minikube.test/vreapp/api/auth |
Empty file.
58 changes: 58 additions & 0 deletions
58
vreapis/tests/resources/workflows/submit_workflow_req_body.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"vlab": "laserfarm", | ||
"workflow_payload": { | ||
"workflow": { | ||
"apiVersion": "argoproj.io/v1alpha1", | ||
"kind": "Workflow", | ||
"metadata": { | ||
"generateName": "n-a-a-vre-dev-user-name-at-domain-com-", | ||
"labels": { | ||
"vlab_slug": "laserfarm" | ||
} | ||
}, | ||
"spec": { | ||
"entrypoint": "n-a-a-vre-dev-user-name-at-domain-com", | ||
"arguments": { | ||
"parameters": null | ||
}, | ||
"templates": [ | ||
{ | ||
"name": "n-a-a-vre-dev-user-name-at-domain-com", | ||
"dag": { | ||
"tasks": [ | ||
{ | ||
"name": "process-a-list-dev-user-name-at-domain-com-0942899", | ||
"template": "process-a-list-dev-user-name-at-domain-com-0942899-tmp" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "process-a-list-dev-user-name-at-domain-com-0942899-tmp", | ||
"outputs": { | ||
"parameters": [ | ||
{ | ||
"name": "b_list_886fb14", | ||
"valueFrom": { | ||
"path": "/tmp/b_list_886fb14.json" | ||
} | ||
} | ||
] | ||
}, | ||
"container": { | ||
"image": "qcdis/process-a-list-dev-user-name-at-domain-com", | ||
"imagePullPolicy": "Always", | ||
"command": [ | ||
"/bin/bash", | ||
"-c" | ||
], | ||
"args": [ | ||
"source /venv/bin/activate; python process-a-list-dev-user-name-at-domain-com.py --id \"886fb14\";" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters