Skip to content

Commit a098b60

Browse files
authored
gha: refresh AppArmor settings for mysql in gha (kubeflow#1112)
* gha: remove obsolete apparmor settings for mysql in gha Signed-off-by: Matteo Mortari <[email protected]> * align manifest between kubeflow#267 and kubeflow#703 Signed-off-by: Matteo Mortari <[email protected]> * Revert removal (keep AppArmor) and change script This reverts commit e00cd80. trying with replacing with apparmor-utils Signed-off-by: Matteo Mortari <[email protected]> * pin ubuntu runners to fetch apparmor settings correctly Signed-off-by: Matteo Mortari <[email protected]> * Revert "pin ubuntu runners to fetch apparmor settings correctly" This reverts commit 769d452. Signed-off-by: Matteo Mortari <[email protected]> * attempt by forcing apt mirror to lookup for AppArmor Signed-off-by: Matteo Mortari <[email protected]> * test by removing directly the profile Signed-off-by: Matteo Mortari <[email protected]> * Revert "test by removing directly the profile" This reverts commit 7eb0455. Signed-off-by: Matteo Mortari <[email protected]> * simply remove with apparmor_parser -R Signed-off-by: Matteo Mortari <[email protected]> * Revert "align manifest between kubeflow#267 and kubeflow#703" This reverts commit 6c1a4c8. This is taken care in separate PR: kubeflow#1113 Signed-off-by: Matteo Mortari <[email protected]> --------- Signed-off-by: Matteo Mortari <[email protected]>
1 parent 1fd212e commit a098b60

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build-image-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
4242
run: |
4343
set -x
44-
sudo apt-get install apparmor-profiles
4544
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
4645
- name: Load Local Registry Test Image
4746
env:

.github/workflows/csi-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
- name: Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
6969
run: |
7070
set -x
71-
sudo apt-get install apparmor-profiles
7271
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
7372
7473
- name: Install kustomize

.github/workflows/python-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ jobs:
197197
- name: Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
198198
run: |
199199
set -x
200-
sudo apt-get install apparmor-profiles
201200
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
202201
- name: Load Local Registry Test Image
203202
env:

0 commit comments

Comments
 (0)