Skip to content

Commit

Permalink
Merge pull request #151 from yuval-k/supergloo
Browse files Browse the repository at this point in the history
Supergloo Support
  • Loading branch information
stefanprodan authored Apr 25, 2019
2 parents 57f1b63 + 5279f73 commit 13816ee
Show file tree
Hide file tree
Showing 792 changed files with 152,006 additions and 22 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ jobs:
- run: test/e2e-build.sh
- run: test/e2e-tests.sh

e2e-supergloo-testing:
machine: true
steps:
- checkout
- run: test/e2e-kind.sh
- run: test/e2e-supergloo.sh
- run: test/e2e-build.sh supergloo:test.supergloo-system
- run: test/e2e-tests.sh canary

workflows:
version: 2
build-and-test:
Expand All @@ -20,3 +29,10 @@ workflows:
- /gh-pages.*/
- /docs-.*/
- /release-.*/
- e2e-supergloo-testing:
filters:
branches:
ignore:
- /gh-pages.*/
- /docs-.*/
- /release-.*/
Loading

0 comments on commit 13816ee

Please sign in to comment.