Skip to content

Commit

Permalink
Merge pull request #1292 from fedinskiy/fix/shift
Browse files Browse the repository at this point in the history
Fixed "read-only file system" bug during tests runs
  • Loading branch information
rsvoboda authored Jun 28, 2023
2 parents 9d4a231 + 0c01eb6 commit 56debcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .openshift-interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ ADD --chmod=755 oc_login.sh /tmp/tests/
# to debug on local
# ADD --chmod=755 oc_login_local.sh /tmp/tests/oc_login.sh

# Without this we got "read-only file system" bug during CI test runs
RUN chgrp -R 0 /var && chmod -R g=u /var

# test results are in $PROJECT/target/failsafe-reports/*.xml for every PROJECT in $PROJECTS.
CMD ./oc_login.sh && source "/root/.sdkman/bin/sdkman-init.sh" && ./run.sh

0 comments on commit 56debcb

Please sign in to comment.