Skip to content

Commit a21afee

Browse files
committed
see details in kubeflow/model-registry#267 (comment) Signed-off-by: tarilabs <[email protected]>
1 parent f737325 commit a21afee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/model_registry_test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- name: Install KinD, Create KinD cluster and Install kustomize
2020
run: ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
2121

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

0 commit comments

Comments
 (0)