Fix: refactor workflow and fix some e2e tests (#2272)

* Fix: add e2e plugin test back

* Fix: e2e rollout test and try change port to 37081

* Fix: add rollout plan test back

* Refactor: change the workflow state machine and add workflow succeed state

* Refactor: refine definition controller and fix e2e of app revision

* Refactor: unlock all the normal cases

* Fix: add helm schematic logic back into workflow
This commit is contained in:
Jianbo Sun
2021-09-13 14:17:12 +08:00
committed by GitHub
parent af01349f28
commit cad21c5138
65 changed files with 533 additions and 430 deletions

View File

@@ -82,7 +82,7 @@ make core-install
To ensure you have created vela-system namespace and install definitions of necessary module.
you can run the command:
```shell script
make check-install-def
make def-install
```
And then run locally: