Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1085632: Add Flame KK eng build task. r=lightsofapollo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wander Lairson Costa committed Jan 2, 2015
1 parent eb4b204 commit 605c3e2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testing/docker/phone-builder/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
2 changes: 2 additions & 0 deletions testing/docker/phone-builder/bin/build-phone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test $GECKO_HEAD_REV # Should be an hg revision to pull down
test $MOZHARNESS_REPOSITORY # mozharness repository
test $MOZHARNESS_REV # mozharness revision
test $TARGET
test $VARIANT

if ! validate_task.py; then
echo "Not a valid task" >&2
Expand Down Expand Up @@ -49,6 +50,7 @@ fi
--config b2g/taskcluster-phone.py \
"$debug_flag" \
--disable-mock \
--variant=$VARIANT \
--work-dir=$OBJDIR/B2G \
--log-level=debug \
--target=$TARGET \
Expand Down
15 changes: 15 additions & 0 deletions testing/taskcluster/tasks/builds/b2g_flame_kk_eng.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$inherits:
from: 'tasks/builds/b2g_phone_base.yml'
task:
scopes:
- 'docker-worker:cache:build-flame-kk-eng'
metadata:
name: B2G Flame KK Eng
payload:
cache:
build-flame-kk-eng: /home/worker/object-folder
env:
TARGET: 'flame-kk'
DEBUG: 0
VARIANT: eng

1 change: 1 addition & 0 deletions testing/taskcluster/tasks/builds/b2g_phone_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ task:
payload:
env:
REPO_TRACE: 1
VARIANT: user

# Emulators can take a very long time to build!
maxRunTime: 14400
Expand Down

0 comments on commit 605c3e2

Please sign in to comment.