Skip to content

Commit

Permalink
Document conda environment environment variable in Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 4, 2024
1 parent 9d3adab commit 563cfd9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/ADMINISTRATA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ We use the :term:`Azure` and :term:`GitHub Actions` cloud services for
|.azure/pipelines.yml|_, |.github/workflows/NISTtheDocs2Death.yml|_, and
|.github/workflows/nix.yml|_.

.. note::

In order to focus on breakages introduced by changes to :term:`FiPy`, a
`pull request`_ is normally built with one of the :ref:`CONDALOCKFILES`,
whereas the nightly builds use an :file:`environment.yml` in order to
catch breakages introduced by :term:`FiPy`'s prerequisites.

A `pull request`_ may be tested with the latest prerequisites by setting

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown interpreted text role "env".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown target name: "azure at queue time".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown interpreted text role "env".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown target name: "azure at queue time".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown interpreted text role "env".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown target name: "azure at queue time".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown interpreted text role "env".

Check failure on line 115 in docs/source/ADMINISTRATA.rst

View workflow job for this annotation

GitHub Actions / docs

Unknown target name: "azure at queue time".
the :env:`CONDA_ENVIRONMENT_NOT_LOCK` environment variable in
`Azure at queue time`_.

.. |Tests| image:: https://dev.azure.com/guyer/FiPy/_apis/build/status/usnistgov.fipy?branchName=master
.. _Tests: https://dev.azure.com/guyer/FiPy/_build?definitionId=2
.. |Documentation| image:: https://github.com/usnistgov/fipy/actions/workflows/NISTtheDocs2Death.yml/badge.svg
Expand All @@ -118,6 +129,9 @@ We use the :term:`Azure` and :term:`GitHub Actions` cloud services for
.. _.github/workflows/NISTtheDocs2Death.yml: https://github.com/usnistgov/fipy/blob/master/.github/workflows/NISTtheDocs2Death.yml
.. |.github/workflows/nix.yml| replace:: :file:`{FiPySource}/.github/workflows/nix.yml`
.. _.github/workflows/nix.yml: https://github.com/usnistgov/fipy/blob/master/.github/workflows/nix.yml
.. Azure at queue time: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#allow-at-queue-time
.. _CONDALOCKFILES:

===============
Conda Lockfiles
Expand Down

0 comments on commit 563cfd9

Please sign in to comment.