Skip to content

Commit

Permalink
сама́ доброта́
Browse files Browse the repository at this point in the history
  • Loading branch information
githubfoam committed Jul 3, 2020
1 parent 9495a4a commit 3a4498f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a4498f

Please sign in to comment.