File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 checks : write
129129 container :
130130 image : ${{ needs.get-dev-image.outputs.image-with-tag }}
131- options : --privileged
131+ options : --privileged --pid=host
132132 if : ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }}
133133 strategy :
134134 matrix : ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
@@ -163,9 +163,8 @@ jobs:
163163 run : |
164164 # Github actions container runner creates a docker network without IPv6 support. We enable it manually.
165165 sysctl -w net.ipv6.conf.lo.disable_ipv6=0
166- cat /proc/1/root/sys/kernel/security/lsm
167- echo 0 > /proc/1/root/proc/sys/kernel/apparmor_restrict_unprivileged_userns
168166 sysctl -w kernel.unprivileged_userns_clone=1
167+ bash -c "echo 0 > /proc/sys/kernel/apparmor_restrict_unprivileged_userns"
169168 ./scripts/bazel_ignore_codes.sh test ${{ matrix.args }} --target_pattern_file=target_files/${{ matrix.tests }} \
170169 2> >(tee bazel_stderr)
171170 - name : Parse junit reports
You can’t perform that action at this time.
0 commit comments