File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,22 @@ phases:
46
46
- chmod +x gradlew
47
47
- ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME buildPlugin --console plain --info
48
48
49
- -
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 &
49
+ # remove screen recording temporarily due to build issues in ffmpeg
50
+ # - 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 &
50
51
- ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME uiTestCore coverageReport --console plain --info
51
52
52
53
post_build :
53
54
commands :
54
55
- TEST_ARTIFACTS="/tmp/testArtifacts"
55
56
- mkdir -p $TEST_ARTIFACTS/test-reports
56
57
57
- - pkill -SIGINT ffmpeg && sleep 5
58
+ # - pkill -SIGINT ffmpeg && sleep 5
58
59
59
60
- rsync -rmq --include='*/' --include '**/build/idea-sandbox/system*/log/**' --exclude='*' . $TEST_ARTIFACTS/ || true
60
61
- rsync -rmq --include='*/' --include '**/build/reports/**' --exclude='*' . $TEST_ARTIFACTS/ || true
61
62
- rsync -rmq --include='*/' --include '**/test-results/**/*.xml' --exclude='*' . $TEST_ARTIFACTS/test-reports || true
62
63
63
- - mv /tmp/screen_recording.mp4 $TEST_ARTIFACTS/
64
+ # - mv /tmp/screen_recording.mp4 $TEST_ARTIFACTS/
64
65
65
66
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
66
67
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g') # Encode `#` in the URL because otherwise the url is clipped in the Codecov.io site
You can’t perform that action at this time.
0 commit comments