Related to T2654
Details
Details
- Reviewers
- None
- Group Reviewers
Reviewers - Maniphest Tasks
- T2654: modprobe fuse on the CI build machine
- Commits
- rCJSWH5ade7a89a66b: swh-fuse: add a privileged and device option to the docker container to allow…
tox
Diff Detail
Diff Detail
- Repository
- rCJSWH Jenkins jobs
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
jobs/templates/includes/agent-docker.groovy.j2 | ||
---|---|---|
5 | What's the else condition gonna resolve too? empty string or something ""? |
jobs/templates/includes/agent-docker.groovy.j2 | ||
---|---|---|
5 | It's interpreted as an empty string :
args '--tmpfs /tmp:exec -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -u jenkins:docker --mount type=volume,src=shared-jenkins-cachedir,dst=/home/jenkins/.cache '
args '--tmpfs /tmp:exec -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -u jenkins:docker --mount type=volume,src=shared-jenkins-cachedir,dst=/home/jenkins/.cache --privileged --device /dev/fuse' |
jobs/templates/includes/agent-docker.groovy.j2 | ||
---|---|---|
5 | thanks. |