Skip to content

Commit

Permalink
deploy: efa8a43
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Oct 22, 2024
1 parent 37794fc commit ea88e3b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 48 deletions.
Binary file modified latest/.doctrees/Testing.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
27 changes: 2 additions & 25 deletions latest/Testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@
<li class="toctree-l1"><a class="reference internal" href="SpackCommands.html">Important Spack Commands</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Testing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#test-packages-pr-mr-ci-cd">Test packages (PR/MR/CI/CD)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#pull-request-testing-for-spack-c2sm-on-github">Pull Request Testing for spack-c2sm on GitHub</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#examples">Examples</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#pull-request-testing-for-spack-c2sm-on-github">Pull Request Testing for spack-c2sm on GitHub</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="UpstreamManagement.html">Upstream management</a></li>
Expand Down Expand Up @@ -109,32 +106,12 @@ <h2>Test packages (PR/MR/CI/CD)<a class="headerlink" href="#test-packages-pr-mr-
</section>
<section id="pull-request-testing-for-spack-c2sm-on-github">
<h2>Pull Request Testing for spack-c2sm on GitHub<a class="headerlink" href="#pull-request-testing-for-spack-c2sm-on-github" title="Link to this heading"></a></h2>
<p>To test a PR, create a comment <code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span> <span class="pre">[&lt;packages&gt;]</span> <span class="pre">[&lt;machines&gt;]</span></code>.</p>
<p>It will test the listed packages on the listed machines.
No package means all packages. No machine means all machines.
The order is irrelevant.</p>
<section id="examples">
<h3>Examples<a class="headerlink" href="#examples" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span> <span class="pre">int2lm</span> <span class="pre">balfrin</span></code> tests int2lm on balfrin.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span> <span class="pre">cosmo</span> <span class="pre">int2lm</span> <span class="pre">balfrin</span></code> tests</p>
<ul>
<li><p>cosmo on balfrin</p></li>
<li><p>int2lm on balfrin</p></li>
</ul>
</li>
<li><p><code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span> <span class="pre">cosmo</span> <span class="pre">icon</span></code> tests cosmo and icon on all machines.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span> <span class="pre">balfrin</span></code> tests all packages on balfrin.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span></code> tests all packages on all machines.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span> <span class="pre">all</span></code> tests all packages on all machines.</p></li>
</ul>
<p>Supported packages: all folder names in folder <a class="reference external" href="https://github.com/C2SM/spack-c2sm/tree/main/packages">packages</a>.</p>
<p>To test a PR, create a comment <code class="docutils literal notranslate"><span class="pre">launch</span> <span class="pre">jenkins</span></code>.</p>
<p>Supported machines:</p>
<ul class="simple">
<li><p>balfrin</p></li>
</ul>
</section>
</section>
</section>


Expand Down
23 changes: 1 addition & 22 deletions latest/_sources/Testing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,7 @@ This is a common way to do it.
Pull Request Testing for spack-c2sm on GitHub
---------------------------------------------

To test a PR, create a comment ``launch jenkins [<packages>] [<machines>]``.

It will test the listed packages on the listed machines.
No package means all packages. No machine means all machines.
The order is irrelevant.

Examples
^^^^^^^^

* ``launch jenkins int2lm balfrin`` tests int2lm on balfrin.
* ``launch jenkins cosmo int2lm balfrin`` tests

* cosmo on balfrin
* int2lm on balfrin

* ``launch jenkins cosmo icon`` tests cosmo and icon on all machines.
* ``launch jenkins balfrin`` tests all packages on balfrin.
* ``launch jenkins`` tests all packages on all machines.
* ``launch jenkins all`` tests all packages on all machines.


Supported packages: all folder names in folder `packages <https://github.com/C2SM/spack-c2sm/tree/main/packages>`__.
To test a PR, create a comment ``launch jenkins``.

Supported machines:

Expand Down
Binary file modified latest/objects.inv
Binary file not shown.
Loading

0 comments on commit ea88e3b

Please sign in to comment.