Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
see details in kubeflow/model-registry#267 (comment)

Signed-off-by: tarilabs <[email protected]>
  • Loading branch information
tarilabs committed Feb 3, 2025
1 parent f737325 commit a21afee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/model_registry_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Install KinD, Create KinD cluster and Install kustomize
run: ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh

- name: Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
run: |
set -x
sudo apt-get install apparmor-profiles
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: Install kubectl
run: ./tests/gh-actions/install_kubectl.sh

Expand Down

0 comments on commit a21afee

Please sign in to comment.