diff --git a/testing/docker/base-test/Dockerfile b/testing/docker/base-test/Dockerfile index fb58f81b257e..80045f6e3707 100644 --- a/testing/docker/base-test/Dockerfile +++ b/testing/docker/base-test/Dockerfile @@ -127,6 +127,6 @@ ENV LOGNAME worker # Declare default working folder WORKDIR /home/worker - + # Set a default command useful for debugging CMD ["/bin/bash", "--login"] diff --git a/testing/taskcluster/tasks/builds/b2g_emulator_ics_opt.yml b/testing/taskcluster/tasks/builds/b2g_emulator_ics_opt.yml index 38add4cd8e85..efabd4b83333 100644 --- a/testing/taskcluster/tasks/builds/b2g_emulator_ics_opt.yml +++ b/testing/taskcluster/tasks/builds/b2g_emulator_ics_opt.yml @@ -5,6 +5,9 @@ $inherits: build_name: 'emulator-ics' task: workerType: emulator-ics + routes: + - 'index.buildbot.branches.{{project}}.emulator-ics' + - 'index.buildbot.revisions.{{head_rev}}.{{project}}.emulator-ics' scopes: - 'docker-worker:cache:workspace-emulator-ics-opt' metadata: diff --git a/testing/taskcluster/tasks/builds/b2g_emulator_kk_opt.yml b/testing/taskcluster/tasks/builds/b2g_emulator_kk_opt.yml index 6b7b66def76e..ababa837ddc2 100644 --- a/testing/taskcluster/tasks/builds/b2g_emulator_kk_opt.yml +++ b/testing/taskcluster/tasks/builds/b2g_emulator_kk_opt.yml @@ -5,6 +5,9 @@ $inherits: build_type: 'opt' task: workerType: emulator-kk + routes: + - 'index.buildbot.branches.{{project}}.emulator-kk' + - 'index.buildbot.revisions.{{head_rev}}.{{project}}.emulator-kk' scopes: - 'docker-worker:cache:workspace-emulator-kk-opt' metadata: