This commit is contained in:
Yuval Kohavi
2019-05-10 19:16:16 -04:00
parent d7be66743e
commit 87e9dfe3d3
4 changed files with 140 additions and 0 deletions
+9
View File
@@ -18,6 +18,15 @@ jobs:
- run: test/e2e-build.sh supergloo:test.supergloo-system
- run: test/e2e-tests.sh canary
e2e-gloo-testing:
machine: true
steps:
- checkout
- run: test/e2e-kind.sh
- run: test/e2e-gloo.sh
- run: test/e2e-gloo-build.sh
- run: test/e2e-gloo-tests.sh
e2e-nginx-testing:
machine: true
steps: