Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 1154947 part 2: Add non-nightly lightsaber config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wander Lairson Costa committed Apr 30, 2015
1 parent f4cb665 commit 7820ab7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions configs/b2g/taskcluster-lightsaber.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env python
config = {
"default_vcs": "tc-vcs",
"default_actions": [
'checkout-sources',
'checkout-lightsaber',
'build',
'build-symbols',
'prep-upload'
],
"upload": {
"default": {
"upload_dep_target_exclusions": []
}
},
"env": {
"GAIA_OPTIMIZE": "1",
"WGET_OPTS": "-c -q",
"LIGHTSABER": "1",
"B2G_PATH": "%(work_dir)s",
"BOWER_FLAGS": "--allow-root",
"WGET_OPTS": "-c -q",
},
"is_automation": True,
"repo_remote_mappings": {
'https://android.googlesource.com/': 'https://git.mozilla.org/external/aosp',
'git://codeaurora.org/': 'https://git.mozilla.org/external/caf',
'https://git.mozilla.org/b2g': 'https://git.mozilla.org/b2g',
'git://github.com/mozilla-b2g/': 'https://git.mozilla.org/b2g',
'git://github.com/mozilla/': 'https://git.mozilla.org/b2g',
'https://git.mozilla.org/releases': 'https://git.mozilla.org/releases',
'http://android.git.linaro.org/git-ro/': 'https://git.mozilla.org/external/linaro',
'git://github.com/apitrace/': 'https://git.mozilla.org/external/apitrace',
},
}

0 comments on commit 7820ab7

Please sign in to comment.