Bug 1211453 - Run simulator post-build task on mozilla-central. r=garndt

This commit is contained in:
Alexandre Poirot 2015-10-07 08:30:18 -07:00
parent e084f4b9a3
commit e40b1fe3fd
2 changed files with 11 additions and 5 deletions

View File

@ -5,6 +5,11 @@
$inherits:
from: tasks/branches/base_jobs.yml
# Flags specific to this branch
flags:
post-build:
- simulator
builds:
android-api-11:
platforms:
@ -34,3 +39,9 @@ builds:
task: tasks/builds/b2g_flame_kk_ota_opt.yml
debug:
task: tasks/builds/b2g_flame_kk_ota_debug.yml
post-build:
simulator:
allowed_build_tasks:
- tasks/builds/mulet_linux.yml
task: tasks/post-builds/mulet_simulator.yml

View File

@ -9,7 +9,6 @@ $inherits:
flags:
post-build:
- upload-symbols
- simulator
builds:
linux64_gecko:
@ -225,10 +224,6 @@ post-build:
- tasks/builds/dbg_linux64.yml
- tasks/builds/android_api_11.yml
task: tasks/post-builds/upload_symbols.yml
simulator:
allowed_build_tasks:
- tasks/builds/mulet_linux.yml
task: tasks/post-builds/mulet_simulator.yml
tests:
cppunit: