This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
v0.2.45
This is an initial release that enables End2end tests on any PR as well as merges to master. It's also possible for any fork to run the same CI steps. This adds two additional github actions steps: - Setup a [KinD](https://kind.sigs.k8s.io/) cluster (Kubernetes in Docker) - Run `end2end_execute`: - Clone flyte repo master - Replace propeller image with git sha's image - Run `make end2end_execute` from flyte repo. This deploys `flyte` manifests and run `endtoend.yaml` pod and waits for all workflows to finish executing as expected.