Back to Bazel

ExecutionInfo

docs/versions/8.2.0/rules/lib/providers/ExecutionInfo.mdx

9.1.13.0 KB
Original Source
<html devsite> <head> <meta name="project_path" value="/_project.yaml"> <meta name="book_path" value="/versions/8.2.0/_book.yaml"> </head> <body> <h1 class="page-title" id="modules.ExecutionInfo">ExecutionInfo</h1>

{% dynamic setvar source_file "src/main/java/com/google/devtools/build/lib/starlarkbuildapi/test/ExecutionInfoApi.java" %} {% dynamic setvar version "8.2.0" %} {% dynamic setvar original_path "/rules/lib/providers/ExecutionInfo" %} {% include "_buttons.html" %}

<!-- {% raw %} -->

Use this provider to specify special environment requirements needed to run tests.

<h2>Members</h2> <ul> <li> <a href="#ExecutionInfo">ExecutionInfo</a> </li> <li> <a href="#exec_group">exec_group</a> </li> <li> <a href="#requirements">requirements</a> </li> </ul>
  <h2 id="ExecutionInfo">ExecutionInfo</h2>
    <p><pre class="rule-signature"><a class="anchor" href="../providers/ExecutionInfo.html">ExecutionInfo</a> ExecutionInfo(requirements={}, exec_group='test')</pre></p>

Creates an instance.

      <!-- hide-from-toc is a class used by DevSite for the public Bazel site
  (https://developers.google.com/devsite/reference/styles/headings#hide_headings_from_the_toc) -->
  <h3 class="hide-from-toc">Parameters</h3>
  <table class="table table-bordered table-condensed table-params">
    <colgroup>
      <col class="col-param">
      <col class="param-description">
    </colgroup>
    <thead>
      <tr>
        <th>Parameter</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
              <tr>
        <td id="ExecutionInfo.requirements">
          <code>requirements</code>
        </td>
        <td>
                      <a class="anchor" href="../core/dict.html">dict</a>;
                                 default is <code>{}</code>

                      A dict indicating special execution requirements, such as hardware platforms.
        </td>
      </tr>
              <tr>
        <td id="ExecutionInfo.exec_group">
          <code>exec_group</code>
        </td>
        <td>
                      <a class="anchor" href="../core/string.html">string</a>;
                                 default is <code>'test'</code>

                      The name of the exec group that is used to execute the test.
        </td>
      </tr>
            </tbody>
  </table>

    <h2 id="exec_group">exec_group</h2>
    <p><pre class="rule-signature"><a class="anchor" href="../core/string.html">string</a> ExecutionInfo.exec_group</pre></p>

The name of the exec group that is used to execute the test.


    <h2 id="requirements">requirements</h2>
    <p><pre class="rule-signature"><a class="anchor" href="../core/dict.html">dict</a> ExecutionInfo.requirements</pre></p>

A dict indicating special execution requirements, such as hardware platforms.
</body> </html> <!-- {% endraw %} -->