NSS:TryServer: Difference between revisions

m
Add extra builds
m (Add ARM)
m (Add extra builds)
Line 24: Line 24:
This section describes how to use try syntax to push your patch to nss-try and run only a subset of all available Taskcluster tests.
This section describes how to use try syntax to push your patch to nss-try and run only a subset of all available Taskcluster tests.


<pre>try: -b do -p all -u all -t all</pre>
<pre>try: -b do -p all -u all -t all -e all</pre>


This will run all available Taskcluster builds and tests and is equivalent to not specifying any try syntax at all.
This will run all available Taskcluster builds and tests and is equivalent to not specifying any try syntax at all.
Line 43: Line 43:


-t clang-format,scan-build (or "all" or "none")
-t clang-format,scan-build (or "all" or "none")
  [default is "none" if omitted]
-e all (or "none")
   [default is "none" if omitted]
   [default is "none" if omitted]
</pre>
</pre>
Line 61: Line 64:


The currently available tools are <code>clang-format</code>, <code>scan-build</code>. Specify any combination of those, like <code>-t clang-format,scan-build</code>, to choose the tools to run with your patch. If you want to run all tools use <code>-t all</code>, if you want no tools use <code>-t none</code>.
The currently available tools are <code>clang-format</code>, <code>scan-build</code>. Specify any combination of those, like <code>-t clang-format,scan-build</code>, to choose the tools to run with your patch. If you want to run all tools use <code>-t all</code>, if you want no tools use <code>-t none</code>.
==Extra builds (-e / --extra-builds)==
Specify either <code>all</code> or <code>none</code> to enable or disable extra builds. The number and type of extra builds varies per platform.


=Try syntax implementation=
=Try syntax implementation=
Confirmed users
333

edits