]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CI: Use tmpfs option to Docker instead of mount.
authorJoshua Colp <jcolp@digium.com>
Tue, 19 Feb 2019 16:06:32 +0000 (16:06 +0000)
committerJoshua C. Colp <jcolp@digium.com>
Tue, 19 Feb 2019 16:23:02 +0000 (10:23 -0600)
commit3a2db0ee047ed2d825ac0e625fd0914475c3cac9
tree9b07e43caba2a37abc164f96f386386aaf94fc6d
parentb327b0bbda4f4e05ee23062acc432e298bade487
CI: Use tmpfs option to Docker instead of mount.

Some tests require Asterisk to execute scripts which
are stored in /tmp. When mount is used for tmpfs there
is no ability to allow scripts to be executed from
that location.

This change switches to using tmpfs which can be told
to allow executables to be run from /tmp.

Change-Id: I0e598ca2b76af1f7f2d29f0da7b1731a214a291a
tests/CI/gates.jenkinsfile
tests/CI/periodics-daily.jenkinsfile
tests/CI/ref_debug.jenkinsfile
tests/CI/unittests.jenkinsfile