-
# Summary
When using memoize:
```
memoize:
key: containerRuntimeExecutor
maxAge: "300s"
cache:
configMap:
name: my-cache
key: whalesay-cac…
-
Work through the analysis workflow used as an example in this tutorial
https://hsf-training.github.io/hsf-training-cicd-github/
-
**What would you like to be added**:
The new `executionPolicy` API which allows to submit replicated Jobs in order.
When the first replicated Jobs are the reached required condition, the next …
-
# Summary
Passing status as an argument to a new exit hook is not possible. It seems that during execution of hook, parent step is still running, so its has status is not defined yet.
However a…
-
Hi!
1) I'am installed litmus and portal on minikube on one host, with ip x.x.x.x
- created nginx proxy_pass from external ip to minikube 192.168.49.2:31391
- http://x.x.x.x:8080/ - opened portal, s…
-
## Checklist
* [x] Double-checked my configuration.
* [x] Tested using the latest version.
* [x] Used the Emissary executor.
## Summary
What happened/what you expected to happen?
…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I can confirm the issues exists when I tested with `:latest`
- [X] I'd like to contribute the fix myself (see [contributing guide…
-
I'm trying ```argo -n argo submit --from clusterworkflowtemplate/ -v --gloglevel=9 ...``` and it is taking about 10-12 seconds to complete. Looks like it spends most time resolving all the templates..…
-
Since the Node/Edge Services are completed we need to test the viability of the pipeline connections. We wil hardcoded a pipeline and have it use all the services to verify that each piece is workin…
-
# Summary
Argo provides great help connecting containerized command-line programs and turning them into workflow. I consider Argo's support for data passing (parameters and artifacts) to be one of …