No bug. Don't skip taskcluster try syntax on builds requesting buildbot; r=me DONTBUILD
No bug. Don't skip taskcluster try syntax on builds requesting buildbot; r=me DONTBUILD
This was originally disabled since not all platforms were supported. Now that
win32 builds are enabled, there is no need to disable taskcluster requests.
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -101,23 +101,17 @@ tasks:
COMM_BASE_REPOSITORY: 'https://hg.mozilla.org/comm-central'
COMM_HEAD_REPOSITORY: '${repoUrl}'
COMM_HEAD_REF: '${push.revision}'
COMM_HEAD_REV: '${push.revision}'
HG_STORE_PATH: /buillds/worker/checkouts/hg-store
TASKCLUSTER_CACHES: /builds/worker/checkouts
- $if: 'tasks_for != "action"'
then:
- $if: '("--buildbot" in push.comment) && !("mozilla@hocat.ca" in ownerEmail)'
- then:
- # Until all buildbot platforms are supported in taskcluster, avoid
- # passing try syntax to taskcluster.
- COMM_COMMIT_MSG: 'try: ignored'
- else:
- COMM_COMMIT_MSG: '${push.comment}'
+ COMM_COMMIT_MSG: '${push.comment}'
- $if: 'tasks_for == "action"'
then:
ACTION_TASK_GROUP_ID: '${action.taskGroupId}'
ACTION_TASK_ID: {$json: {$eval: 'taskId'}}
ACTION_TASK: {$json: {$eval: 'task'}}
ACTION_INPUT: {$json: {$eval: 'input'}}
ACTION_CALLBACK: '${action.cb_name}'
ACTION_PARAMETERS: {$json: {$eval: 'parameters'}}