Skip to content

Commit 2a87205

Browse files
committed
install apparmor
1 parent 7746823 commit 2a87205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec/linuxUiTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ phases:
4747
- chmod +x gradlew
4848

4949
- |
50-
>/etc/apparmor.d/jcef
50+
>/etc/apparmor.d/jcef echo "
5151
abi <abi/4.0>,
5252
include <tunables/global>
5353
5454
profile /usr/lib/jvm/java-21-amazon-corretto.x86_64/bin/java flags=(unconfined) {
5555
userns,
5656
5757
include if exists <local/chrome>
58-
}
58+
}"
5959
- apparmor_parser -r /etc/apparmor.d/jcef
6060
- ffmpeg -loglevel quiet -nostdin -f x11grab -video_size ${SCREEN_WIDTH}x${SCREEN_HEIGHT} -i ${DISPLAY} -codec:v libx264 -pix_fmt yuv420p -vf drawtext="fontsize=48:box=1:[email protected]:boxborderw=5:fontcolor=white:x=0:y=h-text_h:text='%{gmtime\:%H\\\\\:%M\\\\\:%S}'" -framerate 12 -g 12 /tmp/screen_recording.mp4 &
6161
- ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME :ui-tests-starter:uiTest coverageReport --console plain --info

0 commit comments

Comments
 (0)