Confirmed users
1,989
edits
Line 78: | Line 78: | ||
See https://tools.taskcluster.net/auth/clients/ for an example and use "mozilla-ldap/kmoir@mozilla.com/" in the "Client ids beginning with page" | See https://tools.taskcluster.net/auth/clients/ for an example and use "mozilla-ldap/kmoir@mozilla.com/" in the "Client ids beginning with page" | ||
==== Where are nightly artifacts stored? ==== | ==== Where are nightly and ci artifacts stored? ==== | ||
With the move to taskcluster, | With the move to taskcluster, build artifacts are no longer stored on archive.mozilla.org. Instead, they can be downloaded in two ways: | ||
1. Treeherder. With buildbot, the build + signing + repackaging of Firefox into the correct format for that platform was a single job, the nightly build. With the move to taskcluster, the installable artifacts are created in different job names. | 1. Treeherder. With buildbot, the build + signing + repackaging of Firefox into the correct format for that platform was a single job, the nightly build. With the move to taskcluster, the installable artifacts are created in different job names. | ||
Line 86: | Line 86: | ||
<pre> | <pre> | ||
Platform Job Artifact to download | Platform Nightly Job Artifact to download | ||
Android* Ns | Android* Ns target.apk | ||
Linux* Ns | Linux* Ns target.tar.bz2 | ||
Mac Nr | Mac Nr target.dmg | ||
Win* Nr | Win* Nr installer.exe | ||
</pre> | </pre> | ||
2. Indexes. Taskcluster indexes identify artifacts associated with each job. | For non-nightly builds, a [https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-job_type_symbol=B&filter-job_type_symbol=Bs useful filter for treeherder is here] (mozilla inbound as an example, update as appropriate). In this case, the job symbols are B for Android, Linux and Mac, and Bs for Windows (signed on push build for Windows as required by some tests). | ||
<pre> | |||
Platform Dep Job Symbol Artifact to download | |||
Android* B target.apk | |||
Linux* B target.tar.bz2 | |||
Mac B target.dmg | |||
Win* Bs setup.exe | |||
</pre> | |||
2. Indexes. Taskcluster indexes identify artifacts associated with each job. Look here for [https://tools.taskcluster.net/index/gecko.v2.mozilla-central.nightly.latest.firefox taskcluster nightlies, the latest desktop] and [https://tools.taskcluster.net/index/gecko.v2.mozilla-central.nightly.latest.mobile here for mobile]. Again, the jobs and artifacts associated with each nightly correspond the the chart above. Click on the appropriate job, then "Taskid" on the right, then "Run artifacts" on the right. For dep builds, [https://tools.taskcluster.net/index/gecko.v2.mozilla-central.latest.firefox look under for desktop] or [https://tools.taskcluster.net/index/gecko.v2.mozilla-central.latest.mobile here for mobile]. | |||
== Disable updates == | == Disable updates == |