Bug 1238469 - Part 4: Remove custom mozharness configs from docker image; r=ahal

--HG--
extra : commitid : 7abo4shgA54
extra : rebase_source : 26f8f4c57485d6d9528471475ca0c1a934757a35
extra : amend_source : 29f470f7057c8183a97bba9e2c8b02b6a8eea726
This commit is contained in:
Edgar Chen 2016-01-11 22:17:18 +08:00
Родитель db274a814c
Коммит 27bc12b758
7 изменённых файлов: 2 добавлений и 56 удалений

Просмотреть файл

@ -2,12 +2,9 @@ FROM taskcluster/base-test:0.1.3
MAINTAINER Jonas Finnemann Jensen <jopsen@gmail.com>
# Add utilities and configuration
COPY b2g-desktop-config.py /home/worker/b2g-desktop-config.py
COPY dot-config /home/worker/.config
COPY dot-pulse /home/worker/.pulse
COPY bin /home/worker/bin
COPY mozharness_configs /home/worker/mozharness_configs
COPY buildprops.json /home/worker/buildprops.json
ADD https://s3-us-west-2.amazonaws.com/test-caching/packages/linux64-stackwalk /usr/local/bin/linux64-minidump_stackwalk
ADD https://raw.githubusercontent.com/taskcluster/buildbot-step/master/buildbot_step /home/worker/bin/buildbot_step
COPY tc-vcs-config.yml /etc/taskcluster-vcs.yml
@ -18,7 +15,7 @@ RUN chmod u+x /usr/local/bin/linux64-minidump_stackwalk
RUN apt-get install -y python-pip && pip install virtualenv;
RUN mkdir Documents; mkdir Pictures; mkdir Music; mkdir Videos; mkdir artifacts
RUN npm install -g taskcluster-vcs@2.3.12
RUN npm install -g taskcluster-npm-cache@1.3.1
RUN npm install -g taskcluster-npm-cache@1.3.3
RUN npm install -g node-gyp
RUN rm -Rf .cache && mkdir -p .cache
ENV PATH $PATH:/home/worker/bin

Просмотреть файл

@ -1 +1 @@
0.4.6
0.4.7

Просмотреть файл

@ -1,29 +0,0 @@
# This is a template config file for b2g desktop unittest production.
import os
config = {
# mozharness options
"application": "b2g",
"find_links": [
"http://pypi.pub.build.mozilla.org/pub",
],
"pip_index": False,
"default_actions": [
'clobber',
'read-buildbot-config',
'download-and-extract',
'create-virtualenv',
'install',
'run-tests',
],
"download_symbols": "ondemand",
"download_minidump_stackwalk": True,
"run_file_names": {
"mochitest": "runtestsb2g.py",
"reftest": "runreftestb2g.py",
},
"in_tree_config": "config/mozharness/b2g_desktop_config.py",
}

Просмотреть файл

@ -1,8 +0,0 @@
{
"properties": {
"buildername": ""
},
"sourcestamp": {
"changes": []
}
}

Просмотреть файл

@ -1,4 +0,0 @@
config = {
"exes": {},
"busybox_url": ""
}

Просмотреть файл

@ -1,4 +0,0 @@
config = {
"exes": {},
"xre_url": ""
}

Просмотреть файл

@ -1,6 +0,0 @@
config = {
# We bake this directly into the tester image now...
"download_minidump_stackwalk": False,
"minidump_stackwalk_path": "/usr/local/bin/linux64-minidump_stackwalk",
"exes": {}
}