Bug 1426445: Add sanity check that worker uid/gid is 1000 in run-task; r=dustin,gps

MozReview-Commit-ID: 7T7rQpLhJIN
This commit is contained in:
Tom Prince
2018-01-02 14:22:36 -07:00
parent d45b1b539c
commit 477d908766
5 changed files with 14 additions and 7 deletions

View File

@@ -875,7 +875,7 @@ def build_docker_worker_payload(config, task, task_def):
# string literal in the variable below can be changed. This is
# preferred to changing run-task because it doesn't require images
# to be rebuilt.
cache_version = 'v2'
cache_version = 'v3'
if run_task:
suffix = '-%s-%s' % (cache_version, _run_task_suffix())