mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
8eb7847f22
Before, test.sh (duplicated between the desktop-test and desktop1604-test images) was dropping permissions, creating a workspace, and executing test-linux.sh. This is functionality now provided by run-task. So, convert the test tasks to use run-task. It's worth noting that creating the workspace directory is no longer necessary because it is defined as a VOLUME in the Dockerfile or a cache in some task configurations. However, it is default owned by root:root, so we do need to instruct run-task to chown it. Since the test.sh files are no longer used after this change, they have been deleted. The desktop-test image no longer has any files in the bin/ directory, so the Dockerfile entry to copy those files has been removed. MozReview-Commit-ID: 1BiskrMs6xW --HG-- extra : rebase_source : f4b8f320fafa2da1aa4b06c9cbef76c69acdae8f extra : intermediate-source : 905fb4a53386c76d931e4a04a31d03739a00a1ff extra : source : 8335aa40265b1d17421d06d9e9a180eb8419fe47 |
||
---|---|---|
.. | ||
ci | ||
docs | ||
scripts | ||
taskgraph | ||
mach_commands.py | ||
moz.build |