Skip to content

Commit

Permalink
deploy: 1903abf
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Nov 6, 2023
1 parent 0f7bd00 commit 0821c68
Show file tree
Hide file tree
Showing 202 changed files with 993 additions and 845 deletions.
51 changes: 51 additions & 0 deletions docs/_sources/maintainer/conda_forge_yml.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Top-level fields
* :ref:`conda_solver`
* :ref:`docker`
* :ref:`github`
* :ref:`github_actions`
* :ref:`idle_timeout_minutes`
* :ref:`linux`
* :ref:`linux_aarch64`
Expand Down Expand Up @@ -362,6 +363,50 @@ defaults are as follows:
# conda-forge-ci-setup-feedstock references
tooling_branch_name: main
.. _github_actions:

github_actions
--------------
This dictates the behavior of the Github Actions CI service. It is a
mapping for GHA-specific configuration options. For example:

.. code-block:: yaml
github_actions:
# Is the job using Microsoft hosted free runners or 'self-hosted'.
self_hosted: false
# triggers for actions. Defaults to `['push', 'pull_request']` for
# Microsoft hosted free runners and `['push']` for self-hosted
triggers: []
# Timeout for CI jobs
timeout_minutes: 360
# Cancel in progress builds. Defaults to false for Microsoft hosted
# free runner and true for self-hosted
cancel_in_progress: None
# Maximum number of parallel jobs per build.
max_parallel: None
# Retain build artifacts for inspection
store_build_artifacts: false
# Retention period for built artifacts
artifact_retention_days: 14
For self-hosted runners ``recipe/conda_build_config.yaml`` is used for
specifying labels for the runners.

.. code-block:: yaml
github_actions_labels:
# use Microsoft free runners
- hosted # [osx or win]
# Use self-hosted runner with custom label
- - self-hosted # [linux and aarch64]
- custom-label # [linux and aarch64]
# Use self-hosted runner from cirun
- cirun-openstack-cpu-large # [linux and ppc64le]
# Use self-hosted gpu runner from cirun
- cirun-openstack-gpu-large # [linux and x86_64]
.. _idle_timeout_minutes:

idle_timeout_minutes
Expand Down Expand Up @@ -473,9 +518,15 @@ The following CI services are available:
* ``circle``
* ``travis``
* ``appveyor``
* ``github_actions``
* ``None`` or ``False`` to disable a build platform.
* ``default`` to choose an appropriate CI (only if available)

Note that ``github_actions`` is not available for the conda-forge github organization
except for self-hosted runs to avoid a denial of service due to other critical
infrastructure running on Github actions. Other github organizations may use
``github_actions`` as a CI provider.

For example, switching linux_64 & osx_64 to build on Travis CI, with win_64 on Appveyor:

.. code-block:: yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2023.11.02',
VERSION: '2023.11.06',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions docs/contracting/00_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Contracting Information &#8212; conda-forge 2023.11.02 documentation</title>
<title>Contracting Information &#8212; conda-forge 2023.11.06 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=14ef6314"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e89e79b3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -49,7 +49,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../misc/00_intro.html" title="Miscellaneous"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Contracting Information</a></li>
</ul>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../misc/00_intro.html" title="Miscellaneous"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Contracting Information</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; conda-forge 2023.11.02 documentation</title>
<title>Index &#8212; conda-forge 2023.11.06 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=14ef6314"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e89e79b3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
Expand Down Expand Up @@ -177,7 +177,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li><a href="index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>conda-forge documentation &#8212; conda-forge 2023.11.02 documentation</title>
<title>conda-forge documentation &#8212; conda-forge 2023.11.06 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=14ef6314"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e89e79b3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -49,7 +49,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="user/00_intro.html" title="User Documentation"
accesskey="N">next</a> &nbsp; &nbsp;</li>
<li><a href="#">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="#">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">conda-forge documentation</a></li>
</ul>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="user/00_intro.html" title="User Documentation"
>next</a> &nbsp; &nbsp;</li>
<li><a href="#">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="#">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">conda-forge documentation</a></li>
</ul>
Expand Down
9 changes: 5 additions & 4 deletions docs/maintainer/00_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Maintainer Documentation &#8212; conda-forge 2023.11.02 documentation</title>
<title>Maintainer Documentation &#8212; conda-forge 2023.11.06 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=14ef6314"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e89e79b3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../user/talks.html" title="Talks and resources about conda-forge"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Maintainer Documentation</a></li>
</ul>
Expand Down Expand Up @@ -260,6 +260,7 @@ <h1>Maintainer Documentation<a class="headerlink" href="#maintainer-documentatio
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#conda-solver">conda_solver</a></li>
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#docker">docker</a></li>
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#github">github</a></li>
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#github-actions">github_actions</a></li>
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#idle-timeout-minutes">idle_timeout_minutes</a></li>
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#linux">linux</a></li>
<li class="toctree-l3"><a class="reference internal" href="conda_forge_yml.html#linux-aarch64">linux_aarch64</a></li>
Expand Down Expand Up @@ -481,7 +482,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../user/talks.html" title="Talks and resources about conda-forge"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Maintainer Documentation</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/maintainer/adding_pkgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Contributing packages &#8212; conda-forge 2023.11.02 documentation</title>
<title>Contributing packages &#8212; conda-forge 2023.11.06 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=14ef6314"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e89e79b3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="infrastructure.html" title="Infrastructure"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-1"><a href="00_intro.html" accesskey="U">Maintainer Documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Contributing packages</a></li>
Expand Down Expand Up @@ -1051,7 +1051,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="infrastructure.html" title="Infrastructure"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.11.02 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.11.06 documentation</a> &#187;</li>

<li class="nav-item nav-item-1"><a href="00_intro.html" >Maintainer Documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Contributing packages</a></li>
Expand Down
Loading

0 comments on commit 0821c68

Please sign in to comment.