Skip to content

Commit

Permalink
Deployed f3e9c40 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Nov 7, 2023
1 parent d373f54 commit e2984d2
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 10 deletions.
71 changes: 62 additions & 9 deletions developers/general/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,33 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#git-workflows" class="md-nav__link">
Git workflows
</a>

<nav class="md-nav" aria-label="Git workflows">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#setup" class="md-nav__link">
Setup
</a>

</li>

<li class="md-nav__item">
<a href="#git-config" class="md-nav__link">
Git config
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -3472,6 +3499,33 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#git-workflows" class="md-nav__link">
Git workflows
</a>

<nav class="md-nav" aria-label="Git workflows">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#setup" class="md-nav__link">
Setup
</a>

</li>

<li class="md-nav__item">
<a href="#git-config" class="md-nav__link">
Git config
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -3685,15 +3739,14 @@ <h4 id="ci-behavior-manipulation">CI behavior manipulation<a class="headerlink"
</details>
<details class="info -">
<summary>Using <code>ci-skip</code>, <code>ci-extra</code>, <code>ci-exactly</code></summary>
<h1 id="the-ci-options-instruct-the-setup-script-on-which-jobs-to-include-or">The <code>ci-*</code> options instruct the setup script on which jobs to include or<a class="headerlink" href="#the-ci-options-instruct-the-setup-script-on-which-jobs-to-include-or" title="Permanent link">link</a></h1>
<p>exclude from its run. They take a comma-separated list of jobs which must be
<p>The <code>ci-*</code> options instruct the setup script on which jobs to include or
exclude from its run. They take a comma-separated list of jobs which must be
from the set of top-level job identifiers in the <code>ci.yml</code> file or the
special keyword "all" to indicate all jobs.</p>
<p>``` text
ci-skip: jobs,to,skip
<div class="highlight"><pre><span></span><code>ci-skip: jobs,to,skip
ci-extra: extra,jobs,to,run
ci-exactly: exact,set,of,jobs,to,run</p>
<h1 id="_1">```<a class="headerlink" href="#_1" title="Permanent link">link</a></h1>
ci-exactly: exact,set,of,jobs,to,run
</code></pre></div>
<ul>
<li><code>ci-skip</code> removes jobs that would otherwise be included, though it is not
an error to list jobs that would not be included by default.</li>
Expand All @@ -3714,9 +3767,9 @@ <h1 id="_1">```<a class="headerlink" href="#_1" title="Permanent link">link</a><
</code></pre></div>
<p>Benchmarks don't run by default on PRs, and must be specifically requested.</p>
<p>The <code>benchmark-extra</code> option allows specifying additional benchmark presets
to run as part of benchmarking. It accepts a comma-separated list of</p>
<h1 id="benchmark-presets-this-combines-with-labels-added-to-the-pr-which-are-a">benchmark presets. This combines with labels added to the PR (which are a<a class="headerlink" href="#benchmark-presets-this-combines-with-labels-added-to-the-pr-which-are-a" title="Permanent link">link</a></h1>
<p>more limited set of options). See the
to run as part of benchmarking. It accepts a comma-separated list of
benchmark presets. This combines with labels added to the PR (which are a
more limited set of options). See the
<a href="../../performance/benchmark-suites/">benchmark suites documentation</a>.</p>
<p>Benchmarks <em>do</em> run by default on PRs detected to be an integration of LLVM
into IREE, but this behavior can be disabled with
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e2984d2

Please sign in to comment.