[fenix] Taskgraph skeleton
commit6d41043ca3892dbbef2b634b457dc78414bd18e1
authorJohan Lorenzo <jlorenzo@mozilla.com>
Thu, 12 Sep 2019 12:06:28 +0000 (12 14:06 +0200)
committerSebastian Kaspari <s.kaspari@gmail.com>
Mon, 16 Sep 2019 09:36:07 +0000 (16 11:36 +0200)
tree92ef3dac0ab4def75ba982f7a4bca0aa6c6e688a
parenta78016d06c0b4cfe117cd0b280cf4dadfd4b1593
[fenix] Taskgraph skeleton
mobile/android/fenix/.taskcluster.yml
mobile/android/fenix/automation/taskcluster/decision_task.py
mobile/android/fenix/taskcluster/ci/config.yml [new file with mode: 0644]
mobile/android/fenix/taskcluster/fenix_taskgraph/__init__.py [new file with mode: 0644]
mobile/android/fenix/taskcluster/fenix_taskgraph/job.py [new file with mode: 0644]
mobile/android/fenix/taskcluster/fenix_taskgraph/routes.py [new file with mode: 0644]
mobile/android/fenix/taskcluster/fenix_taskgraph/target.py [new file with mode: 0644]
mobile/android/fenix/taskcluster/fenix_taskgraph/worker_types.py [new file with mode: 0644]
mobile/android/fenix/taskcluster/scripts/install-sdk.sh [new file with mode: 0755]