[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible osuosl174: Default to using tmpfs /tmp for schroots.
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Sat Jul 31 23:46:59 BST 2021
Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net
Commits:
385b4128 by Vagrant Cascadian at 2021-07-31T15:46:42-07:00
reproducible osuosl174: Default to using tmpfs /tmp for schroots.
This machine has plenty of ram and it allows multiple sbuild runs
concurrently with the same build path.
- - - - -
1 changed file:
- + hosts/osuosl174-amd64/etc/schroot/default/fstab
Changes:
=====================================
hosts/osuosl174-amd64/etc/schroot/default/fstab
=====================================
@@ -0,0 +1,27 @@
+# fstab: static file system information for chroots.
+# Note that the mount point will be prefixed by the chroot path
+# (CHROOT_PATH)
+#
+# <file system> <mount point> <type> <options> <dump> <pass>
+/proc /proc none rw,bind 0 0
+/sys /sys none rw,bind 0 0
+/dev /dev none rw,bind 0 0
+/dev/pts /dev/pts none rw,bind 0 0
+/home /home none rw,bind 0 0
+tmpfs /tmp tmpfs defaults 0 0
+
+# It may be desirable to have access to /run, especially if you wish
+# to run additional services in the chroot. However, note that this
+# may potentially cause undesirable behaviour on upgrades, such as
+# killing services on the host.
+#/run /run none rw,bind 0 0
+#/run/lock /run/lock none rw,bind 0 0
+/dev/shm /dev/shm none rw,bind 0 0
+/run/shm /run/shm none rw,bind 0 0
+
+
+# jenkins-specific stuff:
+# <file system> <mount point> <type> <options> <dump> <pass>
+/srv/reproducible-results /srv/reproducible-results none rw,bind 0 0
+/srv/d-i /srv/d-i none rw,bind 0 0
+/srv/jenkins /srv/jenkins none rw,bind 0 0
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/385b412878c04f4da3699a677ab1c8a10bbe7296
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/385b412878c04f4da3699a677ab1c8a10bbe7296
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210731/6e446ad1/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list