xene
xene copied to clipboard
A distributed workflow runner.
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.0 registry 2.8.0 Welcome to the v2.8.0 release of registry! The 2.8.0 registry release has been a long...
Introduce connectors between tasks that have a dependsOn relation. These connectors can be used to exchange small pieces of metadata between different tasks.
The initial aim should be to build the e2e-test infrastructure for xene and then add basics testing to it.
For example how is it same or different from Airflow or Prefect?
- xenectl pipeline trigger - xenectl pipeline runs --num 10 - xenectl pipelines status run xxxxxxxx
Add ability to use secrets in workflow pipelines: - Find a way on how the agent can get the required secrets for pipeline execution. Secrets embedding for pipelines
Add a feature to task spec to download artifacts from a remote source and mount them onto the container/environment running the pipeline.
With `logrus` WithFields logger for store logging interactions.