diff --git a/.travis.yml b/.travis.yml index d454150..3806e62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,32 +104,32 @@ matrix: # after_success: # - deactivate - # - - name: "microservices kind w snapped kubectl helm Python 3.7 on bionic" #OK - dist: bionic - arch: amd64 - addons: - snaps: - - name: kubectl - confinement: classic # or devmode - channel: latest/stable # will be passed to --channel flag - - name: helm - confinement: classic # or devmode - channel: latest/stable # will be passed to --channel flag - language: python - python: 3.7 - before_install: - - pip3 install virtualenv - - virtualenv -p $(which python3) ~venvpy3 - - source ~venvpy3/bin/activate - - pip install -r requirements.txt - script: - - sudo make deploy-kind - - sudo kind create cluster --config=app/kind-config.yaml - - sudo kubectl cluster-info --context kind-kind - - sudo make deploy-micrpservices - after_success: - - deactivate + + # - name: "microservices kind w snapped kubectl helm Python 3.7 on bionic" #OK + # dist: bionic + # arch: amd64 + # addons: + # snaps: + # - name: kubectl + # confinement: classic # or devmode + # channel: latest/stable # will be passed to --channel flag + # - name: helm + # confinement: classic # or devmode + # channel: latest/stable # will be passed to --channel flag + # language: python + # python: 3.7 + # before_install: + # - pip3 install virtualenv + # - virtualenv -p $(which python3) ~venvpy3 + # - source ~venvpy3/bin/activate + # - pip install -r requirements.txt + # script: + # - sudo make deploy-kind + # - sudo kind create cluster --config=app/kind-config.yaml + # - sudo kubectl cluster-info --context kind-kind + # - sudo make deploy-microservices + # after_success: + # - deactivate - name: "istio service mesh kind w snapped kubectl helm Python 3.7 on bionic" #OK dist: bionic diff --git a/Makefile b/Makefile index 6908ce6..52fa1d7 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ APP:="app/deploy-openesb.sh" deploy-kind: bash deploy-kind.sh -deploy-micrpservices: - bash app/deploy-micrpservices.sh +deploy-microservices: + bash app/deploy-microservices.sh deploy-cilium-cluster-mesh: bash app/deploy-cilium-cluster-mesh.sh deploy-cilium-hubble-dist: