Skip to content

Commit

Permalink
Deploy released edge bundle rather than local one;
Browse files Browse the repository at this point in the history
  • Loading branch information
ycliuhw committed Feb 18, 2021
1 parent cc8f3ce commit b45c14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/microk8s-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,15 @@ jobs:
run: |
sg microk8s <<EOF
set -eux
# git clone https://github.com/juju-solutions/bundle-kubeflow.git
git clone --branch ci-controller-config https://github.com/ycliuhw/bundle-kubeflow.git
git clone https://github.com/juju-solutions/bundle-kubeflow.git
cd bundle-kubeflow
git clone git://git.launchpad.net/canonical-osm
cp -r canonical-osm/charms/interfaces/juju-relation-mysql mysql
sudo pip3 install -r requirements.txt -r test-requirements.txt
python3 ./scripts/cli.py microk8s setup --test-mode --config caas-image-repo=$DOCKER_USERNAME --services ''
# TODO: switch to deploy remote bundle rather local built one.
KUBEFLOW_AUTH_PASSWORD=foobar python3 ./scripts/cli.py --debug deploy-to uk8s --cloud microk8s --bundle edge --channel stable
# KUBEFLOW_AUTH_PASSWORD=foobar python3 ./scripts/cli.py --debug deploy-to uk8s --cloud microk8s --build --bundle edge
microk8s kubectl get pods -l 'juju-operator' -A -o custom-columns='Name:metadata.name,Image:spec.containers[0].image'
EOF
Expand Down
11 changes: 0 additions & 11 deletions test.py

This file was deleted.

0 comments on commit b45c14d

Please sign in to comment.