Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1788606 - Speed up decision task by not calling gradle anymore #340

Merged
merged 7 commits into from Dec 15, 2022
5 changes: 1 addition & 4 deletions .taskcluster.yml
Expand Up @@ -234,8 +234,6 @@ tasks:
retries: 5

payload:
cache:
"${trustDomain}-level-${level}-gradle-decision-cache": /builds/worker/.gradle
env:
# run-task uses these to check out the source; the inputs
# to `mach taskgraph decision` are all on the command line.
Expand All @@ -250,7 +248,6 @@ tasks:
MOBILE_REPOSITORY_TYPE: git
MOZ_AUTOMATION: "1"
REPOSITORIES: {$json: {mobile: "firefox-android"}}
TASKCLUSTER_CACHES: /builds/worker/.gradle
- $if: 'isPullRequest'
then:
MOBILE_PULL_REQUEST_NUMBER: '${event.pull_request.number}'
Expand All @@ -266,7 +263,7 @@ tasks:
# Note: This task is built server side without the context or tooling that
# exist in tree so we must hard code the hash
image:
mozillareleases/taskgraph:decision-mobile-c0fca789e58f5458999ac9780a45897340f96f2a273c3c5ea1d2be438ab5223b@sha256:e9f387c9049db80281eaed73c7173b653be195423cdd58300f71d9796d8f1ac7
mozillareleases/taskgraph:decision-mobile-0f66ff9a7aef437051e84d1202c1ac341b23a5cdd797a0989ccd4ea3fd93c1d5@sha256:71a50e8c6de8ac394093cda3815ea2d19c0e67b025053b5c47c2364bd895903f

maxRunTime: 1800

Expand Down