Skip to content

Commit

Permalink
Deploy preview for PR 57 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Feb 7, 2024
1 parent bec4003 commit f48a415
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
Binary file modified pr-preview/pr-57/.doctrees/environment.pickle
Binary file not shown.
Binary file modified pr-preview/pr-57/.doctrees/jobs.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion pr-preview/pr-57/_sources/jobs.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The order of job submission is based on the list given in ``workflows.yaml``
Let's have a look at the ``icon-art`` example:

.. code-block:: yaml
:caption: Part of icon-art workflow
:caption: Part of icon-art workflow
icon-art:
features:
Expand Down
13 changes: 13 additions & 0 deletions pr-preview/pr-57/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@
<p>The order of job submission is based on the list given in <code class="docutils literal notranslate"><span class="pre">workflows.yaml</span></code>
(or in <code class="docutils literal notranslate"><span class="pre">config.yaml</span></code> in case a custom, user-defined workflow is used.)</p>
<p>Let’s have a look at the <code class="docutils literal notranslate"><span class="pre">icon-art</span></code> example:</p>
<div class="literal-block-wrapper docutils container" id="id1">
<div class="code-block-caption"><span class="caption-text">Part of icon-art workflow</span><a class="headerlink" href="#id1" title="Permalink to this code"></a></div>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">icon-art</span><span class="p">:</span>
<span class="w"> </span><span class="nt">features</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">restart</span>
<span class="w"> </span><span class="nt">jobs</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">prepare_icon</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">icontools</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">prepare_art</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">icon</span>
</pre></div>
</div>
</div>
<p>This workflow consists of four jobs: <code class="docutils literal notranslate"><span class="pre">prepare_icon</span></code>, <code class="docutils literal notranslate"><span class="pre">icontools</span></code>,
<code class="docutils literal notranslate"><span class="pre">prepare_art</span></code> and <code class="docutils literal notranslate"><span class="pre">icon</span></code>.</p>
<p>These jobs will be submitted, however, they are not starting at the same time,
Expand Down
Loading

0 comments on commit f48a415

Please sign in to comment.