Loading .taskcluster.yml +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ tasks: - statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust payload: maxRunTime: 600 # Decision should remain fast enough to schedule a handful of tasks image: mozillamobile/android-components:1.17 image: mozillamobile/android-components:1.18 command: - /bin/bash - --login Loading automation/taskcluster/lib/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ class TaskBuilder(object): "features": features, "env": env_vars, "maxRunTime": 7200, "image": "mozillamobile/android-components:1.17", "image": "mozillamobile/android-components:1.18", "command": [ "/bin/bash", "--login", Loading Loading
.taskcluster.yml +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ tasks: - statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust payload: maxRunTime: 600 # Decision should remain fast enough to schedule a handful of tasks image: mozillamobile/android-components:1.17 image: mozillamobile/android-components:1.18 command: - /bin/bash - --login Loading
automation/taskcluster/lib/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ class TaskBuilder(object): "features": features, "env": env_vars, "maxRunTime": 7200, "image": "mozillamobile/android-components:1.17", "image": "mozillamobile/android-components:1.18", "command": [ "/bin/bash", "--login", Loading