Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: MLFlow Seldon secrets is incorrectly formatted. #58

Merged
merged 11 commits into from
Dec 2, 2022
Merged
17 changes: 10 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,19 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
# TODO: Unpin this when https://github.com/charmed-kubernetes/actions-operator/pull/46 is merged
uses: claudiubelu/actions-operator@18ebf92ae3043bd3dd15238e5d9b662d7ba08daf
i-chvets marked this conversation as resolved.
Show resolved Hide resolved
with:
provider: microk8s
channel: 1.21/stable
charmcraft-channel: latest/candidate
- run: sg microk8s -c 'microk8s enable metallb:10.64.140.43-10.64.140.49'
- run: sudo apt install -y firefox-geckodriver
channel: 1.22/stable
# Pinned until this bug is resolved: https://bugs.launchpad.net/juju/+bug/1992833
bootstrap-options: "--agent-version=2.9.34"
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"
- name: Install firefox-geckodriver
run: sudo apt install -y firefox-geckodriver

- run: |
sg microk8s -c "tox -e ${{ matrix.charm }}-integration"
- name: Run integration tests
run: sg microk8s -c "tox -e ${{ matrix.charm }}-integration"

# Collect debug logs if failed
- name: Dump Juju/k8s logs on failure
Expand Down
Loading