Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix list of current platforms. #710

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions stack/platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,22 @@ Platforms
We have a baseline platform which is what we are using for integration testing and deployments.
For each product, we also have a number of other platforms which are regularly tested by our continuous integration system to enhance portability.

The baseline platform is currently CentOS 7 on Intel x86_64.
The baseline platform is currently AlmaLinux 9 on Intel x86_64.

.. note ::
We aim to stay current with CentOS 7 minor releases.
Our base OS container will typically be updated to the current CentOS 7 release shortly *after* each major release of the Science Pipelines.
We aim to stay current with AlmaLinux minor releases.
Our base OS container will typically be updated to the current AlmaLinux release shortly *after* each major release of the Science Pipelines.
Shared development machines will be updated on their own schedule during periodic maintenance downtime.

We regularly test the following platforms in addition to the baseline platform:

* macOS Monterey (12.x);
* macOS Ventura (13.x).
* macOS Monterey (12.x) on x86;
* macOS Ventura (13.x) on x86;
* macOS Sonoma (14.x) on Apple Silicon;
* AlmaLinux 9 on ARM (aarch64).

See https://rubin-ci.slac.stanford.edu/blue for the current list of regularly-tested platforms.
(The "osx" platform there for the "stack-os-matrix" job randomly chooses a Big Sur or Catalina machine for each execution to limit load.)
(The "osx" platform there for the "stack-os-matrix" job randomly chooses a Monterey or Ventura machine for each execution to limit load.)

.. _platforms-environment:

Expand Down
Loading